mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 01:53:50 +02:00
krunner: update to 5.66.0
[ci skip]
This commit is contained in:
parent
a976f5485e
commit
76a6578c29
1 changed files with 4 additions and 7 deletions
|
@ -1,21 +1,18 @@
|
|||
# Template file for 'krunner'
|
||||
pkgname=krunner
|
||||
version=5.65.0
|
||||
version=5.66.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="kcoreaddons extra-cmake-modules"
|
||||
hostmakedepends="kcoreaddons extra-cmake-modules qt5-host-tools
|
||||
gettext qt5-qmake"
|
||||
makedepends="plasma-framework-devel threadweaver-devel"
|
||||
short_desc="KDE Framework for Plasma runners"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://projects.kde.org/projects/frameworks/krunner"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=0806c1d9ade246348e952e538cc75dc303c27728a887b67dbf27edac6cffffe6
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
||||
fi
|
||||
checksum=b7d67d61c0b0f96128c143e3d2694dc5ced88a7de73db0f4493f084de9dc9701
|
||||
|
||||
krunner-devel_package() {
|
||||
short_desc+=" - development"
|
||||
|
|
Loading…
Add table
Reference in a new issue