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

Felix Yan fyan at nymeria.archlinux.org
Sun Jul 6 12:28:12 UTC 2014


    Date: Sunday, July 6, 2014 @ 14:28:12
  Author: fyan
Revision: 115187

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

Added:
  kuickshow/repos/community-i686/PKGBUILD
    (from rev 115186, kuickshow/trunk/PKGBUILD)
  kuickshow/repos/community-i686/kuickshow.install
    (from rev 115186, kuickshow/trunk/kuickshow.install)
  kuickshow/repos/community-x86_64/PKGBUILD
    (from rev 115186, kuickshow/trunk/PKGBUILD)
  kuickshow/repos/community-x86_64/kuickshow.install
    (from rev 115186, kuickshow/trunk/kuickshow.install)
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                          |   64 +++++++++++++++++++++++++++++++++++
 /kuickshow.install                 |   24 +++++++++++++
 community-i686/PKGBUILD            |   32 -----------------
 community-i686/kuickshow.install   |   12 ------
 community-x86_64/PKGBUILD          |   32 -----------------
 community-x86_64/kuickshow.install |   12 ------
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-06 12:27:40 UTC (rev 115186)
+++ community-i686/PKGBUILD	2014-07-06 12:28:12 UTC (rev 115187)
@@ -1,32 +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=4
-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 115186, kuickshow/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-06 12:28:12 UTC (rev 115187)
@@ -0,0 +1,32 @@
+# $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=5
+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
+}

Deleted: community-i686/kuickshow.install
===================================================================
--- community-i686/kuickshow.install	2014-07-06 12:27:40 UTC (rev 115186)
+++ community-i686/kuickshow.install	2014-07-06 12:28:12 UTC (rev 115187)
@@ -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
-}

Copied: kuickshow/repos/community-i686/kuickshow.install (from rev 115186, kuickshow/trunk/kuickshow.install)
===================================================================
--- community-i686/kuickshow.install	                        (rev 0)
+++ community-i686/kuickshow.install	2014-07-06 12:28:12 UTC (rev 115187)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-06 12:27:40 UTC (rev 115186)
+++ community-x86_64/PKGBUILD	2014-07-06 12:28:12 UTC (rev 115187)
@@ -1,32 +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=4
-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 115186, kuickshow/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-06 12:28:12 UTC (rev 115187)
@@ -0,0 +1,32 @@
+# $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=5
+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
+}

Deleted: community-x86_64/kuickshow.install
===================================================================
--- community-x86_64/kuickshow.install	2014-07-06 12:27:40 UTC (rev 115186)
+++ community-x86_64/kuickshow.install	2014-07-06 12:28:12 UTC (rev 115187)
@@ -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
-}

Copied: kuickshow/repos/community-x86_64/kuickshow.install (from rev 115186, kuickshow/trunk/kuickshow.install)
===================================================================
--- community-x86_64/kuickshow.install	                        (rev 0)
+++ community-x86_64/kuickshow.install	2014-07-06 12:28:12 UTC (rev 115187)
@@ -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