[arch-commits] Commit in kuickshow/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Tue Apr 14 06:40:56 UTC 2015
Date: Tuesday, April 14, 2015 @ 08:40:56
Author: arojas
Revision: 131341
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
kuickshow/repos/community-staging-i686/
kuickshow/repos/community-staging-i686/PKGBUILD
(from rev 131340, kuickshow/trunk/PKGBUILD)
kuickshow/repos/community-staging-i686/kuickshow.install
(from rev 131340, kuickshow/trunk/kuickshow.install)
kuickshow/repos/community-staging-x86_64/
kuickshow/repos/community-staging-x86_64/PKGBUILD
(from rev 131340, kuickshow/trunk/PKGBUILD)
kuickshow/repos/community-staging-x86_64/kuickshow.install
(from rev 131340, kuickshow/trunk/kuickshow.install)
--------------------------------------------+
community-staging-i686/PKGBUILD | 35 +++++++++++++++++++++++++++
community-staging-i686/kuickshow.install | 12 +++++++++
community-staging-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++++
community-staging-x86_64/kuickshow.install | 12 +++++++++
4 files changed, 94 insertions(+)
Copied: kuickshow/repos/community-staging-i686/PKGBUILD (from rev 131340, kuickshow/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-14 06:40:56 UTC (rev 131341)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: sxe <sxxe at gmx.de>
+
+pkgname=kuickshow
+pkgver=0.9.1
+pkgrel=7
+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
+}
Copied: kuickshow/repos/community-staging-i686/kuickshow.install (from rev 131340, kuickshow/trunk/kuickshow.install)
===================================================================
--- community-staging-i686/kuickshow.install (rev 0)
+++ community-staging-i686/kuickshow.install 2015-04-14 06:40:56 UTC (rev 131341)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: kuickshow/repos/community-staging-x86_64/PKGBUILD (from rev 131340, kuickshow/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-04-14 06:40:56 UTC (rev 131341)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: sxe <sxxe at gmx.de>
+
+pkgname=kuickshow
+pkgver=0.9.1
+pkgrel=7
+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
+}
Copied: kuickshow/repos/community-staging-x86_64/kuickshow.install (from rev 131340, kuickshow/trunk/kuickshow.install)
===================================================================
--- community-staging-x86_64/kuickshow.install (rev 0)
+++ community-staging-x86_64/kuickshow.install 2015-04-14 06:40:56 UTC (rev 131341)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list