[arch-commits] Commit in kuickshow/repos (3 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Oct 1 06:40:57 UTC 2014


    Date: Wednesday, October 1, 2014 @ 08:40:56
  Author: jlichtblau
Revision: 119924

archrelease: copy trunk to community-staging-x86_64

Added:
  kuickshow/repos/community-staging-x86_64/
  kuickshow/repos/community-staging-x86_64/PKGBUILD
    (from rev 119923, kuickshow/trunk/PKGBUILD)
  kuickshow/repos/community-staging-x86_64/kuickshow.install
    (from rev 119923, kuickshow/trunk/kuickshow.install)

-------------------+
 PKGBUILD          |   35 +++++++++++++++++++++++++++++++++++
 kuickshow.install |   12 ++++++++++++
 2 files changed, 47 insertions(+)

Copied: kuickshow/repos/community-staging-x86_64/PKGBUILD (from rev 119923, kuickshow/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-10-01 06:40:56 UTC (rev 119924)
@@ -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=6
+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 119923, kuickshow/trunk/kuickshow.install)
===================================================================
--- community-staging-x86_64/kuickshow.install	                        (rev 0)
+++ community-staging-x86_64/kuickshow.install	2014-10-01 06:40:56 UTC (rev 119924)
@@ -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