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

Andrea Scarpino andrea at archlinux.org
Sat Oct 3 16:34:19 UTC 2009


    Date: Saturday, October 3, 2009 @ 12:34:18
  Author: andrea
Revision: 53865

fixed FS#16409

Modified:
  feh/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-03 16:29:11 UTC (rev 53864)
+++ PKGBUILD	2009-10-03 16:34:18 UTC (rev 53865)
@@ -1,22 +1,24 @@
 # $Id$
-# Maintainer: dorphell <dorphell at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=feh
 pkgver=1.3.4
 pkgrel=5
-pkgdesc="feh is a fast, lightweight image viewer which uses imlib2"
+pkgdesc="A fast, lightweight image viewer which uses imlib2"
 arch=('i686' 'x86_64')
 url="http://www.linuxbrit.co.uk/feh/"
 license=('MIT')
 depends=('libpng' 'libxinerama' 'giblib')
 makedepends=('libxt')
-source=(http://linuxbrit.co.uk/downloads/$pkgname-$pkgver.tar.gz)
+source=(http://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('3d35ba3d2f0693b019800787f1103891')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man  || return 1
+  ./configure --prefix=/usr \
+    --mandir=/usr/share/man  || return 1
   make || return 1
   make DESTDIR=$pkgdir docsdir=/usr/share/doc/feh install || return 1
   install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE




More information about the arch-commits mailing list