mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 03:53:51 +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'
|
# Template file for 'krunner'
|
||||||
pkgname=krunner
|
pkgname=krunner
|
||||||
version=5.65.0
|
version=5.66.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
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"
|
makedepends="plasma-framework-devel threadweaver-devel"
|
||||||
short_desc="KDE Framework for Plasma runners"
|
short_desc="KDE Framework for Plasma runners"
|
||||||
maintainer="John <johnz@posteo.net>"
|
maintainer="John <johnz@posteo.net>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://projects.kde.org/projects/frameworks/krunner"
|
homepage="https://projects.kde.org/projects/frameworks/krunner"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=0806c1d9ade246348e952e538cc75dc303c27728a887b67dbf27edac6cffffe6
|
checksum=b7d67d61c0b0f96128c143e3d2694dc5ced88a7de73db0f4493f084de9dc9701
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
|
||||||
fi
|
|
||||||
|
|
||||||
krunner-devel_package() {
|
krunner-devel_package() {
|
||||||
short_desc+=" - development"
|
short_desc+=" - development"
|
||||||
|
|
Loading…
Add table
Reference in a new issue