[arch-commits] Commit in krunner/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Jul 14 19:25:35 UTC 2020


    Date: Tuesday, July 14, 2020 @ 19:25:34
  Author: arojas
Revision: 391918

archrelease: copy trunk to extra-x86_64

Added:
  krunner/repos/extra-x86_64/PKGBUILD
    (from rev 391917, krunner/trunk/PKGBUILD)
Deleted:
  krunner/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 35 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-14 19:25:24 UTC (rev 391917)
+++ PKGBUILD	2020-07-14 19:25:34 UTC (rev 391918)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=krunner
-pkgver=5.72.0
-pkgrel=1
-pkgdesc='Framework for providing different actions given a string query'
-arch=(x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-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})
-sha256sums=('61308849b2b3af1112db920609a802f93f2e924f042d618d10c1231ac182f963'
-            'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF \
-    -DBUILD_QCH=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: krunner/repos/extra-x86_64/PKGBUILD (from rev 391917, krunner/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-14 19:25:34 UTC (rev 391918)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=krunner
+pkgver=5.72.0
+pkgrel=2
+pkgdesc='Framework for providing different actions given a string query'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+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")
+sha256sums=('61308849b2b3af1112db920609a802f93f2e924f042d618d10c1231ac182f963'
+            'SKIP'
+            '1766828b1e7904de4b74fa4e3381b24e6bfd2f339f8bf67895aa7f798425a139')
+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 \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list