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

Bruno Pagani archange at archlinux.org
Thu Mar 21 13:18:36 UTC 2019


    Date: Thursday, March 21, 2019 @ 13:18:35
  Author: archange
Revision: 443033

archrelease: copy trunk to community-x86_64

Added:
  kvantum-qt5/repos/community-x86_64/PKGBUILD
    (from rev 443032, 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-03-21 13:18:28 UTC (rev 443032)
+++ PKGBUILD	2019-03-21 13:18:35 UTC (rev 443033)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkgname=Kvantum
-pkgname=kvantum-qt5
-pkgver=0.10.9
-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=('e588c2e7acbc00b2ccf197dc34e09a3bc4c1f5d4574f26b929ad372177183041')
-
-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 443032, kvantum-qt5/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-21 13:18:35 UTC (rev 443033)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkgname=Kvantum
+pkgname=kvantum-qt5
+pkgver=0.10.10
+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=('e21fb70ff3260d83b317d0902a0468a7446d840b632d043ee860597501529a09')
+
+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