From bcefa96cbc68f340b2aa11c108353993db074e76 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Mon, 13 Jan 2014 03:42:46 +0000 Subject: Mon Jan 13 03:38:11 UTC 2014 --- community/gtkimageview/PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'community/gtkimageview') diff --git a/community/gtkimageview/PKGBUILD b/community/gtkimageview/PKGBUILD index 13d410b6d..fe6627033 100644 --- a/community/gtkimageview/PKGBUILD +++ b/community/gtkimageview/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 102159 2013-12-06 11:35:48Z giovanni $ +# $Id: PKGBUILD 103868 2014-01-12 20:31:29Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Jan Blazek # Contributor: Jose Valecillos pkgname=gtkimageview pkgver=1.6.4 -pkgrel=3 +pkgrel=4 pkgdesc="Simple image viewer widget for GTK2" arch=('i686' 'x86_64') -url="http://trac.bjourne.webfactional.com/" +url="https://github.com/GNOME/gtkimageview" license=('LGPL2.1') depends=('gtk2') -makedepends=('pkgconfig') -source=("http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/${pkgname}-${pkgver}.tar.gz?format=raw") +makedepends=('pkg-config') +source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz") md5sums=('501367b3f50e69a12208dc9c6ad00b18') build() { @@ -20,6 +20,7 @@ build() { ./configure --prefix=/usr \ --disable-static + make } @@ -27,5 +28,6 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}/usr/share" } -- cgit v1.2.3-54-g00ecf