New package: kf6-kconfigwidgets-6.1.0
This commit is contained in:
parent
a8a7e59174
commit
19e6019e99
|
@ -1945,6 +1945,7 @@ libKF6ColorScheme.so.6 kf6-kcolorscheme-6.0.0_1
|
|||
libKF6ConfigCore.so.6 kf6-kconfig-6.0.0_1
|
||||
libKF6ConfigQml.so.6 kf6-kconfig-6.0.0_1
|
||||
libKF6ConfigGui.so.6 kf6-kconfig-6.0.0_1
|
||||
libKF6ConfigWidgets.so.6 kf6-kconfigwidgets-6.0.0_1
|
||||
libKF6CoreAddons.so.6 kf6-kcoreaddons-6.0.0_1
|
||||
libKF6DocTools.so.6 kf6-kdoctools-6.0.0_1
|
||||
libKF6GuiAddons.so.6 kf6-kguiaddons-6.0.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
kf6-kconfigwidgets
|
|
@ -0,0 +1,32 @@
|
|||
# Template file for 'kf6-kconfigwidgets'
|
||||
pkgname=kf6-kconfigwidgets
|
||||
version=6.1.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake"
|
||||
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
|
||||
gettext kf6-kconfig-devel"
|
||||
makedepends="kf6-kcodecs-devel kf6-kcolorscheme-devel kf6-kconfig-devel
|
||||
kf6-kcoreaddons-devel kf6-kwidgetsaddons-devel"
|
||||
short_desc="Widgets for KConfig"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://invent.kde.org/frameworks/kconfigwidgets"
|
||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
||||
checksum=0b252b2e796ff6f05e94ab92130fe739e4fe698c223230be936b579e9df9d171
|
||||
|
||||
do_check() {
|
||||
cd build
|
||||
# disable failing tests
|
||||
ctest -E "kstandardactiontest"
|
||||
}
|
||||
|
||||
kf6-kconfigwidgets-devel_package() {
|
||||
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue