[arch-commits] Commit in kcrash/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon May 13 20:01:46 UTC 2019
Date: Monday, May 13, 2019 @ 20:01:45
Author: arojas
Revision: 353173
archrelease: copy trunk to testing-x86_64
Added:
kcrash/repos/testing-x86_64/
kcrash/repos/testing-x86_64/PKGBUILD
(from rev 353172, kcrash/trunk/PKGBUILD)
----------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
Copied: kcrash/repos/testing-x86_64/PKGBUILD (from rev 353172, kcrash/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-05-13 20:01:45 UTC (rev 353173)
@@ -0,0 +1,39 @@
+# 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.58.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)
+optdepends=('drkonqi: KDE crash handler application')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cf921f0ced115107a57a4f15e95ea2d0478b56baf23102abc2470ecd6b8e3c44'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_INSTALL_LIBEXECDIR=lib \
+ -DBUILD_TESTING=OFF \
+ -DBUILD_QCH=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list