From cd3e25625999a62fa1c10e233f371a30d03f67c8 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 3 Dec 2012 02:08:07 -0800 Subject: Mon Dec 3 02:06:13 PST 2012 --- extra/libsocialweb/PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'extra/libsocialweb/PKGBUILD') diff --git a/extra/libsocialweb/PKGBUILD b/extra/libsocialweb/PKGBUILD index 31cf02778..74fd559f9 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) pkgname=libsocialweb -pkgver=0.25.20 +pkgver=0.25.21 pkgrel=1 pkgdesc="A personal social data server" arch=('i686' 'x86_64') @@ -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: -- cgit v1.2.3-54-g00ecf