[arch-commits] CVS update of extra/gnome/gtkhtml (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Apr 22 15:38:32 UTC 2007


    Date: Sunday, April 22, 2007 @ 11:38:32
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gtkhtml

Modified: PKGBUILD (1.33 -> 1.34)

upgpkg: gtkhtml 3.14.1-2
Move to /usr


----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)


Index: extra/gnome/gtkhtml/PKGBUILD
diff -u extra/gnome/gtkhtml/PKGBUILD:1.33 extra/gnome/gtkhtml/PKGBUILD:1.34
--- extra/gnome/gtkhtml/PKGBUILD:1.33	Mon Apr  9 11:41:16 2007
+++ extra/gnome/gtkhtml/PKGBUILD	Sun Apr 22 11:38:32 2007
@@ -1,25 +1,24 @@
-# $Id: PKGBUILD,v 1.33 2007/04/09 15:41:16 jgc Exp $
-# Maintainer: arjan <arjan at archlinux.org>
+# $Id: PKGBUILD,v 1.34 2007/04/22 15:38:32 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gtkhtml
 pkgver=3.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A lightweight HTML renderer/editor widget"
 arch=(i686 x86_64)
-depends=('gail>=1.18.0' 'libgnomeui>=2.18.1')
+license=('GPL')
+depends=('gail>=1.18.0-2' 'libgnomeui>=2.18.1-2')
 makedepends=('pkgconfig' 'perlxml')
 url="http://www.gnome.org"
 options=('nolibtool')
-license=(GPL)
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.14/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('ac0171a22ac47a0372296bb112f5f8d6')
 
 build() {
-  [ -z "${GNOMEDIR}" ] && . /etc/profile.d/gnome.sh
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/opt/gnome --disable-static
+  ./configure --prefix=/usr --sysconfdir=/etc \
+              --libexecdir=/usr/lib/gtkhtml \
+              --localstatedir=/var --disable-static
   make || return 1
   make DESTDIR=${startdir}/pkg install
-
-  rmdir ${startdir}/pkg/opt/gnome/libexec
 }




More information about the arch-commits mailing list