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

Ionut Biru ibiru at archlinux.org
Sun Sep 19 01:08:53 UTC 2010


    Date: Saturday, September 18, 2010 @ 21:08:52
  Author: ibiru
Revision: 90940

upgpkg: telepathy-farsight 0.0.15-1
update to 0.0.15

Modified:
  telepathy-farsight/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-19 01:07:20 UTC (rev 90939)
+++ PKGBUILD	2010-09-19 01:08:52 UTC (rev 90940)
@@ -3,7 +3,7 @@
 # Contributor: Ju Liu <liuju86 at gmail dot com>
 # Contributor: Denis Zawada <deno at rootnode.net>
 pkgname=telepathy-farsight
-pkgver=0.0.14
+pkgver=0.0.15
 pkgrel=1
 pkgdesc="A telepathy-backend to use stream engine."
 arch=('i686' 'x86_64')
@@ -14,11 +14,13 @@
 groups=('telepathy')
 options=('!libtool')
 source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1e6af31be4d5cdfc72a3f06542de96c0')
+md5sums=('8a15bad987579656be38df237d302610')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr \
+      --libexecdir=/usr/lib/telepathy \
+      --enable-static=no
+  make
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list