summaryrefslogtreecommitdiff
path: root/extra/libsocialweb/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-03 10:11:45 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-03 10:11:45 -0300
commit332df9359bf0974c743807c7b0fcf10ac1bc4d8f (patch)
treeffef6a6bd1e1ea902c7b309e5654dcb28a15eb6f /extra/libsocialweb/PKGBUILD
parentc80b5b99c6fc5ce20408244dbe762844e601bc89 (diff)
parentcd3e25625999a62fa1c10e233f371a30d03f67c8 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Diffstat (limited to 'extra/libsocialweb/PKGBUILD')
-rw-r--r--extra/libsocialweb/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/extra/libsocialweb/PKGBUILD b/extra/libsocialweb/PKGBUILD
index 07c96ab9a..d0bc80db8 100644
--- a/extra/libsocialweb/PKGBUILD
+++ b/extra/libsocialweb/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 156918 2012-04-23 09:09:02Z ibiru $
+# $Id: PKGBUILD 172299 2012-12-02 08:28:48Z ibiru $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgname=libsocialweb
-pkgver=0.25.20
+pkgver=0.25.21
pkgrel=1
pkgdesc="A personal social data server"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,11 +12,14 @@ depends=('glib2' 'gconf' 'libsoup-gnome' 'rest' 'dbus-glib' 'libgnome-keyring'
'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=('eb0078f44eb5fc4570fcee26c5670a433ca1bb83be0cead421a4a03e7d838ff5')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+ libsocialweb-gir-fix.patch)
+sha256sums=('f676567640cede66b6ff62f440c968943c2f3a164dd5f26155b6154ab93bf687'
+ 'fec8d2c67c62618b89dca238ebe502c6525d42987625b6d87dd704f88219a46a')
build() {
cd $pkgname-$pkgver
+ patch -Np1 -i ../libsocialweb-gir-fix.patch
./configure \
--prefix=/usr \
--sysconfdir=/etc \
@@ -29,7 +32,7 @@ build() {
package() {
cd $pkgname-$pkgver
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et: