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

Antonio Rojas arojas at gemini.archlinux.org
Sat Apr 16 20:02:18 UTC 2022


    Date: Saturday, April 16, 2022 @ 20:02:18
  Author: arojas
Revision: 442721

Fix plasmoid sizes

Modified:
  plasma-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-16 19:58:22 UTC (rev 442720)
+++ PKGBUILD	2022-04-16 20:02:18 UTC (rev 442721)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-framework
 pkgver=5.93.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/b62d83be.patch)
 sha256sums=('d4a2c687ea2ea8dfe7c256eb58441fc458102ed4b445dc24685513dd96b5c322'
-            'SKIP')
+            'SKIP'
+            '441555e3bda01c0f6d13985df8b033df7661b1410817b85a18e595250369b68e')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 options=(debug)
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < b62d83be.patch # Fix plasmoid sizes
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DBUILD_TESTING=OFF \



More information about the arch-commits mailing list