mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
New package: kf6-kconfigwidgets-6.1.0
This commit is contained in:
parent
a8a7e59174
commit
19e6019e99
3 changed files with 34 additions and 0 deletions
|
@ -1945,6 +1945,7 @@ libKF6ColorScheme.so.6 kf6-kcolorscheme-6.0.0_1
|
||||||
libKF6ConfigCore.so.6 kf6-kconfig-6.0.0_1
|
libKF6ConfigCore.so.6 kf6-kconfig-6.0.0_1
|
||||||
libKF6ConfigQml.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
|
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
|
libKF6CoreAddons.so.6 kf6-kcoreaddons-6.0.0_1
|
||||||
libKF6DocTools.so.6 kf6-kdoctools-6.0.0_1
|
libKF6DocTools.so.6 kf6-kdoctools-6.0.0_1
|
||||||
libKF6GuiAddons.so.6 kf6-kguiaddons-6.0.0_1
|
libKF6GuiAddons.so.6 kf6-kguiaddons-6.0.0_1
|
||||||
|
|
1
srcpkgs/kf6-kconfigwidgets-devel
Symbolic link
1
srcpkgs/kf6-kconfigwidgets-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
kf6-kconfigwidgets
|
32
srcpkgs/kf6-kconfigwidgets/template
Normal file
32
srcpkgs/kf6-kconfigwidgets/template
Normal file
|
@ -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…
Add table
Reference in a new issue