git » plasma-framework.git » commit bf84f77

Fix misplaced notifications (FS#381130)

author Antonio Rojas
2017-07-19 16:18:45 UTC
committer Antonio Rojas
2017-07-19 16:18:45 UTC
parent 6fc9ca2d3b40d6772ce4d7d3a5dab59d0fa8d230

Fix misplaced notifications (FS#381130)

PKGBUILD +8 -3

diff --git a/PKGBUILD b/PKGBUILD
index f29a2f1..372f603 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,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'
@@ -11,13 +11,18 @@ license=('LGPL')
 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@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() {