mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kdeplasma-addons: enable desktop cube, dict, browser
This commit is contained in:
parent
897f56c6b8
commit
7209cc0272
1 changed files with 7 additions and 2 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'kdeplasma-addons'
|
# Template file for 'kdeplasma-addons'
|
||||||
pkgname=kdeplasma-addons
|
pkgname=kdeplasma-addons
|
||||||
version=6.1.1
|
version=6.1.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
|
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
|
||||||
-DKDE_INSTALL_QMLDIR=lib/qt6/qml -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
-DKDE_INSTALL_QMLDIR=lib/qt6/qml -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
||||||
hostmakedepends="extra-cmake-modules qt6-base qt6-tools pkg-config gettext
|
hostmakedepends="extra-cmake-modules qt6-base qt6-tools pkg-config gettext
|
||||||
qt6-declarative-host-tools kf6-kcmutils kf6-kpackage"
|
qt6-declarative-host-tools kf6-kcmutils kf6-kpackage kf6-kauth-tools"
|
||||||
makedepends="kf6-kdeclarative-devel kf6-kholidays-devel kf6-krunner-devel
|
makedepends="kf6-kdeclarative-devel kf6-kholidays-devel kf6-krunner-devel
|
||||||
kf6-sonnet-devel kf6-kunitconversion-devel kf6-knewstuff-devel
|
kf6-sonnet-devel kf6-kunitconversion-devel kf6-knewstuff-devel
|
||||||
plasma5support-devel qt6-qt5compat-devel kf6-kio-devel
|
plasma5support-devel qt6-qt5compat-devel kf6-kio-devel
|
||||||
kf6-knotifications-devel kf6-kservice-devel kf6-kxmlgui-devel
|
kf6-knotifications-devel kf6-kservice-devel kf6-kxmlgui-devel
|
||||||
|
qt6-quick3d-devel icu-devel kf6-kauth-devel kf6-kpackage-devel
|
||||||
kf6-kcmutils-devel libplasma-devel kf6-kauth-devel"
|
kf6-kcmutils-devel libplasma-devel kf6-kauth-devel"
|
||||||
short_desc="Various Plasma addons"
|
short_desc="Various Plasma addons"
|
||||||
maintainer="Luciogi <lucigithubcommit@skiff.com>"
|
maintainer="Luciogi <lucigithubcommit@skiff.com>"
|
||||||
|
@ -20,6 +21,10 @@ homepage="https://invent.kde.org/plasma/kdeplasma-addons"
|
||||||
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=d7b3064b219cb78a37a5aff496122e2508acbd6a89467e28226458b574bec12a
|
checksum=d7b3064b219cb78a37a5aff496122e2508acbd6a89467e28226458b574bec12a
|
||||||
|
|
||||||
|
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" = "64$XBPS_TARGET_WORDSIZE" ]; then
|
||||||
|
makedepends+=" qt6-webengine-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
kdeplasma-addons5_package() {
|
kdeplasma-addons5_package() {
|
||||||
build_style=meta
|
build_style=meta
|
||||||
short_desc+=" - (Dummy transistional package)"
|
short_desc+=" - (Dummy transistional package)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue