[arch-commits] Commit in plasma-integration/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Sep 25 18:47:22 UTC 2017


    Date: Monday, September 25, 2017 @ 18:47:21
  Author: arojas
Revision: 306224

Fix crashes in QGuiApplications

Modified:
  plasma-integration/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-25 17:44:03 UTC (rev 306223)
+++ PKGBUILD	2017-09-25 18:47:21 UTC (rev 306224)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-integration
 pkgver=5.10.95
-pkgrel=3
+pkgrel=4
 pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
 arch=(i686 x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -13,10 +13,12 @@
 makedepends=(extra-cmake-modules python breeze)
 groups=(plasma)
 source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
-        plasma-integration-qqc2-style.patch::"https://cgit.kde.org/plasma-integration.git/patch/?id=1781d60b")
+        plasma-integration-qqc2-style.patch::"https://cgit.kde.org/plasma-integration.git/patch/?id=1781d60b"
+        plasma-integration-qqc2-style-2.patch::"https://cgit.kde.org/plasma-integration.git/patch/?id=059369d6")
 sha256sums=('783deac27011592cb364c4788e1854841ccb728b984fec01d48966b2e64831a4'
             'SKIP'
-            '9106df5493e1f7a077aa976a8285efabb281126a7d76371d52ee2200150b9623')
+            '9106df5493e1f7a077aa976a8285efabb281126a7d76371d52ee2200150b9623'
+            '0ab8adb056a468af0e206d29473f34e29666b8b70a0fe929bb26b7422af16d15')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
               '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
               'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
@@ -26,6 +28,7 @@
 
   cd $pkgname-$pkgver
   patch -p1 -i ../plasma-integration-qqc2-style.patch # Set QQC2 style here
+  patch -p1 -i ../plasma-integration-qqc2-style-2.patch
 }
 
 build() {
@@ -33,7 +36,7 @@
   cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_LIBDIR=lib \
     -DBUILD_TESTING=OFF
   make
 }



More information about the arch-commits mailing list