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

Ionut Biru ibiru at archlinux.org
Thu Apr 5 10:38:03 UTC 2012


    Date: Thursday, April 5, 2012 @ 06:38:02
  Author: ibiru
Revision: 155708

update to 0.8.0

Modified:
  telepathy-salut/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-05 10:29:28 UTC (rev 155707)
+++ PKGBUILD	2012-04-05 10:38:02 UTC (rev 155708)
@@ -3,29 +3,32 @@
 # Contributor: Daniel Balieiro <daniel at balieiro.com>
 
 pkgname=telepathy-salut
-pkgver=0.6.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="A link-local XMPP connection manager for Telepathy"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org"
 groups=('telepathy')
 license=('LGPL')
-depends=('telepathy-glib' 'avahi' 'libsoup')
+depends=('telepathy-glib' 'avahi' 'libsoup' 'sqlite3')
 makedepends=('libxslt' 'python2' 'xmldiff')
 install=telepathy-salut.install
-source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a0df48e6c2e137a928f8f39655b8dc26')
+options=(!libtool)
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('43639c23de33e8466540de02816d23bf')
 
 build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
+    cd "$pkgname-$pkgver"
     ./configure --prefix=/usr \
     	--libexecdir=/usr/lib/telepathy \
         --disable-plugins --disable-Werror \
-        --with-tls=openssl
+        --with-tls=openssl \
+        --enable-avahi-tests=no \
+        --enable-static=no
     make
 }
 
 package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list