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

Bruno Pagani archange at archlinux.org
Thu Apr 12 11:11:53 UTC 2018


    Date: Thursday, April 12, 2018 @ 11:11:52
  Author: archange
Revision: 316048

archrelease: copy trunk to community-x86_64

Added:
  kvantum-qt5/repos/community-x86_64/PKGBUILD
    (from rev 316047, kvantum-qt5/trunk/PKGBUILD)
Deleted:
  kvantum-qt5/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-12 11:11:36 UTC (rev 316047)
+++ PKGBUILD	2018-04-12 11:11:52 UTC (rev 316048)
@@ -1,30 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkgname=Kvantum
-pkgname=kvantum-qt5
-pkgver=0.10.5
-pkgrel=1
-pkgdesc="SVG-based theme engine for Qt5 (including config tool and extra themes)"
-arch=('i686' 'x86_64')
-url="https://github.com/tsujan/Kvantum"
-license=('GPL')
-depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'libx11' 'libxext' 'hicolor-icon-theme')
-makedepends=('cmake' 'qt5-tools')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/V${pkgver}.tar.gz")
-sha256sums=('3174dc68331e286a51c0288f5862363258ee2d11b7b10eac65f3bcb0ced6302e')
-
-prepare() {
-    mkdir -p build
-}
-
-build() {
-    cd build
-	cmake ../${_pkgname}-${pkgver}/${_pkgname} \
-	      -DCMAKE_INSTALL_PREFIX:PATH=/usr
-	make
-}
-
-package() {
-	cd build
-	make DESTDIR="${pkgdir}" install
-}

Copied: kvantum-qt5/repos/community-x86_64/PKGBUILD (from rev 316047, kvantum-qt5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-12 11:11:52 UTC (rev 316048)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkgname=Kvantum
+pkgname=kvantum-qt5
+pkgver=0.10.6
+pkgrel=1
+pkgdesc="SVG-based theme engine for Qt5 (including config tool and extra themes)"
+arch=('x86_64')
+url="https://github.com/tsujan/Kvantum"
+license=('GPL')
+depends=('qt5-base' 'qt5-svg' 'qt5-x11extras' 'libx11' 'libxext' 'hicolor-icon-theme')
+makedepends=('cmake' 'qt5-tools')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/V${pkgver}.tar.gz")
+sha256sums=('4ef54d27be9d175d1023b37617295e622446ad950f79447aea8c6915890aae2d')
+
+prepare() {
+    mkdir -p build
+}
+
+build() {
+    cd build
+	cmake ../${_pkgname}-${pkgver}/${_pkgname} \
+	      -DCMAKE_INSTALL_PREFIX:PATH=/usr
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list