[arch-commits] Commit in kuickshow/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Oct 20 19:06:03 UTC 2019


    Date: Sunday, October 20, 2019 @ 19:06:02
  Author: jlichtblau
Revision: 517939

archrelease: copy trunk to community-x86_64

Added:
  kuickshow/repos/community-x86_64/PKGBUILD
    (from rev 517938, kuickshow/trunk/PKGBUILD)
Deleted:
  kuickshow/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-20 19:05:52 UTC (rev 517938)
+++ PKGBUILD	2019-10-20 19:06:02 UTC (rev 517939)
@@ -1,37 +0,0 @@
-# $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.10.0
-pkgrel=2
-pkgdesc="A very fast and convenient image viewer"
-url="http://userbase.kde.org/KuickShow"
-arch=('x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'imlib' 'qt5-base' 'qt5-x11extras'
-         'kdoctools' 'ki18n' 'kiconthemes' 'kio' 'kxmlgui' 'kinit')
-makedepends=('cmake' 'docbook-xsl' 'extra-cmake-modules')
-source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) #{,.sig})
-# validpgpkeys=('285ABEE99DADA2A7') #Unknown key - gpg: keyserver receive failed: No data
-sha256sums=('08bae0a3134579787bb8a6e4bb6439c5e6237ae6a990f411df6140b268f5d628')
-
-build() {
-  cd "${srcdir}"
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_SKIP_RPATH=YES
-  make
-}
-
-package(){
-  cd "${srcdir}"/build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: kuickshow/repos/community-x86_64/PKGBUILD (from rev 517938, kuickshow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-20 19:06:02 UTC (rev 517939)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: sxe <sxxe at gmx.de>
+
+pkgname=kuickshow
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="A very fast and convenient image viewer"
+url="https://userbase.kde.org/KuickShow"
+arch=('x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'imlib' 'qt5-base' 'qt5-x11extras'
+         'kdoctools' 'ki18n' 'kiconthemes' 'kio' 'kxmlgui' 'kinit')
+makedepends=('cmake' 'docbook-xsl' 'extra-cmake-modules')
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) #{,.sig})
+# validpgpkeys=('285ABEE99DADA2A7') #Unknown key - gpg: keyserver receive failed: No data
+sha256sums=('511b3c8e6536db449267df26e775697b15afab4318d3c0a6d384e55f04478da2')
+
+build() {
+  cd "${srcdir}"
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_SKIP_RPATH=YES
+  make
+}
+
+package(){
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list