mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
plasma-nm: update to 6.0.4
This commit is contained in:
parent
e2bfae24c2
commit
a1553666b2
1 changed files with 20 additions and 8 deletions
|
@ -1,19 +1,31 @@
|
||||||
# Template file for 'plasma-nm'
|
# Template file for 'plasma-nm'
|
||||||
pkgname=plasma-nm
|
pkgname=plasma-nm
|
||||||
version=5.27.11
|
version=6.0.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF -DKF5_HOST_TOOLING=/usr/lib/cmake"
|
build_helper=qemu
|
||||||
|
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
|
||||||
|
-DKDE_INSTALL_QMLDIR=lib/qt6/qml -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
|
||||||
|
$(vopt_bool openconnect BUILD_OPENCONNECT)"
|
||||||
hostmakedepends="extra-cmake-modules mobile-broadband-provider-info pkg-config
|
hostmakedepends="extra-cmake-modules mobile-broadband-provider-info pkg-config
|
||||||
gettext qt5-qmake qt5-host-tools kpackage-devel kconfig-devel
|
gettext qt6-declarative-host-tools qt6-base qt6-tools
|
||||||
kcoreaddons-devel plasma-framework kcmutils-devel"
|
kf6-kdoctools kf6-kpackage kf6-kcmutils"
|
||||||
makedepends="plasma-workspace-devel networkmanager-qt5-devel kdelibs4support-devel
|
makedepends="plasma-workspace-devel kf6-networkmanager-qt-devel
|
||||||
kdesignerplugin-devel qca-qt5-devel modemmanager-qt5-devel kdoctools-devel
|
qca-qt6-devel kf6-modemmanager-qt-devel kf6-solid-devel kf6-kdoctools-devel
|
||||||
openconnect-devel ksolid-devel"
|
kf6-kpackage-devel kf6-kcmutils-devel
|
||||||
|
qcoro-qt6-devel $(vopt_if openconnect 'openconnect-devel qt6-webengine-devel')"
|
||||||
depends="mobile-broadband-provider-info"
|
depends="mobile-broadband-provider-info"
|
||||||
short_desc="NetworkManager Plasma applet"
|
short_desc="NetworkManager Plasma applet"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://invent.kde.org/plasma/plasma-nm"
|
homepage="https://invent.kde.org/plasma/plasma-nm"
|
||||||
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=ff6a819de2d48e17860d822b048de7157561742c067eb85a6dafa76e255e9e56
|
checksum=64519d9d05fcb4f85c7b9c4708cc6f510e28fdc272b6d0e2a7a1efc03888c6df
|
||||||
|
|
||||||
|
build_options="openconnect"
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_ENDIAN" = "le" ] &&
|
||||||
|
[ "$XBPS_WORDSIZE" != 32 ] &&
|
||||||
|
[ "$XBPS_TARGET_WORDSIZE" = "$XBPS_WORDSIZE" ]; then
|
||||||
|
build_options_default="openconnect"
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue