systemsettings: update to 5.17.5
[ci skip]
This commit is contained in:
parent
fa947c9bc4
commit
9c0261c6ce
1 changed files with 4 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'systemsettings'
|
||||
pkgname=systemsettings
|
||||
version=5.17.4
|
||||
version=5.17.5
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="extra-cmake-modules"
|
||||
hostmakedepends="extra-cmake-modules gettext"
|
||||
makedepends="kcmutils-devel kdoctools khtml-devel kactivities5-stats-devel
|
||||
kirigami2-devel plasma-workspace-devel"
|
||||
depends="kirigami2 setxkbmap xrdb"
|
||||
|
@ -13,14 +13,13 @@ maintainer="John <johnz@posteo.net>"
|
|||
license="GPL-2.0-or-later, GFDL-1.2"
|
||||
homepage="https://projects.kde.org/projects/plasma/systemsettings"
|
||||
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=12055008f90f4d53f3b5dccaefe1082032522f17d64e8925b680a5cb97853bd9
|
||||
checksum=50fa4d7866639995a6859446fc6a02a73ae05203e8f2ed31221e232ed3491eaf
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) broken="xorg-server-xwayland is not available"
|
||||
armv[56]*) broken="xorg-server-xwayland is not available"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" python qt5-qmake qt5-host-tools kconfig
|
||||
kcoreaddons kdoctools"
|
||||
|
|
Loading…
Reference in a new issue