summaryrefslogtreecommitdiff
path: root/community/nomacs
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/nomacs
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/nomacs')
-rw-r--r--community/nomacs/PKGBUILD30
-rw-r--r--community/nomacs/nomacs.install11
2 files changed, 0 insertions, 41 deletions
diff --git a/community/nomacs/PKGBUILD b/community/nomacs/PKGBUILD
deleted file mode 100644
index 1b737b3d0..000000000
--- a/community/nomacs/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 94002 2013-07-13 00:27:24Z speps $
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=nomacs
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="A Qt image viewer"
-arch=(i686 x86_64)
-url="http://www.nomacs.org/"
-license=('GPL3')
-depends=('qt4' 'exiv2' 'libraw' 'opencv')
-makedepends=('cmake')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2")
-md5sums=('ede84986dce5f67c270bb5ff7354e867')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- [ -d bld ] || mkdir bld && cd bld
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
- -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver/bld"
- make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:
diff --git a/community/nomacs/nomacs.install b/community/nomacs/nomacs.install
deleted file mode 100644
index e111ef946..000000000
--- a/community/nomacs/nomacs.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}