summaryrefslogtreecommitdiff
path: root/extra/folks/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-02 23:14:32 +0000
committerroot <root@rshg054.dnsready.net>2011-10-02 23:14:32 +0000
commitad84169d66d20378d28533c216b73c9a6646d6d7 (patch)
tree2746e102687e113dd81d632b51933b62ff458934 /extra/folks/PKGBUILD
parent0f78806d775c4d46c649425fcb67964d53531db8 (diff)
Sun Oct 2 23:14:32 UTC 2011
Diffstat (limited to 'extra/folks/PKGBUILD')
-rw-r--r--extra/folks/PKGBUILD16
1 files changed, 9 insertions, 7 deletions
diff --git a/extra/folks/PKGBUILD b/extra/folks/PKGBUILD
index dd0ec3824..415b9edad 100644
--- a/extra/folks/PKGBUILD
+++ b/extra/folks/PKGBUILD
@@ -1,20 +1,22 @@
-# $Id: PKGBUILD 120851 2011-04-26 21:20:48Z ibiru $
+# $Id: PKGBUILD 139263 2011-10-01 18:56:56Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
+
pkgname=folks
-pkgver=0.4.3
+pkgver=0.6.3.2
pkgrel=1
-pkgdesc="Library to aggregates people into metacontacts "
+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')
+depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 'libsocialweb')
makedepends=('gobject-introspection' 'vala' 'intltool')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.4/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e5a5bbe1524130ff5b6400726db3e12299b12ffefa108bc89169509f343d925e')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('e04d80e4bab12d85a254a22a6b5b8fab88d14d1c2f7b732e40299960c7c32414')
build() {
cd "$srcdir/$pkgname-$pkgver"
+
./configure --prefix=/usr
make
}