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

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Mar 8 21:39:41 UTC 2018


    Date: Thursday, March 8, 2018 @ 21:39:41
  Author: jlichtblau
Revision: 304992

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-08 21:39:27 UTC (rev 304991)
+++ PKGBUILD	2018-03-08 21:39:41 UTC (rev 304992)
@@ -1,33 +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.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
-}

Copied: kuickshow/repos/community-x86_64/PKGBUILD (from rev 304991, kuickshow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-08 21:39:41 UTC (rev 304992)
@@ -0,0 +1,36 @@
+# $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=1
+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=($pkgname-$pkgver.tar.gz::https://github.com/KDE/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('1b80e62e32991c9f246fef9db3a4bf36b547b8dbadeb4fb27caef5e73692637a')
+
+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