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

Antonio Rojas arojas at archlinux.org
Sat Dec 19 17:12:27 UTC 2020


    Date: Saturday, December 19, 2020 @ 17:12:26
  Author: arojas
Revision: 404639

archrelease: copy trunk to extra-x86_64

Added:
  knewstuff/repos/extra-x86_64/PKGBUILD
    (from rev 404638, knewstuff/trunk/PKGBUILD)
Deleted:
  knewstuff/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-19 17:12:16 UTC (rev 404638)
+++ PKGBUILD	2020-12-19 17:12:26 UTC (rev 404639)
@@ -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=knewstuff
-pkgver=5.77.0
-pkgrel=1
-pkgdesc='Support for downloading application assets from the network'
-arch=(x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(kio kpackage)
-makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc qt5-declarative)
-optdepends=('kirigami2: QML components')
-groups=(kf5)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d031fe85c8870d1fd99d7a0252f06169d078be803bd6a70338403b624c7b70bc'
-            '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: knewstuff/repos/extra-x86_64/PKGBUILD (from rev 404638, knewstuff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-19 17:12:26 UTC (rev 404639)
@@ -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=knewstuff
+pkgver=5.77.0
+pkgrel=2
+pkgdesc='Support for downloading application assets from the network'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kio kpackage)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc qt5-declarative)
+optdepends=('kirigami2: QML components')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+         kdebug-429442.patch::"https://invent.kde.org/frameworks/knewstuff/commit/243ea615.patch")
+sha256sums=('d031fe85c8870d1fd99d7a0252f06169d078be803bd6a70338403b624c7b70bc'
+            'SKIP'
+            'a57b5016aa38d7a0d266972aae696c2475171b18bcf56b81f693acdecc5dae8a')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../kdebug-429442.patch # Fix crashes
+}
+
+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