summaryrefslogtreecommitdiff
path: root/extra/folks
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-15 03:26:32 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-15 03:26:32 +0000
commitad45d1982b97faa9372d99e51daa687c7c09de7d (patch)
treeaf490221f2b733b8f0cf68f3898566d5049c3ab4 /extra/folks
parent7c266ff5a9e1f533fd8bd8c2fbbcc05df350dcd3 (diff)
Tue Apr 15 03:22:01 UTC 2014
Diffstat (limited to 'extra/folks')
-rw-r--r--extra/folks/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/folks/PKGBUILD b/extra/folks/PKGBUILD
index 01e84ef14..4a8804624 100644
--- a/extra/folks/PKGBUILD
+++ b/extra/folks/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 199902 2013-11-18 14:27:44Z heftig $
+# $Id: PKGBUILD 210434 2014-04-14 20:06:09Z jgc $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=folks
pkgver=0.9.6
-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 zeitgeist libtracker-sparql)
+depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist)
makedepends=(gobject-introspection intltool vala)
install=folks.install
options=('!emptydirs')
@@ -17,8 +17,8 @@ sha256sums=('a67e055b5a2724a34a80946e2940c4c0ad708cb1f4e0a09407c6b69a5e40267f')
build() {
cd "$pkgname-$pkgver"
- export PKG_CONFIG_PATH="${srcdir}/${pkgname}-${pkgver}/folks"
- ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend \
+ #export PKG_CONFIG_PATH="${srcdir}/${pkgname}-${pkgver}/folks"
+ ./configure --prefix=/usr --disable-schemas-compile \
--disable-libsocialweb-backend --disable-fatal-warnings
make
}