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

Felix Yan felixonmars at archlinux.org
Mon Jan 25 22:11:09 UTC 2021


    Date: Monday, January 25, 2021 @ 22:11:08
  Author: felixonmars
Revision: 406749

upgpkg: kcompletion 5.78.0-2: backport a regression fix (https://mail.kde.org/pipermail/distributions/2021-January/000928.html)

Modified:
  kcompletion/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-25 21:45:14 UTC (rev 406748)
+++ PKGBUILD	2021-01-25 22:11:08 UTC (rev 406749)
@@ -4,7 +4,7 @@
 
 pkgname=kcompletion
 pkgver=5.78.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Text completion helpers and widgets'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -13,11 +13,17 @@
 makedepends=(extra-cmake-modules qt5-tools qt5-doc clang python-pyqt5 doxygen sip4)
 optdepends=('python-pyqt5: for the Python bindings')
 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/kcompletion/commit/7acda936f06193e9fc85ae5cf9ccc8d65971f657.patch)
 sha256sums=('a73972651b5230c8df2d5d7b463d48004b8fd6672bda164e834eec5345113fa9'
-            'SKIP')
+            'SKIP'
+            '46186dc50a57cdb0bb48f5d03811553a50c2cd3d35c034fd2fadd6854fb259b3')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < 7acda936f06193e9fc85ae5cf9ccc8d65971f657.patch
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DBUILD_TESTING=OFF \



More information about the arch-commits mailing list