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

Antonio Rojas arojas at archlinux.org
Fri Sep 22 16:43:48 UTC 2017


    Date: Friday, September 22, 2017 @ 16:43:47
  Author: arojas
Revision: 306097

Set QQC2 desktop style in plasma-integration (KDEBUG#384481)

Modified:
  plasma-integration/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 14:37:16 UTC (rev 306096)
+++ PKGBUILD	2017-09-22 16:43:47 UTC (rev 306097)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-integration
 pkgver=5.10.95
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
 arch=(i686 x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -12,9 +12,11 @@
 depends=(kio kwayland libxcursor noto-fonts ttf-hack)
 makedepends=(extra-cmake-modules python breeze)
 groups=(plasma)
-source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+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")
 sha256sums=('783deac27011592cb364c4788e1854841ccb728b984fec01d48966b2e64831a4'
-            'SKIP')
+            'SKIP'
+            '9106df5493e1f7a077aa976a8285efabb281126a7d76371d52ee2200150b9623')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
               '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
               'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
@@ -21,6 +23,9 @@
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../plasma-integration-qqc2-style.patch # Set QQC2 style here
 }
 
 build() {



More information about the arch-commits mailing list