Date: Thursday, June 30, 2011 @ 06:52:28
  Author: ibiru
Revision: 129928

update to 0.5.0

Modified:
  telepathy-salut/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-06-29 23:05:57 UTC (rev 129927)
+++ PKGBUILD    2011-06-30 10:52:28 UTC (rev 129928)
@@ -2,23 +2,29 @@
 # Maintainer:  Ionut Biru <ib...@archlinux.org>
 # Contributor: Daniel Balieiro <dan...@balieiro.com>
 pkgname=telepathy-salut
-pkgver=0.4.0
+pkgver=0.5.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>=0.12.0' 'avahi' 'libsoup')
-makedepends=('libxslt' 'python2')
+depends=('telepathy-glib' 'avahi' 'libsoup')
+makedepends=('libxslt' 'python2' 'xmldiff')
 install=telepathy-salut.install
 
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('95f0cf9681912104474b0f4c4d00807f')
+md5sums=('0642bd33d5d5e8e50087ace1faa769cd')
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
     ./configure --prefix=/usr \
-       --libexecdir=/usr/lib/telepathy
+       --libexecdir=/usr/lib/telepathy \
+        --disable-plugins --disable-Werror \
+        --with-tls=openssl
     make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
     make DESTDIR="${pkgdir}" install
 }

Reply via email to