[arch-commits] Commit in libsocialweb/repos (2 files)

Ionut Biru ibiru at archlinux.org
Thu Mar 15 18:27:40 UTC 2012


    Date: Thursday, March 15, 2012 @ 14:27:40
  Author: ibiru
Revision: 153544

update to 0.25.20.

Modified:
  libsocialweb/repos/extra-i686/PKGBUILD
  libsocialweb/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   17 +++++++++--------
 extra-x86_64/PKGBUILD |   17 +++++++++--------
 2 files changed, 18 insertions(+), 16 deletions(-)

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-03-15 18:23:51 UTC (rev 153543)
+++ extra-i686/PKGBUILD	2012-03-15 18:27:40 UTC (rev 153544)
@@ -1,33 +1,34 @@
 # $Id$
-# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at 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
 }
 

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-03-15 18:23:51 UTC (rev 153543)
+++ extra-x86_64/PKGBUILD	2012-03-15 18:27:40 UTC (rev 153544)
@@ -1,33 +1,34 @@
 # $Id$
-# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at 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
 }
 




More information about the arch-commits mailing list