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

Jan de Groot jgc at archlinux.org
Sun Apr 22 15:12:26 UTC 2007


    Date: Sunday, April 22, 2007 @ 11:12:26
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gtksourceview

Modified: PKGBUILD (1.28 -> 1.29)

upgpkg: gtksourceview 1.8.5-2
Move to /usr


----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)


Index: extra/gnome/gtksourceview/PKGBUILD
diff -u extra/gnome/gtksourceview/PKGBUILD:1.28 extra/gnome/gtksourceview/PKGBUILD:1.29
--- extra/gnome/gtksourceview/PKGBUILD:1.28	Mon Mar 19 18:36:45 2007
+++ extra/gnome/gtksourceview/PKGBUILD	Sun Apr 22 11:12:26 2007
@@ -1,12 +1,13 @@
-# $Id: PKGBUILD,v 1.28 2007/03/19 22:36:45 jgc Exp $
-# Maintainer: arjan <arjan at archlinux.org>
+# $Id: PKGBUILD,v 1.29 2007/04/22 15:12:26 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gtksourceview
 pkgver=1.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 arch=(i686 x86_64)
-depends=('libgnomeprint>=2.18.0' 'gtk2>=2.10.11' 'gnome-common')
+license=('GPL')
+depends=('libgnomeprint>=2.18.0' 'gtk2>=2.10.11')
 makedepends=('perlxml' 'libgnomeprintui>=2.18.0' 'pkgconfig')
 options=('nolibtool')
 url="http://www.gnome.org"
@@ -14,11 +15,9 @@
 md5sums=('de67df2944c1cccbc2d0b4a738e11050')
 
 build() {
-  [ -z "${GNOMEDIR}" ] && . /etc/profile.d/gnome.sh
-
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/opt/gnome --disable-static
+  ./configure --prefix=/usr --sysconfdir=/etc \
+              --localstatedir=/var --disable-static
   make || return 1
   make DESTDIR=${startdir}/pkg install
-  rm ${startdir}/pkg/opt/gnome/share/gtksourceview-1.0/language-specs/boo.lang
 }




More information about the arch-commits mailing list