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

Felix Yan felixonmars at gemini.archlinux.org
Mon Aug 16 05:20:32 UTC 2021


    Date: Monday, August 16, 2021 @ 05:20:31
  Author: felixonmars
Revision: 422270

upgpkg: plasma-framework 5.85.0-2: add an upstream suggested patch

Modified:
  plasma-framework/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-16 00:24:57 UTC (rev 422269)
+++ PKGBUILD	2021-08-16 05:20:31 UTC (rev 422270)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-framework
 pkgver=5.85.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,11 +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/837bb6975f6a0661d211107823b7587808fc3d4e.patch)
 sha256sums=('879b3a97ec1a43a7108a2469e5d23578f05b1afcd838b286576ca5a14fadf8ff'
-            'SKIP')
+            'SKIP'
+            'ef985ee3fddc615f0c44b14de4efc56ffd7568afba066019f58ce10b645a3dac')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
+prepare() {
+  # Upstream suggested to backport
+  patch -d $pkgname-$pkgver -p1 < 837bb6975f6a0661d211107823b7587808fc3d4e.patch
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DBUILD_TESTING=OFF \



More information about the arch-commits mailing list