Date: Monday, June 25, 2018 @ 06:42:43 Author: arojas Revision: 327537
Fix date highlight in Plasma calendar Modified: plasma-framework/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-24 22:35:52 UTC (rev 327536) +++ PKGBUILD 2018-06-25 06:42:43 UTC (rev 327537) @@ -5,21 +5,27 @@ pkgname=plasma-framework pkgver=5.47.0 -pkgrel=1 +pkgrel=2 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) -depends=(qt5-quickcontrols kactivities kdeclarative kwayland kirigami2) +depends=(kactivities kdeclarative kwayland kirigami2) makedepends=(extra-cmake-modules qt5-tools kdoctools 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-394423.patch::"https://cgit.kde.org/plasma-framework.git/patch/?id=d15f0fa8") sha256sums=('4a43bb699e2d6e004b0d218c98079eea329d3a2d3de82b33b7d298e4cb146eb4' - 'SKIP') + 'SKIP' + '4653e456c2b20d642a7d6e92eca1760e9f8ac1d89ab061eb65449a367b05781a') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <[email protected]> prepare() { mkdir -p build + +# Fix wrong date highlighted in calendar https://bugs.kde.org/show_bug.cgi?id=394423 + cd $pkgname-$pkgver + patch -p1 -i ../kdebug-394423.patch } build() {
