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

Jan Steffens heftig at nymeria.archlinux.org
Tue Mar 26 08:40:58 UTC 2013


    Date: Tuesday, March 26, 2013 @ 09:40:57
  Author: heftig
Revision: 180773

Enable tracker backend. If it has to be disabled, note why.

Modified:
  folks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-26 07:33:50 UTC (rev 180772)
+++ PKGBUILD	2013-03-26 08:40:57 UTC (rev 180773)
@@ -3,12 +3,13 @@
 
 pkgname=folks
 pkgver=0.9.1
-pkgrel=1
+pkgrel=2
 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)
+depends=(telepathy-glib libgee libxml2 evolution-data-server libsocialweb libzeitgeist
+         libtracker-sparql)
 makedepends=(gobject-introspection intltool)
 install=folks.install
 options=('!libtool' '!emptydirs')
@@ -17,7 +18,7 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-schemas-compile
+  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend
   make
 }
 




More information about the arch-commits mailing list