Date: Wednesday, April 20, 2022 @ 17:05:49 Author: arojas Revision: 442969
Fix volume OSD position Modified: plasma-framework/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-20 16:49:31 UTC (rev 442968) +++ PKGBUILD 2022-04-20 17:05:49 UTC (rev 442969) @@ -4,7 +4,7 @@ pkgname=plasma-framework pkgver=5.93.0 -pkgrel=2 +pkgrel=3 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5' arch=(x86_64) url='https://community.kde.org/Frameworks' @@ -13,15 +13,18 @@ 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} - https://invent.kde.org/frameworks/plasma-framework/-/commit/b62d83be.patch) + https://invent.kde.org/frameworks/plasma-framework/-/commit/b62d83be.patch + https://invent.kde.org/frameworks/plasma-framework/-/commit/aec00b32.patch) sha256sums=('d4a2c687ea2ea8dfe7c256eb58441fc458102ed4b445dc24685513dd96b5c322' 'SKIP' - '441555e3bda01c0f6d13985df8b033df7661b1410817b85a18e595250369b68e') + '441555e3bda01c0f6d13985df8b033df7661b1410817b85a18e595250369b68e' + 'edd14e81c42f5a8bac2d2e686d8aa6a02a03e67020b85dd30f6864ceb591aeaa') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <[email protected]> options=(debug) prepare() { patch -d $pkgname-$pkgver -p1 < b62d83be.patch # Fix plasmoid sizes + patch -d $pkgname-$pkgver -p1 < aec00b32.patch # Fix OSD position } build() {
