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

Bruno Pagani archange at archlinux.org
Wed Jul 31 12:56:40 UTC 2019


    Date: Wednesday, July 31, 2019 @ 12:56:39
  Author: archange
Revision: 495534

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-31 12:56:27 UTC (rev 495533)
+++ PKGBUILD	2019-07-31 12:56:39 UTC (rev 495534)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkgname=Kvantum
-pkgname=kvantum-qt5
-pkgver=0.11.1
-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 kwindowsystem)
-makedepends=(cmake qt5-tools)
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/V${pkgver}.tar.gz")
-sha256sums=('c91101157873803e3365607d83d31a02e17364390f074d7defd6860ae01bdd51')
-
-prepare() {
-    mkdir -p build
-}
-
-build() {
-    cd build
-	cmake ../${_pkgname}-${pkgver}/${_pkgname} \
-	      -DCMAKE_INSTALL_PREFIX=/usr
-	make
-}
-
-package() {
-	cd build
-	make DESTDIR="${pkgdir}" install
-    # KDE4 is long dead
-    rm -r "${pkgdir}"/usr/share/kde4
-}

Copied: kvantum-qt5/repos/community-x86_64/PKGBUILD (from rev 495533, kvantum-qt5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-31 12:56:39 UTC (rev 495534)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkgname=Kvantum
+pkgname=kvantum-qt5
+pkgver=0.11.2
+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 kwindowsystem)
+makedepends=(cmake qt5-tools)
+source=("${url}/archive/V${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('b57689ec8107d3e89fa1c4ad2a3f5f4cf1bc5f6259aa9f1dbaa5908fdd3b6161')
+
+prepare() {
+    mkdir -p build
+}
+
+build() {
+    cd build
+	cmake ../${_pkgname}-${pkgver}/${_pkgname} \
+	      -DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="${pkgdir}" install
+    # KDE4 is long dead
+    rm -r "${pkgdir}"/usr/share/kde4
+}



More information about the arch-commits mailing list