initial import
This commit is contained in:
30
kcrash/PKGBUILD
Normal file
30
kcrash/PKGBUILD
Normal file
@@ -0,0 +1,30 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=kcrash
|
||||
pkgver=5.78.0
|
||||
pkgrel=1
|
||||
pkgdesc='Support for application crash analysis and bug report from apps'
|
||||
arch=(i686 x86_64)
|
||||
url='https://community.kde.org/Frameworks'
|
||||
license=(LGPL-2)
|
||||
depends=(kcoreaddons kwindowsystem)
|
||||
optdepends=('drkonqi: KDE crash handler application')
|
||||
makedepends=(doxygen extra-cmake-modules graphviz qt5-tools)
|
||||
groups=(kf5)
|
||||
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
|
||||
sha512sums=('abfff0ca4a311b90269dd0755c380ffe8331efa316ba95d6e41fb0cb5cd3dcc95c5cab61ffd8acf0aab6834e1094effd18739db6acfb67b74260bdbb3f150633'
|
||||
'SKIP')
|
||||
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$pkgver \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-DBUILD_QCH=ON
|
||||
make -C build
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" -C build install
|
||||
|
||||
install -Dm644 $pkgname-$pkgver/LICENSES/LGPL-2.0-or-later.txt -t $pkgdir/usr/share/licenses/$pkgname
|
||||
}
|
||||
Reference in New Issue
Block a user