mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
kcrash: update to 5.57.0
[ci skip]
This commit is contained in:
parent
780b0e0f44
commit
1ff0122dfd
1 changed files with 4 additions and 4 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'kcrash'
|
||||
pkgname=kcrash
|
||||
version=5.56.0
|
||||
version=5.57.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="extra-cmake-modules"
|
||||
hostmakedepends="kcoreaddons extra-cmake-modules"
|
||||
makedepends="kcoreaddons-devel kwindowsystem-devel"
|
||||
short_desc="KDE Graceful handling of application crashes"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="LGPL-2.0-or-later"
|
||||
homepage="https://projects.kde.org/projects/frameworks/kcrash"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=581e8215212a584886e8d4b6d5c1aac277590bcb343697d8b3653e1c22f6b1e0
|
||||
checksum=4b12719a20f2ff0fe0a2656609d0aa277245cd2a9f764a7b6cfaa6da9d928dc0
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools kwindowsystem-devel"
|
||||
hostmakedepends+=" qt5-host-tools kwindowsystem-devel kcoreaddons"
|
||||
fi
|
||||
|
||||
kcrash-devel_package() {
|
||||
|
|
Loading…
Add table
Reference in a new issue