mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-08 21:13:04 +02:00
32 lines
1.1 KiB
Bash
32 lines
1.1 KiB
Bash
# Template file for 'kf6-kcmutils'
|
|
pkgname=kf6-kcmutils
|
|
version=6.17.0
|
|
revision=1
|
|
build_style=cmake
|
|
build_helper=qemu
|
|
configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake
|
|
-DKDE_INSTALL_QMLDIR=lib/qt6/qml"
|
|
hostmakedepends="extra-cmake-modules gettext qt6-tools qt6-base
|
|
qt6-declarative-host-tools kf6-kconfig"
|
|
makedepends="kf6-kconfigwidgets-devel kf6-kcoreaddons-devel kf6-kio-devel
|
|
kf6-kxmlgui-devel kf6-kconfig-devel"
|
|
checkdepends="kf6-kirigami"
|
|
short_desc="Utilities for interacting with KCModules"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://invent.kde.org/frameworks/kcmutils"
|
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
|
checksum=8f65ef0f4f4f325ad6e2a30cb14242220f811ab1e031416fd3faa544ac683e8a
|
|
|
|
kf6-kcmutils-devel_package() {
|
|
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/cmake
|
|
mkdir -p "${DESTDIR}/usr/lib/cmake/KF6KCMUtils"
|
|
mv ${PKGDESTDIR}/usr/lib/cmake/KF6KCMUtils/KF6KCMUtilsTool* \
|
|
"${DESTDIR}/usr/lib/cmake/KF6KCMUtils/"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|