Date: Tuesday, July 7, 2020 @ 17:37:17
  Author: felixonmars
Revision: 659810

archrelease: copy trunk to community-staging-x86_64

Added:
  kuickshow/repos/community-staging-x86_64/
  kuickshow/repos/community-staging-x86_64/PKGBUILD
    (from rev 659808, kuickshow/trunk/PKGBUILD)

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

Copied: kuickshow/repos/community-staging-x86_64/PKGBUILD (from rev 659808, 
kuickshow/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-07 17:37:17 UTC (rev 659810)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: sxe <[email protected]>
+
+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
+}

Reply via email to