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

Bruno Pagani archange at archlinux.org
Sun Dec 9 23:17:00 UTC 2018


    Date: Sunday, December 9, 2018 @ 23:16:59
  Author: archange
Revision: 413468

Remove KDE4 files

Modified:
  kvantum-qt5/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-09 23:16:42 UTC (rev 413467)
+++ PKGBUILD	2018-12-09 23:16:59 UTC (rev 413468)
@@ -20,7 +20,7 @@
 build() {
     cd build
 	cmake ../${_pkgname}-${pkgver}/${_pkgname} \
-	      -DCMAKE_INSTALL_PREFIX:PATH=/usr
+	      -DCMAKE_INSTALL_PREFIX=/usr
 	make
 }
 
@@ -27,4 +27,6 @@
 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