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

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Jun 15 18:06:17 UTC 2021


    Date: Tuesday, June 15, 2021 @ 18:06:17
  Author: jlichtblau
Revision: 963956

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-15 18:06:08 UTC (rev 963955)
+++ PKGBUILD	2021-06-15 18:06:17 UTC (rev 963956)
@@ -1,36 +0,0 @@
-# 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=2
-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
-}

Copied: kuickshow/repos/community-x86_64/PKGBUILD (from rev 963955, kuickshow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-15 18:06:17 UTC (rev 963956)
@@ -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.2
+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/$pkgname-$pkgver.tar.xz) #{,.sig})
+# validpgpkeys=('285ABEE99DADA2A7') #Unknown key - gpg: keyserver receive failed: No data
+sha256sums=('5acecd64e9e9fe4d093665a2768e5c7d05c1845c572c7e36243bfd6cd4575357')
+
+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