diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/viewnior | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/viewnior')
-rw-r--r-- | community/viewnior/PKGBUILD | 24 | ||||
-rw-r--r-- | community/viewnior/viewnior.install | 13 |
2 files changed, 0 insertions, 37 deletions
diff --git a/community/viewnior/PKGBUILD b/community/viewnior/PKGBUILD deleted file mode 100644 index cf29740da..000000000 --- a/community/viewnior/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# $Id: PKGBUILD 66682 2012-02-27 10:02:48Z 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 -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') -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') - -build() { - cd $pkgname-$pkgver - LDFLAGS=-lm ./configure --prefix=/usr - make - make DESTDIR="$pkgdir" install -} diff --git a/community/viewnior/viewnior.install b/community/viewnior/viewnior.install deleted file mode 100644 index 5f0358791..000000000 --- a/community/viewnior/viewnior.install +++ /dev/null @@ -1,13 +0,0 @@ -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 -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} |