diff options
author | root <root@rshg054.dnsready.net> | 2012-12-03 02:08:07 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-03 02:08:07 -0800 |
commit | cd3e25625999a62fa1c10e233f371a30d03f67c8 (patch) | |
tree | c81ad68238e51705df4f7ee13dbd3e2bd99044c6 /extra/libsocialweb/PKGBUILD | |
parent | 98ba4ae196183c2d9b1cc2d61cf1ee82302863e3 (diff) |
Mon Dec 3 02:06:13 PST 2012
Diffstat (limited to 'extra/libsocialweb/PKGBUILD')
-rw-r--r-- | extra/libsocialweb/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
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) <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') @@ -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: |