Date: Wednesday, March 30, 2022 @ 06:56:19 Author: arojas Revision: 440950
Fix visual regression Modified: plasma-framework/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-29 23:20:17 UTC (rev 440949) +++ PKGBUILD 2022-03-30 06:56:19 UTC (rev 440950) @@ -4,7 +4,7 @@ pkgname=plasma-framework pkgver=5.92.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' @@ -12,12 +12,18 @@ depends=(kactivities kdeclarative kwayland kirigami2) makedepends=(extra-cmake-modules qt5-tools qt5-doc 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} + https://invent.kde.org/frameworks/plasma-framework/-/commit/7352045b.patch) sha256sums=('c6c2bc624564c74fd80bce170a1c763803d5207ef86108b5724fcba73c3506f7' - 'SKIP') + 'SKIP' + '50d0ff124f5c8fb79179753f2e71b2491ffbbc99d27c1ed62f8cdf4a69f8bb17') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <[email protected]> options=(debug) +prepare() { + patch -d $pkgname-$pkgver -p1 < 7352045b.patch # Fix visual regression +} + build() { cmake -B build -S $pkgname-$pkgver \ -DBUILD_TESTING=OFF \
