summaryrefslogtreecommitdiff
path: root/extra/libsocialweb/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-17 00:01:22 +0000
committerroot <root@rshg054.dnsready.net>2012-03-17 00:01:22 +0000
commit9a940818cc3edb82afac4d73a6474e6e3374f987 (patch)
tree366a072a72c59b42c096cc7dbbed5dbcb6a8925e /extra/libsocialweb/PKGBUILD
parent636ce8849a9c82c1787c2919ffcfe6685cb799d3 (diff)
Sat Mar 17 00:01:22 UTC 2012
Diffstat (limited to 'extra/libsocialweb/PKGBUILD')
-rw-r--r--extra/libsocialweb/PKGBUILD19
1 files changed, 10 insertions, 9 deletions
diff --git a/extra/libsocialweb/PKGBUILD b/extra/libsocialweb/PKGBUILD
index d83ab37c2..9d8c866fb 100644
--- a/extra/libsocialweb/PKGBUILD
+++ b/extra/libsocialweb/PKGBUILD
@@ -1,33 +1,34 @@
-# $Id: PKGBUILD 139385 2011-10-01 19:00:09Z ibiru $
-# Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com>
+# $Id: PKGBUILD 153544 2012-03-15 18:27:40Z ibiru $
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
+
pkgname=libsocialweb
-pkgver=0.25.19
-pkgrel=2
+pkgver=0.25.20
+pkgrel=0
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')
+ 'json-glib' 'networkmanager')
makedepends=('intltool' 'gtk-doc' 'vala' 'gobject-introspection')
options=('!libtool')
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('377b165fed92e1d4f6c7a2430191388633ad25421a72d640e9e60dfdf1d54625')
+sha256sums=('eb0078f44eb5fc4570fcee26c5670a433ca1bb83be0cead421a4a03e7d838ff5')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/libsocialweb \
--enable-all-services=yes \
- --with-online=always \
+ --with-online=networkmanager \
--enable-vala-bindings
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="${pkgdir}" install
}