forked from void-linux/void-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate
More file actions
40 lines (38 loc) · 1.78 KB
/
template
File metadata and controls
40 lines (38 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Template file for 'kdeplasma-addons'
pkgname=kdeplasma-addons
version=6.6.1
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
-DKDE_INSTALL_QMLDIR=lib/qt6/qml -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
hostmakedepends="extra-cmake-modules qt6-base qt6-tools pkg-config gettext
qt6-declarative-host-tools kf6-kcmutils kf6-kpackage kf6-kauth-tools"
makedepends="kf6-kdeclarative-devel kf6-kholidays-devel kf6-krunner-devel
libplasma-devel qt6-declarative-private-devel kf6-kglobalaccel-devel
kf6-kconfig-devel kf6-kcoreaddons-devel kf6-kdbusaddons-devel
kf6-ki18n-devel kf6-kjobwidgets-devel kf6-purpose-devel
kf6-sonnet-devel kf6-kunitconversion-devel kf6-knewstuff-devel
plasma5support-devel qt6-qt5compat-devel kf6-kio-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-kconfig-devel kf6-kcoreaddons-devel kf6-kglobalaccel-devel
kf6-ki18n-devel kf6-kjobwidgets-devel kf6-ksvg-devel
kf6-kitemmodels-devel kf6-purpose-devel kf6-kirigami-devel
kf6-kdbusaddons-devel"
depends="qt6-plugin-networkinformation qt6-location kf6-kirigami kf6-purpose
kf6-kitemmodels"
short_desc="Various Plasma addons"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://invent.kde.org/plasma/kdeplasma-addons"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=cbead79f090df1ace14fe93cc30baf332a592dbcf8e260ef20f825c6c4bc277e
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" = "64$XBPS_TARGET_WORDSIZE" ]; then
makedepends+=" qt6-webengine-devel"
fi
kdeplasma-addons5_package() {
metapackage=yes
short_desc+=" - (Dummy transistional package)"
depends="${sourcepkg}"
}