[arch-commits] Commit in libsocialweb/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Feb 13 13:58:00 UTC 2011
Date: Sunday, February 13, 2011 @ 08:58:00
Author: heftig
Revision: 109858
upgpkg: libsocialweb 0.25.7-2
Remove NM dep, fix keyring dep
Modified:
libsocialweb/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-02-13 13:57:01 UTC (rev 109857)
+++ PKGBUILD 2011-02-13 13:58:00 UTC (rev 109858)
@@ -2,13 +2,13 @@
# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
pkgname=libsocialweb
pkgver=0.25.7
-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' 'gnome-keyring'
- 'json-glib' 'networkmanager')
+depends=('glib2' 'gconf' 'libsoup-gnome' 'rest' 'dbus-glib' 'libgnome-keyring'
+ 'json-glib')
makedepends=('intltool' 'gtk-doc')
options=('!libtool')
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.bz2)
@@ -21,7 +21,7 @@
--sysconfdir=/etc \
--libexecdir=/usr/lib/libsocialweb \
--enable-all-services=yes \
- --with-online=networkmanager
+ --with-online=always
make
}
More information about the arch-commits
mailing list