1 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
6 pkgdesc="A personal social data server"
8 url="http://www.gtk.org/"
10 depends=(glib2 gconf 'libsoup>=2.24.0' rest dbus-glib libgnome-keyring
11 json-glib networkmanager)
12 makedepends=(intltool gtk-doc vala gobject-introspection)
13 source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
14 libsocialweb-gir-fix.patch)
15 sha256sums=('f676567640cede66b6ff62f440c968943c2f3a164dd5f26155b6154ab93bf687'
16 'fec8d2c67c62618b89dca238ebe502c6525d42987625b6d87dd704f88219a46a')
20 patch -Np1 -i ../libsocialweb-gir-fix.patch
24 --libexecdir=/usr/lib/libsocialweb \
25 --enable-all-services=yes \
26 --with-online=networkmanager \
27 --enable-vala-bindings
33 make DESTDIR="$pkgdir" install
36 # vim:set ts=2 sw=2 et: