[arch-commits] CVS update of extra/multimedia/qiv (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Wed Dec 5 13:59:04 UTC 2007


    Date: Wednesday, December 5, 2007 @ 08:59:04
  Author: alexander
    Path: /home/cvs-extra/extra/multimedia/qiv

Modified: PKGBUILD (1.8 -> 1.9)

upgpkg: qiv 2.1pre12
* fixes FS#8804


----------+
 PKGBUILD |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)


Index: extra/multimedia/qiv/PKGBUILD
diff -u extra/multimedia/qiv/PKGBUILD:1.8 extra/multimedia/qiv/PKGBUILD:1.9
--- extra/multimedia/qiv/PKGBUILD:1.8	Thu Jul 20 15:54:22 2006
+++ extra/multimedia/qiv/PKGBUILD	Wed Dec  5 08:59:03 2007
@@ -1,19 +1,21 @@
-# $Id: PKGBUILD,v 1.8 2006/07/20 19:54:22 andyrtr Exp $
+# $Id: PKGBUILD,v 1.9 2007/12/05 13:59:03 alexander Exp $
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 # Maintainer: dorphell <dorphell at archlinux.org>
 pkgname=qiv
-pkgver=2.0
-pkgrel=1
+pkgver=2.1pre12
+pkgrel=1.1
 pkgdesc="Quick Image Viewer (qiv) is a very small and fast GDK/Imlib image viewer"
-arch=(i686 x86_64)
-depends=('imlib')
-source=(http://www.klografx.net/$pkgname/download/$pkgname-$pkgver-src.tgz)
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('imlib' 'libxinerama')
+makedepends=('pkgconfig')
+source=(http://www.klografx.net/$pkgname/download/$pkgname-2.1-pre12.tgz)
 url="http://www.klografx.net/qiv/"
-md5sums=('165d0c2f264718821f94732196b7f9e1')
+md5sums=('80ba1e2da5115a3cc3a6f7e19cb620d8')
 
 build() {
-   cd $startdir/src/$pkgname-$pkgver
-   make || return 1
+	cd $startdir/src/$pkgname-2.1-pre12
+	make || return 1
 	install -D -m 0755 qiv $startdir/pkg/usr/bin/qiv
 	install -D -m 0644 qiv.1 $startdir/pkg/usr/man/man1/qiv.1
 }




More information about the arch-commits mailing list