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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun May 1 10:27:17 UTC 2016


    Date: Sunday, May 1, 2016 @ 12:27:16
  Author: jlichtblau
Revision: 173234

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kuickshow/repos/community-i686/PKGBUILD
    (from rev 173233, kuickshow/trunk/PKGBUILD)
  kuickshow/repos/community-x86_64/PKGBUILD
    (from rev 173233, kuickshow/trunk/PKGBUILD)
Deleted:
  kuickshow/repos/community-i686/PKGBUILD
  kuickshow/repos/community-i686/kuickshow.install
  kuickshow/repos/community-x86_64/PKGBUILD
  kuickshow/repos/community-x86_64/kuickshow.install

------------------------------------+
 /PKGBUILD                          |   66 +++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD            |   35 ------------------
 community-i686/kuickshow.install   |   12 ------
 community-x86_64/PKGBUILD          |   35 ------------------
 community-x86_64/kuickshow.install |   12 ------
 5 files changed, 66 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-01 10:26:58 UTC (rev 173233)
+++ community-i686/PKGBUILD	2016-05-01 10:27:16 UTC (rev 173234)
@@ -1,35 +0,0 @@
-# $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-i686/PKGBUILD (from rev 173233, kuickshow/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-01 10:27:16 UTC (rev 173234)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: sxe <sxxe at gmx.de>
+
+pkgname=kuickshow
+pkgver=0.9.1
+pkgrel=9
+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=('pkg-config' 'cmake' 'automoc4' 'docbook-xsl')
+source=(http://hosti.leonde.de/~gis/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('9427a563cd48b968230743d73de74a1d802666e996866b365c2f52708d428850')
+
+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
+}

Deleted: community-i686/kuickshow.install
===================================================================
--- community-i686/kuickshow.install	2016-05-01 10:26:58 UTC (rev 173233)
+++ community-i686/kuickshow.install	2016-05-01 10:27:16 UTC (rev 173234)
@@ -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
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-01 10:26:58 UTC (rev 173233)
+++ community-x86_64/PKGBUILD	2016-05-01 10:27:16 UTC (rev 173234)
@@ -1,35 +0,0 @@
-# $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-x86_64/PKGBUILD (from rev 173233, kuickshow/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-01 10:27:16 UTC (rev 173234)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: sxe <sxxe at gmx.de>
+
+pkgname=kuickshow
+pkgver=0.9.1
+pkgrel=9
+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=('pkg-config' 'cmake' 'automoc4' 'docbook-xsl')
+source=(http://hosti.leonde.de/~gis/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('9427a563cd48b968230743d73de74a1d802666e996866b365c2f52708d428850')
+
+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
+}

Deleted: community-x86_64/kuickshow.install
===================================================================
--- community-x86_64/kuickshow.install	2016-05-01 10:26:58 UTC (rev 173233)
+++ community-x86_64/kuickshow.install	2016-05-01 10:27:16 UTC (rev 173234)
@@ -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
-}



More information about the arch-commits mailing list