git » plasma-framework.git » commit deeeba5

Fix volume OSD position

author Antonio Rojas
2022-04-20 17:05:49 UTC
committer Antonio Rojas
2022-04-20 17:05:49 UTC
parent 5f24a858907908af7c6fd9d9ef3fbcfe0c412b7a

Fix volume OSD position

PKGBUILD +6 -3

diff --git a/PKGBUILD b/PKGBUILD
index 4e96313..b84bbdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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 @@ 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}
-        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 <faure@kde.org>
 options=(debug)
 
 prepare() {
   patch -d $pkgname-$pkgver -p1 < b62d83be.patch # Fix plasmoid sizes
+  patch -d $pkgname-$pkgver -p1 < aec00b32.patch # Fix OSD position
 }
 
 build() {