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

Antonio Rojas arojas at archlinux.org
Tue Aug 29 16:33:23 UTC 2017


    Date: Tuesday, August 29, 2017 @ 16:33:22
  Author: arojas
Revision: 304323

Don't block starting notification service (FS#54453)

Modified:
  knotifications/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-29 13:15:00 UTC (rev 304322)
+++ PKGBUILD	2017-08-29 16:33:22 UTC (rev 304323)
@@ -1,10 +1,11 @@
 # $Id$
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=knotifications
 pkgver=5.37.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Abstraction for system notifications'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -12,13 +13,18 @@
 depends=('phonon-qt5' 'libdbusmenu-qt5' 'kwindowsystem' 'kconfig' 'kcodecs' 'kcoreaddons' 'qt5-speech')
 makedepends=('extra-cmake-modules' 'qt5-tools' '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-382444.patch::"https://cgit.kde.org/knotifications.git/patch/?id=1c97e1d9")
 sha256sums=('66cdfddaa31f773a538d429026d0117e60f8a0a7f2a90c861f95d84395347b3f'
-            'SKIP')
+            'SKIP'
+            '3bd4eaa9a883ad7b884c566e4e00c17991062e131a3920951079579371ce2fae')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-382444.patch # Don't block starting notification service
 }
 
 build() {



More information about the arch-commits mailing list