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

Antonio Rojas arojas at archlinux.org
Sat Aug 8 10:01:58 UTC 2020


    Date: Saturday, August 8, 2020 @ 10:01:58
  Author: arojas
Revision: 393310

Drop patch

Modified:
  krunner/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-08 09:55:11 UTC (rev 393309)
+++ PKGBUILD	2020-08-08 10:01:58 UTC (rev 393310)
@@ -12,17 +12,11 @@
 groups=(kf5)
 depends=(plasma-framework threadweaver)
 makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools qt5-doc)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
-         kdebug-423003.patch::"https://invent.kde.org/frameworks/krunner/-/commit/8f7ce559.patch")
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('b4e8427083b6546327eeb36b05a7e438e58f922d4cc5ae0c24cd8241924e9e09'
-            'SKIP'
-            '1766828b1e7904de4b74fa4e3381b24e6bfd2f339f8bf67895aa7f798425a139')
+            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 -i ../kdebug-423003.patch # Fix crash in contacts runnner
-}
-
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DBUILD_TESTING=OFF \



More information about the arch-commits mailing list