[arch-commits] CVS update of extra/system/gtklp (PKGBUILD)

daniel at archlinux.org daniel at archlinux.org
Sun Feb 3 11:05:13 UTC 2008


    Date: Sunday, February 3, 2008 @ 06:05:13
  Author: daniel
    Path: /home/cvs-extra/extra/system/gtklp

Modified: PKGBUILD (1.17 -> 1.18)

upgpkg: gtklp 1.2.6-1


----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)


Index: extra/system/gtklp/PKGBUILD
diff -u extra/system/gtklp/PKGBUILD:1.17 extra/system/gtklp/PKGBUILD:1.18
--- extra/system/gtklp/PKGBUILD:1.17	Tue Sep 11 03:01:37 2007
+++ extra/system/gtklp/PKGBUILD	Sun Feb  3 06:05:11 2008
@@ -1,20 +1,25 @@
-# $Id: PKGBUILD,v 1.17 2007/09/11 07:01:37 eric Exp $
+# $Id: PKGBUILD,v 1.18 2008/02/03 11:05:11 daniel Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gtklp
-pkgver=1.2.5
+pkgver=1.2.6
 pkgrel=1
 pkgdesc="GtkLP and GtkLPQ are two tools to use and administrate CUPS a better way."
 arch=('i686' 'x86_64')
 url='http://gtklp.sf.net'
 license=('GPL')
 depends=('gtk2' 'cups')
+makedepends=('autoconf')
 source=(http://heanet.dl.sf.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tar.gz)
-md5sums=('7152ac83f5adf89f288f926aba8bdd89')
+md5sums=('69938c99e3163c9ef25e1ed559c74c65')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
+  autoconf
+  chmod +x ./autogen.sh
+  ./autogen.sh
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }
+




More information about the arch-commits mailing list