[arch-commits] Commit in gtksourceview2/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Tue Jan 24 03:16:17 UTC 2012


    Date: Monday, January 23, 2012 @ 22:16:17
  Author: eric
Revision: 147185

upgpkg: gtksourceview2 2.10.5-2

Rebuild against libpng 1.5 and libtiff 4.0

Modified:
  gtksourceview2/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-24 03:06:37 UTC (rev 147184)
+++ PKGBUILD	2012-01-24 03:16:17 UTC (rev 147185)
@@ -3,12 +3,12 @@
 
 pkgname=gtksourceview2
 pkgver=2.10.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('gtk2>=2.22.0' 'libxml2>=2.7.7')
-makedepends=('intltool' 'pkgconfig')
+makedepends=('intltool' 'pkg-config')
 options=('!libtool')
 url="http://www.gnome.org"
 source=(http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.10/gtksourceview-${pkgver}.tar.bz2)
@@ -20,5 +20,9 @@
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static
   make
+}
+
+package() {
+  cd "${srcdir}/gtksourceview-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list