diff options
author | root <root@rshg054.dnsready.net> | 2012-03-14 00:01:30 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-14 00:01:30 +0000 |
commit | 01a0c4bc740842efa3bf1a7e1d6c8be5656e4e2a (patch) | |
tree | c9cf79fb6311cbb2a890419e0a382aa211fb3010 /community/kuickshow | |
parent | ca06c41d7d8e5d38284de9048372ab45dcd8b2fb (diff) |
Wed Mar 14 00:01:29 UTC 2012
Diffstat (limited to 'community/kuickshow')
-rw-r--r-- | community/kuickshow/PKGBUILD | 11 | ||||
-rw-r--r-- | community/kuickshow/kuickshow.install | 1 |
2 files changed, 7 insertions, 5 deletions
diff --git a/community/kuickshow/PKGBUILD b/community/kuickshow/PKGBUILD index 23b1b6497..49c309a51 100644 --- a/community/kuickshow/PKGBUILD +++ b/community/kuickshow/PKGBUILD @@ -1,19 +1,20 @@ -# $Id: PKGBUILD 33183 2010-11-22 21:37:03Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> +# $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=3 +pkgrel=4 pkgdesc="A very fast and convenient image viewer" url="http://userbase.kde.org/KuickShow" arch=('i686' 'x86_64') license=('GPL') -depends=('kdelibs' 'imlib' 'hicolor-icon-theme') +depends=('kdebase-runtime' 'imlib') makedepends=('pkgconfig' 'cmake' 'automoc4' 'docbook-xsl') install=${pkgname}.install source=("http://hosti.leonde.de/~gis/${pkgname}-${pkgver}.tar.bz2") -md5sums=('ac8a7b411445fa91a3fbce76e32ee063') +md5sums=('6866128ee3ef3d0dde809cd5b23d2472') build() { cd ${srcdir} diff --git a/community/kuickshow/kuickshow.install b/community/kuickshow/kuickshow.install index e70c054ec..6c87527e2 100644 --- a/community/kuickshow/kuickshow.install +++ b/community/kuickshow/kuickshow.install @@ -1,5 +1,6 @@ post_install() { xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q } post_upgrade() { |