mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
New package: kcrash-5.26.0
This commit is contained in:
parent
bfe8c1e184
commit
2ee5db9972
3 changed files with 27 additions and 0 deletions
|
@ -2639,6 +2639,7 @@ libKF5Codecs.so.5 kcodecs-5.26.0_1
|
||||||
libKF5ConfigCore.so.5 kconfig-5.26.0_1
|
libKF5ConfigCore.so.5 kconfig-5.26.0_1
|
||||||
libKF5ConfigGui.so.5 kconfig-5.26.0_1
|
libKF5ConfigGui.so.5 kconfig-5.26.0_1
|
||||||
libKF5Completion.so.5 kcompletion-5.26.0_1
|
libKF5Completion.so.5 kcompletion-5.26.0_1
|
||||||
|
libKF5Crash.so.5 kcrash-5.26.0_1
|
||||||
liblmdb.so.0 lmdb-0.9.18_2
|
liblmdb.so.0 lmdb-0.9.18_2
|
||||||
libisns.so.0 libisns-0.96_1
|
libisns.so.0 libisns-0.96_1
|
||||||
libz80ex.so.1 z80ex-1.1.21_1
|
libz80ex.so.1 z80ex-1.1.21_1
|
||||||
|
|
1
srcpkgs/kcrash-devel
Symbolic link
1
srcpkgs/kcrash-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
kcrash
|
25
srcpkgs/kcrash/template
Normal file
25
srcpkgs/kcrash/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'kcrash'
|
||||||
|
pkgname=kcrash
|
||||||
|
version=5.26.0
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
|
hostmakedepends="extra-cmake-modules"
|
||||||
|
makedepends="kcoreaddons-devel kwindowsystem-devel"
|
||||||
|
short_desc="KDE Graceful handling of application crashes"
|
||||||
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||||
|
license="LGPL-2"
|
||||||
|
homepage="https://projects.kde.org/projects/frameworks/kcrash"
|
||||||
|
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=481a22b799669d3b8ec98fada5da7e93d49ae87b4f21751d1afa0cff05cfc074
|
||||||
|
|
||||||
|
kcrash-devel_package() {
|
||||||
|
short_desc+=" - development"
|
||||||
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/qt5/mkspecs
|
||||||
|
vmove usr/lib/cmake
|
||||||
|
vmove usr/lib/*.so
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue