[arch-commits] Commit in telepathy-qt/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Jun 12 14:48:46 UTC 2016


    Date: Sunday, June 12, 2016 @ 16:48:45
  Author: arojas
Revision: 269395

Update to 0.9.7

Modified:
  telepathy-qt/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-12 13:46:41 UTC (rev 269394)
+++ PKGBUILD	2016-06-12 14:48:45 UTC (rev 269395)
@@ -5,29 +5,20 @@
 
 pkgbase=telepathy-qt
 pkgname=(telepathy-qt4 telepathy-qt5)
-pkgver=0.9.6.1
-pkgrel=2
+pkgver=0.9.7
+pkgrel=1
 arch=(i686 x86_64)
 url="http://telepathy.freedesktop.org/wiki/"
 license=(LGPL)
 makedepends=(qt4 telepathy-farstream libxslt python2 cmake doxygen qt5-base)
 options=(staticlibs)
-source=("http://telepathy.freedesktop.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"{,.asc} 'glibc-2.20.patch'
-	gstreamer-1.6.patch::"http://cgit.freedesktop.org/telepathy/telepathy-qt/patch/?id=ec4a3d62")
-md5sums=('bebebfbe29d194a9ba00b4f422a44f74'
-         'SKIP'
-         '8b5f10988c8e26551c3f5283413f0b92'
-         '0bd5aa2a0aad18f812c9602b890e910e')
+source=("http://telepathy.freedesktop.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"{,.asc})
+md5sums=('86470dd3d7f6de8b8f4f36165486d42f'
+         'SKIP')
 validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich
 
 prepare() {
   mkdir build{,-qt4}
-
-# Fix build with glibc 2.20
-  cd $pkgbase-$pkgver
-  patch -p1 -i ../glibc-2.20.patch
-# Fix build with gstreamer 1.6
-  patch -p1 -i ../gstreamer-1.6.patch
 }
 
 build() {



More information about the arch-commits mailing list