[arch-commits] Commit in kvantum-qt5/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Mon May 11 18:52:35 UTC 2020


    Date: Monday, May 11, 2020 @ 18:52:35
  Author: archange
Revision: 626317

upgpkg: kvantum-qt5 0.15.3-1

Modified:
  kvantum-qt5/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-11 18:50:25 UTC (rev 626316)
+++ PKGBUILD	2020-05-11 18:52:35 UTC (rev 626317)
@@ -2,7 +2,7 @@
 
 _pkgname=Kvantum
 pkgname=kvantum-qt5
-pkgver=0.15.2
+pkgver=0.15.3
 pkgrel=1
 pkgdesc="SVG-based theme engine for Qt5 (including config tool and extra themes)"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 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=('4795b786f4c3b9fd580e2dd1202ce9ec1ad209ade142043f043106912bb946b8')
+sha256sums=('a34b54956d772c19d98b1ef62d9bc3b9c20fa0aa7602c1d508332500e805cec0')
 
 build() {
   cmake -B build -S ${_pkgname}-${pkgver}/${_pkgname} -DCMAKE_INSTALL_PREFIX=/usr
@@ -20,6 +20,4 @@
 
 package() {
   make -C build DESTDIR="${pkgdir}" install
-  # KDE4 is long dead
-  rm -r "${pkgdir}"/usr/share/kde4
 }



More information about the arch-commits mailing list