diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-11 03:21:28 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-11 03:21:28 +0000 |
commit | 121ee20158ca9869daadf9a2993b431af9661cb6 (patch) | |
tree | 3b8f82250a4d0f25ef33e3ea3300c24a74c262dd /community/viewnior | |
parent | ffe0bbfd85b1341f3b15f809ea92f330d2f7cea3 (diff) |
Tue Feb 11 03:19:20 UTC 2014
Diffstat (limited to 'community/viewnior')
-rw-r--r-- | community/viewnior/PKGBUILD | 16 | ||||
-rw-r--r-- | community/viewnior/viewnior.install | 2 |
2 files changed, 11 insertions, 7 deletions
diff --git a/community/viewnior/PKGBUILD b/community/viewnior/PKGBUILD index cf29740da..159d1a5c1 100644 --- a/community/viewnior/PKGBUILD +++ b/community/viewnior/PKGBUILD @@ -1,24 +1,28 @@ -# $Id: PKGBUILD 66682 2012-02-27 10:02:48Z spupykin $ +# $Id: PKGBUILD 105587 2014-02-10 17:25:44Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> # Maintainer: M Rawash <mrawash@gmail.com> pkgname=viewnior -pkgver=1.3 -pkgrel=1 +pkgver=1.4 +pkgrel=2 pkgdesc="A simple, fast and elegant image viewer program" arch=('i686' 'x86_64') url="http://xsisqox.github.com/Viewnior/" license=('GPL3') -depends=('gtk2>=2.12') +depends=('gtk2>=2.12' 'exiv2') makedepends=('make' 'intltool>=0.35' 'pkgconfig>=0.9' 'perl>=5.8.1') install=viewnior.install -source=(http://cloud.github.com/downloads/xsisqox/Viewnior/$pkgname-$pkgver.tar.gz) -md5sums=('273c379933ae3e74ad414fde00198695') +source=(https://www.dropbox.com/s/zytq0suabesv933/viewnior-$pkgver.tar.gz) +md5sums=('13d7cb3381522161b32de9b70dd989b8') build() { cd $pkgname-$pkgver LDFLAGS=-lm ./configure --prefix=/usr make +} + +package() { + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } diff --git a/community/viewnior/viewnior.install b/community/viewnior/viewnior.install index 5f0358791..c52bea067 100644 --- a/community/viewnior/viewnior.install +++ b/community/viewnior/viewnior.install @@ -1,7 +1,7 @@ post_install() { [ -x `which update-mime-database` ] && update-mime-database usr/share/mime [ -x `which gtk-update-icon-cache` ] && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - /bin/true + true } post_upgrade() { |