[arch-commits] CVS update of extra/gnome/gnome-spell (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Apr 22 17:35:28 UTC 2007
Date: Sunday, April 22, 2007 @ 13:35:28
Author: jgc
Path: /home/cvs-extra/extra/gnome/gnome-spell
Modified: PKGBUILD (1.14 -> 1.15)
upgpkg: gnome-spell 1.0.7-3
Move to /usr
----------+
PKGBUILD | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
Index: extra/gnome/gnome-spell/PKGBUILD
diff -u extra/gnome/gnome-spell/PKGBUILD:1.14 extra/gnome/gnome-spell/PKGBUILD:1.15
--- extra/gnome/gnome-spell/PKGBUILD:1.14 Thu Mar 22 17:51:59 2007
+++ extra/gnome/gnome-spell/PKGBUILD Sun Apr 22 13:35:28 2007
@@ -1,12 +1,13 @@
-# $Id: PKGBUILD,v 1.14 2007/03/22 21:51:59 jgc Exp $
-# Maintainer: arjan <arjan at archlinux.org>
-# Committer: Dale Blount <dale at archlinux.org>
+# $Id: PKGBUILD,v 1.15 2007/04/22 17:35:28 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
pkgname=gnome-spell
pkgver=1.0.7
-pkgrel=2
+pkgrel=3
pkgdesc="Spell Checking Support for Gnome"
arch=(i686 x86_64)
-depends=('libgnomeui>=2.18.1' 'enchant')
+license=('GPL')
+depends=('libgnomeui>=2.18.1-2' 'enchant')
makedepends=('pkgconfig')
options=('nolibtool')
url="http://www.gnome.org"
@@ -15,15 +16,14 @@
md5sums=('da3ad2c664afd06a0c56c84d5055f8ad' '12a357212809e0f0aba8c08d1372e60a')
build() {
- [ -z "${GNOMEDIR}" ] && . /etc/profile.d/gnome.sh
-
cd ${startdir}/src/${pkgname}-${pkgver}
patch -Np0 -i ${startdir}/src/gnome-spell-enchant.diff || return 1
- aclocal ${ACLOCAL_FLAGS}
+ aclocal
autoconf
automake
- ./configure --prefix=/opt/gnome --disable-static
+ ./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