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

Antonio Rojas arojas at archlinux.org
Fri Apr 26 12:29:41 UTC 2019


    Date: Friday, April 26, 2019 @ 12:29:41
  Author: arojas
Revision: 352141

Don't compile QML, prevents having to rebuild this for every Qt update (FS#61627)

Modified:
  ktouch/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-26 09:46:08 UTC (rev 352140)
+++ PKGBUILD	2019-04-26 12:29:41 UTC (rev 352141)
@@ -4,7 +4,7 @@
 
 pkgname=ktouch
 pkgver=19.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Touch Typing Tutor"
 url="https://kde.org/applications/education/ktouch/"
 arch=(x86_64)
@@ -28,7 +28,8 @@
   cd build
   cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_TESTING=OFF
+    -DBUILD_TESTING=OFF \
+    -DQt5QuickCompiler_FOUND=OFF # Don't compile QML, it creates a hard dependency on a specific Qt version
   make
 }
 



More information about the arch-commits mailing list