From ad84169d66d20378d28533c216b73c9a6646d6d7 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 2 Oct 2011 23:14:32 +0000 Subject: Sun Oct 2 23:14:32 UTC 2011 --- extra/libsocialweb/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'extra/libsocialweb/PKGBUILD') 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 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 } -- cgit v1.2.3-54-g00ecf