diff options
Diffstat (limited to 'extra/folks/PKGBUILD')
-rw-r--r-- | extra/folks/PKGBUILD | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/extra/folks/PKGBUILD b/extra/folks/PKGBUILD index dfe526e68..759e81b4b 100644 --- a/extra/folks/PKGBUILD +++ b/extra/folks/PKGBUILD @@ -1,23 +1,24 @@ -# $Id: PKGBUILD 169873 2012-10-30 22:25:29Z heftig $ +# $Id: PKGBUILD 183356 2013-04-21 22:09:07Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=folks -pkgver=0.8.0 -pkgrel=1 +pkgver=0.9.1 +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') -makedepends=('gobject-introspection' 'intltool') +license=(LGPL2.1) +depends=(telepathy-glib libgee libxml2 evolution-data-server libzeitgeist libtracker-sparql) +makedepends=(gobject-introspection intltool) install=folks.install options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('8c56c7594dd502ef5877e93181136e41f4ea03de4971372a7a04e7f1492eed9d') +sha256sums=('102b1867355d16e73a837871a058dda13c74fa385908ddda1623893ab0baee4a') build() { cd "$pkgname-$pkgver" - ./configure --prefix=/usr --disable-schemas-compile + ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend \ + --disable-libsocialweb-backend make } |