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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 15:42:22 UTC 2015


    Date: Monday, December 7, 2015 @ 16:42:22
  Author: foutrelis
Revision: 149986

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 149985, kuickshow/trunk/PKGBUILD)
  kuickshow/repos/community-staging-i686/kuickshow.install
    (from rev 149985, kuickshow/trunk/kuickshow.install)
  kuickshow/repos/community-staging-x86_64/
  kuickshow/repos/community-staging-x86_64/PKGBUILD
    (from rev 149985, kuickshow/trunk/PKGBUILD)
  kuickshow/repos/community-staging-x86_64/kuickshow.install
    (from rev 149985, 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 149985, kuickshow/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 15:42:22 UTC (rev 149986)
@@ -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=8
+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 149985, kuickshow/trunk/kuickshow.install)
===================================================================
--- community-staging-i686/kuickshow.install	                        (rev 0)
+++ community-staging-i686/kuickshow.install	2015-12-07 15:42:22 UTC (rev 149986)
@@ -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 149985, kuickshow/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 15:42:22 UTC (rev 149986)
@@ -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=8
+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 149985, kuickshow/trunk/kuickshow.install)
===================================================================
--- community-staging-x86_64/kuickshow.install	                        (rev 0)
+++ community-staging-x86_64/kuickshow.install	2015-12-07 15:42:22 UTC (rev 149986)
@@ -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