[arch-commits] CVS update of extra/gnome/eel (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Apr 22 15:08:33 UTC 2007
Date: Sunday, April 22, 2007 @ 11:08:33
Author: jgc
Path: /home/cvs-extra/extra/gnome/eel
Modified: PKGBUILD (1.28 -> 1.29)
upgpkg: eel 2.18.0.1-2
Move to /usr
----------+
PKGBUILD | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
Index: extra/gnome/eel/PKGBUILD
diff -u extra/gnome/eel/PKGBUILD:1.28 extra/gnome/eel/PKGBUILD:1.29
--- extra/gnome/eel/PKGBUILD:1.28 Mon Mar 19 14:48:44 2007
+++ extra/gnome/eel/PKGBUILD Sun Apr 22 11:08:33 2007
@@ -1,13 +1,12 @@
-# $Id: PKGBUILD,v 1.28 2007/03/19 18:48:44 jgc Exp $
-# Maintainer: Arjan <arjan at archlinux.org>
-# Jan de Groot <jgc at archlinux.org>
+# $Id: PKGBUILD,v 1.29 2007/04/22 15:08:33 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=eel
pkgver=2.18.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Eazel Extensions Library is a collection of widgets and extensions for GNOME"
arch=(i686 x86_64)
-depends=('gnome-menus>=2.18.0' 'gail>=1.18.0' 'gnome-desktop>=2.18.0')
+depends=('gnome-menus>=2.18.0-2' 'gail>=1.18.0-2' 'gnome-desktop>=2.18.1')
makedepends=('perlxml' 'pkgconfig')
options=('nolibtool')
license=(GPL)
@@ -16,10 +15,9 @@
md5sums=('dd06a56773af79e4292e63c6bcca9449')
build() {
- [ -z "${GNOMEDIR}" ] && . /etc/profile.d/gnome.sh
-
cd ${startdir}/src/${pkgname}-${pkgver}
- ./configure --prefix=/opt/gnome
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static
make || return 1
make DESTDIR=${startdir}/pkg install
}
More information about the arch-commits
mailing list