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

Ionut Biru ibiru at archlinux.org
Fri Mar 9 18:46:10 UTC 2012


    Date: Friday, March 9, 2012 @ 13:46:10
  Author: ibiru
Revision: 152827

update to 0.15.4

Modified:
  telepathy-gabble/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-09 18:41:43 UTC (rev 152826)
+++ PKGBUILD	2012-03-09 18:46:10 UTC (rev 152827)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro <daniel at balieiro.com>
 # Contributor: Rodrigo L. M. Flores <mail at rodrigoflores.org>
 pkgname=telepathy-gabble
-pkgver=0.14.1
+pkgver=0.15.4
 pkgrel=1
 pkgdesc="A Jabber/XMPP connection manager for Telepathy"
 arch=('i686' 'x86_64')
@@ -12,19 +12,20 @@
 license=('LGPL2.1')
 depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite3')
 makedepends=('libxslt' 'python2')
-options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz)
+options=('!libtool' '!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
-md5sums=('f6dfcd3da49eb6a558085fc917cdbdd4')
+md5sums=('3eb3ee032da4064f07781427384b94e0')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd "$pkgname-$pkgver"
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
   	--libexecdir=/usr/lib/telepathy --with-tls=openssl
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" "$pkgdir/usr/bin/telepathy-gabble-xmpp-console"
 }




More information about the arch-commits mailing list