[arch-commits] Commit in kcrash/repos (3 files)

Antonio Rojas arojas at gemini.archlinux.org
Sat Jul 9 20:22:41 UTC 2022


    Date: Saturday, July 9, 2022 @ 20:22:41
  Author: arojas
Revision: 450614

archrelease: copy trunk to testing-x86_64

Added:
  kcrash/repos/testing-x86_64/
  kcrash/repos/testing-x86_64/PKGBUILD
    (from rev 450613, kcrash/trunk/PKGBUILD)
  kcrash/repos/testing-x86_64/keys/

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: kcrash/repos/testing-x86_64/PKGBUILD (from rev 450613, kcrash/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2022-07-09 20:22:41 UTC (rev 450614)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kcrash
+pkgver=5.96.0
+pkgrel=1
+pkgdesc='Support for application crash analysis and bug report from apps'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kcoreaddons kwindowsystem)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+optdepends=('drkonqi: KDE crash handler application')
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('659bae2b46e40ae58a19564b18169149d7680df577f7fd0e7db2704a201d5c17'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list