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

Paul Mattal paul at archlinux.org
Sun May 10 18:46:42 UTC 2009


    Date: Sunday, May 10, 2009 @ 14:46:42
  Author: paul
Revision: 38899

upgpkg: qiv 2.2-1
    update to 2.2, fix FS#14244 dependency on libexif and overhauled dependencies at same time

Modified:
  qiv/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-10 18:17:34 UTC (rev 38898)
+++ PKGBUILD	2009-05-10 18:46:42 UTC (rev 38899)
@@ -1,22 +1,21 @@
 # $Id$
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Maintainer: dorphell <dorphell at archlinux.org>
+# Maintainer: Paul Mattal <paul at archlinux.org>
 pkgname=qiv
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc="Quick Image Viewer (qiv) is a very small and fast GDK/Imlib image viewer"
 arch=('i686' 'x86_64')
-options=('force')
 license=('GPL2')
-depends=('imlib' 'libxinerama')
+depends=('libexif' 'file' 'gtk2' 'imlib2')
 makedepends=('pkgconfig')
 source=(http://spiegl.de/qiv/download/$pkgname-$pkgver.tgz)
 url="http://spiegl.de/qiv/"
-md5sums=('44544d2d10b1acaa493ca430ff9b6eb9')
+md5sums=('ea31682c91b0bd83dc2c6046d55745bf')
 
 build() {
 	cd $startdir/src/$pkgname-$pkgver || return 1
 	make || return 1
 	install -D -m 0755 qiv $startdir/pkg/usr/bin/qiv || return 1
-	install -D -m 0644 qiv.1 $startdir/pkg/usr/man/man1/qiv.1 || return 1
+	install -D -m 0644 qiv.1 $startdir/pkg/usr/share/man/man1/qiv.1 || return 1
 }




More information about the arch-commits mailing list