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

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


    Date: Monday, January 25, 2021 @ 22:11:19
  Author: felixonmars
Revision: 406750

archrelease: copy trunk to extra-x86_64

Added:
  kcompletion/repos/extra-x86_64/PKGBUILD
    (from rev 406749, kcompletion/trunk/PKGBUILD)
Deleted:
  kcompletion/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 36 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-25 22:11:08 UTC (rev 406749)
+++ PKGBUILD	2021-01-25 22:11:19 UTC (rev 406750)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kcompletion
-pkgver=5.78.0
-pkgrel=1
-pkgdesc='Text completion helpers and widgets'
-arch=(x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(kwidgetsaddons kconfig)
-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})
-sha256sums=('a73972651b5230c8df2d5d7b463d48004b8fd6672bda164e834eec5345113fa9'
-            '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: kcompletion/repos/extra-x86_64/PKGBUILD (from rev 406749, kcompletion/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-25 22:11:19 UTC (rev 406750)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kcompletion
+pkgver=5.78.0
+pkgrel=2
+pkgdesc='Text completion helpers and widgets'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kwidgetsaddons kconfig)
+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}
+        https://invent.kde.org/frameworks/kcompletion/commit/7acda936f06193e9fc85ae5cf9ccc8d65971f657.patch)
+sha256sums=('a73972651b5230c8df2d5d7b463d48004b8fd6672bda164e834eec5345113fa9'
+            '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 \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list