New package: kf6-kcmutils-6.1.0
This commit is contained in:
parent
b07d1f672f
commit
b66feedd77
|
@ -1942,6 +1942,9 @@ libKF6Attica.so.6 kf6-attica-6.0.0_1
|
|||
libKF6AuthCore.so.6 kf6-kauth-6.0.0_1
|
||||
libKF6Bookmarks.so.6 kf6-kbookmarks-6.0.0_1
|
||||
libKF6BookmarksWidgets.so.6 kf6-kbookmarks-6.0.0_1
|
||||
libKF6KCMUtils.so.6 kf6-kcmutils-6.0.0_1
|
||||
libKF6KCMUtilsCore.so.6 kf6-kcmutils-6.0.0_1
|
||||
libKF6KCMUtilsQuick.so.6 kf6-kcmutils-6.0.0_1
|
||||
libKF6Codecs.so.6 kf6-kcodecs-6.0.0_1
|
||||
libKF6ColorScheme.so.6 kf6-kcolorscheme-6.0.0_1
|
||||
libKF6ConfigCore.so.6 kf6-kconfig-6.0.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
kf6-kcmutils
|
|
@ -0,0 +1,32 @@
|
|||
# Template file for 'kf6-kcmutils'
|
||||
pkgname=kf6-kcmutils
|
||||
version=6.1.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 qt6-tools qt6-base
|
||||
qt6-declarative-host-tools gettext 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=3d179b9a8ae6636ea3351e5be0414a34991a7a1f514ea492d248b68315ec2a86
|
||||
|
||||
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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue