[arch-commits] CVS update of extra/gnome/gucharmap (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Apr 22 16:10:10 UTC 2007
Date: Sunday, April 22, 2007 @ 12:10:10
Author: jgc
Path: /home/cvs-extra/extra/gnome/gucharmap
Modified: PKGBUILD (1.13 -> 1.14)
upgpkg: gucharmap 1.10.0-2
Move to /usr
----------+
PKGBUILD | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)
Index: extra/gnome/gucharmap/PKGBUILD
diff -u extra/gnome/gucharmap/PKGBUILD:1.13 extra/gnome/gucharmap/PKGBUILD:1.14
--- extra/gnome/gucharmap/PKGBUILD:1.13 Tue Mar 20 13:56:25 2007
+++ extra/gnome/gucharmap/PKGBUILD Sun Apr 22 12:10:10 2007
@@ -1,30 +1,26 @@
-# $Id: PKGBUILD,v 1.13 2007/03/20 17:56:25 jgc Exp $
-# Maintainer: arjan Timmerman <arjan at soulfly.nl>
-# contributor: Jan De Groot <jgc at archlinux.org>
+# $Id: PKGBUILD,v 1.14 2007/04/22 16:10:10 jgc Exp $
+# Maintainer: Jan De Groot <jgc at archlinux.org>
pkgname=gucharmap
pkgver=1.10.0
-pkgrel=1
+pkgrel=2
pkgdesc="Gnome Unicode Charmap"
arch=(i686 x86_64)
+license=('GPL')
url="http://www.gnome.org"
-depends=('libgnomeui>=2.18.1')
-makedepends=('perlxml' 'gnome-doc-utils' 'pkgconfig')
+depends=('libgnomeui>=2.18.1-2' 'scrollkeeper')
+makedepends=('perlxml' 'gnome-doc-utils>=0.10.3' 'pkgconfig')
groups=('gnome-extra')
-license=(GPL)
options=('nolibtool')
install=gucharmap.install
source=(http://ftp.gnome.org/pub/gnome/sources/gucharmap/1.10/${pkgname}-${pkgver}.tar.bz2)
md5sums=('a0e01bcff2bc5e35ec88f60a383051d3')
build() {
- [ -z "${GNOMEDIR}" ] && . /etc/profile.d/gnome.sh
cd ${startdir}/src/${pkgname}-${pkgver}
-
- ./configure --prefix=/opt/gnome --disable-scrollkeeper --disable-static
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static \
+ --disable-scrollkeeper
make || return 1
make DESTDIR=${startdir}/pkg install
-
- mkdir -p ${startdir}/pkg/usr/share
- mv ${startdir}/pkg/opt/gnome/share/icons ${startdir}/pkg/usr/share/
}
More information about the arch-commits
mailing list