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

Antonio Rojas arojas at archlinux.org
Wed Jul 19 16:18:46 UTC 2017


    Date: Wednesday, July 19, 2017 @ 16:18:45
  Author: arojas
Revision: 300830

Fix misplaced notifications (FS#381130)

Modified:
  plasma-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-19 14:56:21 UTC (rev 300829)
+++ PKGBUILD	2017-07-19 16:18:45 UTC (rev 300830)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-framework
 pkgver=5.36.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -12,13 +12,18 @@
 depends=('qt5-quickcontrols' 'kactivities' 'kdeclarative' 'kwayland')
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python' 'doxygen')
 groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+        kdebug-381130.patch::"https://cgit.kde.org/plasma-framework.git/patch/?id=a0e5bb3e")
 sha256sums=('7060e5b61eb8b00a350967528e0c22e18edd9cdc2cb7cb398aae3874ac859f17'
-            'SKIP')
+            'SKIP'
+            'e21619f3d23daccc6d8dac5a5a5685696ca7c0ff443c3ca831b3e056ccb8307b')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-381130.patch # Fix misplaced notifications https://bugs.kde.org/show_bug.cgi?id=381130
 }
 
 build() {



More information about the arch-commits mailing list