summaryrefslogtreecommitdiffstats
path: root/abs/extra/libgnomeui
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra/libgnomeui
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/extra/libgnomeui')
-rw-r--r--abs/extra/libgnomeui/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/abs/extra/libgnomeui/PKGBUILD b/abs/extra/libgnomeui/PKGBUILD
index f52b649..f34cbf5 100644
--- a/abs/extra/libgnomeui/PKGBUILD
+++ b/abs/extra/libgnomeui/PKGBUILD
@@ -1,24 +1,24 @@
-# $Id: PKGBUILD 29431 2009-03-08 17:37:38Z jgc $
+# $Id: PKGBUILD 74363 2010-03-30 20:45:54Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libgnomeui
-pkgver=2.24.1
+pkgver=2.24.3
pkgrel=1
pkgdesc="User Interface library for GNOME"
arch=('i686' 'x86_64')
license=('LGPL')
-depends=('libbonoboui>=2.24.1' 'gnome-keyring>=2.24.1')
+depends=('libbonoboui>=2.24.3' 'libgnome-keyring>=2.29.4' 'libsm')
makedepends=('intltool' 'pkgconfig')
-options=('!libtool' 'force')
+options=('!libtool')
url="http://www.gnome.org"
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.24/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('8e7d36dd1decfcf5cc4d5cb93bc4d217')
+sha256sums=('04c81f3bb5a337cdf3ed1230916f82d29857ee95eb884f58dd2f5c6860efe803')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static \
- --libexecdir=/usr/lib/libgnomeui || return 1
+ --localstatedir=/var --disable-static \
+ --libexecdir=/usr/lib/libgnomeui || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
}