[arch-commits] Commit in libsocialweb/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Wed Aug 31 17:34:50 UTC 2011


    Date: Wednesday, August 31, 2011 @ 13:34:50
  Author: ibiru
Revision: 136720

enable vala bindings

Modified:
  libsocialweb/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-31 17:32:37 UTC (rev 136719)
+++ PKGBUILD	2011-08-31 17:34:50 UTC (rev 136720)
@@ -2,14 +2,14 @@
 # Maintainer: Jan "heftig" Steffens <jan.steffens at 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 @@
     --sysconfdir=/etc \
     --libexecdir=/usr/lib/libsocialweb \
     --enable-all-services=yes \
-    --with-online=always
+    --with-online=always \
+    --enable-vala-bindings
   make
 }
 




More information about the arch-commits mailing list