[arch-commits] Commit in gtkimageview/trunk (PKGBUILD)
Giovanni Scafora
giovanni at nymeria.archlinux.org
Sun Jan 12 20:31:16 UTC 2014
Date: Sunday, January 12, 2014 @ 21:31:16
Author: giovanni
Revision: 103867
upgpkg: gtkimageview 1.6.4-4
Fixed FS38078 - url and source url changed
Modified:
gtkimageview/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-12 20:25:46 UTC (rev 103866)
+++ PKGBUILD 2014-01-12 20:31:16 UTC (rev 103867)
@@ -5,14 +5,14 @@
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 @@
./configure --prefix=/usr \
--disable-static
+
make
}
@@ -27,5 +28,6 @@
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
+
rm -rf "${pkgdir}/usr/share"
}
More information about the arch-commits
mailing list