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

Ionut Biru ibiru at archlinux.org
Tue Mar 1 15:16:13 UTC 2011


    Date: Tuesday, March 1, 2011 @ 10:16:13
  Author: ibiru
Revision: 111882

upgpkg: telepathy-gabble 0.10.5-2
libnice rebuild

Modified:
  telepathy-gabble/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-01 15:03:07 UTC (rev 111881)
+++ PKGBUILD	2011-03-01 15:16:13 UTC (rev 111882)
@@ -4,13 +4,13 @@
 # Contributor: Rodrigo L. M. Flores <mail at rodrigoflores.org>
 pkgname=telepathy-gabble
 pkgver=0.10.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A Jabber/XMPP connection manager for Telepathy"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org"
 groups=('telepathy')
 license=('LGPL2.1')
-depends=('telepathy-glib>=0.12.2' 'libsoup>=2.32' 'libnice' 'util-linux-ng' 'sqlite3')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'util-linux' 'sqlite3')
 makedepends=('libxslt' 'python2')
 options=('!libtool')
 source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
@@ -22,5 +22,9 @@
   ./configure --prefix=/usr \
   	--libexecdir=/usr/lib/telepathy
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list