summaryrefslogtreecommitdiff
path: root/community/kuickshow
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/kuickshow
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/kuickshow')
-rw-r--r--community/kuickshow/PKGBUILD32
-rw-r--r--community/kuickshow/kuickshow.install12
2 files changed, 0 insertions, 44 deletions
diff --git a/community/kuickshow/PKGBUILD b/community/kuickshow/PKGBUILD
deleted file mode 100644
index 49c309a51..000000000
--- a/community/kuickshow/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 67493 2012-03-12 21:01:46Z giovanni $
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: sxe <sxxe@gmx.de>
-
-pkgname=kuickshow
-pkgver=0.9.1
-pkgrel=4
-pkgdesc="A very fast and convenient image viewer"
-url="http://userbase.kde.org/KuickShow"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('kdebase-runtime' 'imlib')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'docbook-xsl')
-install=${pkgname}.install
-source=("http://hosti.leonde.de/~gis/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('6866128ee3ef3d0dde809cd5b23d2472')
-
-build() {
- cd ${srcdir}
- mkdir build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package(){
- cd ${srcdir}/build
- make DESTDIR=${pkgdir} install
-}
diff --git a/community/kuickshow/kuickshow.install b/community/kuickshow/kuickshow.install
deleted file mode 100644
index 6c87527e2..000000000
--- a/community/kuickshow/kuickshow.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}