mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 13:15:12 +02:00
26 lines
899 B
Bash
26 lines
899 B
Bash
# Template file for 'kde-cli-tools'
|
|
pkgname=kde-cli-tools
|
|
version=6.0.5
|
|
revision=1
|
|
build_style=cmake
|
|
build_helper=qemu
|
|
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
|
|
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
|
hostmakedepends="extra-cmake-modules qt6-base qt6-tools gettext"
|
|
makedepends="plasma-activities-devel kf6-kcmutils-devel kf6-kdesu-devel
|
|
plasma-workspace-devel kf6-ki18n-devel"
|
|
depends="xdg-utils"
|
|
short_desc="KDE CLI tools"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="LGPL-2.1-or-later, GPL-2.0-or-later"
|
|
homepage="https://invent.kde.org/plasma/kde-cli-tools"
|
|
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
|
checksum=c0027ae04e691c692e1a8c0565d6779fb36ecb0d7af78f6663b9230f4581b28f
|
|
|
|
if [ $CROSS_BUILD ]; then
|
|
hostmakedepends+=" kf6-kconfig-devel kf6-kcmutils-devel"
|
|
fi
|
|
|
|
post_install() {
|
|
ln -sf ../libexec/kf6/kdesu ${DESTDIR}/usr/bin
|
|
}
|