summaryrefslogtreecommitdiff
path: root/extra/libsocialweb/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libsocialweb/PKGBUILD')
-rw-r--r--extra/libsocialweb/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/libsocialweb/PKGBUILD b/extra/libsocialweb/PKGBUILD
index be18a112a..d83ab37c2 100644
--- a/extra/libsocialweb/PKGBUILD
+++ b/extra/libsocialweb/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 136705 2011-08-31 15:52:34Z ibiru $
+# $Id: PKGBUILD 139385 2011-10-01 19:00:09Z ibiru $
# Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com>
pkgname=libsocialweb
pkgver=0.25.19
-pkgrel=1
+pkgrel=2
pkgdesc="A personal social data server"
arch=('i686' 'x86_64')
url="http://www.gtk.org/"
license=('GPL2')
depends=('glib2' 'gconf' 'libsoup-gnome' 'rest' 'dbus-glib' 'libgnome-keyring'
'json-glib')
-makedepends=('intltool' 'gtk-doc')
+makedepends=('intltool' 'gtk-doc' 'vala' 'gobject-introspection')
options=('!libtool')
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
sha256sums=('377b165fed92e1d4f6c7a2430191388633ad25421a72d640e9e60dfdf1d54625')
@@ -21,7 +21,8 @@ build() {
--sysconfdir=/etc \
--libexecdir=/usr/lib/libsocialweb \
--enable-all-services=yes \
- --with-online=always
+ --with-online=always \
+ --enable-vala-bindings
make
}