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

Jan Steffens heftig at nymeria.archlinux.org
Sun Mar 31 10:56:08 UTC 2013


    Date: Sunday, March 31, 2013 @ 12:56:08
  Author: heftig
Revision: 181085

drop libsocialweb

Modified:
  folks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-31 10:44:23 UTC (rev 181084)
+++ PKGBUILD	2013-03-31 10:56:08 UTC (rev 181085)
@@ -3,13 +3,12 @@
 
 pkgname=folks
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
 url="http://telepathy.freedesktop.org/wiki/Folks"
 license=(LGPL2.1)
-depends=(telepathy-glib libgee libxml2 evolution-data-server libsocialweb libzeitgeist
-         libtracker-sparql)
+depends=(telepathy-glib libgee libxml2 evolution-data-server libzeitgeist libtracker-sparql)
 makedepends=(gobject-introspection intltool)
 install=folks.install
 options=('!libtool' '!emptydirs')
@@ -18,7 +17,8 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend
+  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend \
+    --disable-libsocialweb-backend
   make
 }
 




More information about the arch-commits mailing list