[arch-commits] Commit in kcrash/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Feb 12 09:13:14 UTC 2018


    Date: Monday, February 12, 2018 @ 09:13:12
  Author: arojas
Revision: 316650

archrelease: copy trunk to testing-x86_64

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

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

Copied: kcrash/repos/testing-x86_64/PKGBUILD (from rev 316649, kcrash/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-02-12 09:13:12 UTC (rev 316650)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kcrash
+pkgver=5.43.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' 'mesa' '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=('2b74ab0d0d393c32a7e53e16757763fbe91d25e8dd157e860dec45a047866ec3'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -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