New package: kf6-kxmlgui-6.1.0

This commit is contained in:
John 2024-02-29 22:25:33 +01:00 committed by Đoàn Trần Công Danh
parent 720978c9d7
commit b07d1f672f
3 changed files with 33 additions and 0 deletions

View File

@ -1973,6 +1973,7 @@ libKF6Service.so.6 kf6-kservice-6.0.0_1
libKF6Solid.so.6 kf6-solid-6.0.0_1
libKF6WidgetsAddons.so.6 kf6-kwidgetsaddons-6.0.0_1
libKF6WindowSystem.so.6 kf6-kwindowsystem-6.0.0_1
libKF6XmlGui.so.6 kf6-kxmlgui-6.0.0_1
liblxqt-qt5.so.0 liblxqt-0.8.0_1
liblxqt-globalkeys-qt5.so.0 lxqt-globalkeys-0.8.0_1
liblxqt-globalkeys-ui-qt5.so.0 lxqt-globalkeys-0.8.0_1

1
srcpkgs/kf6-kxmlgui-devel Symbolic link
View File

@ -0,0 +1 @@
kf6-kxmlgui

View File

@ -0,0 +1,31 @@
# Template file for 'kf6-kxmlgui'
pkgname=kf6-kxmlgui
version=6.1.0
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
gettext"
makedepends="kf6-kconfig-devel kf6-kconfigwidgets-devel
kf6-kitemviews-devel kf6-kiconthemes-devel kf6-kglobalaccel-devel"
short_desc="KDE Framework for managing menu and toolbar actions"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/kxmlgui"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
checksum=825ba02aadcabc1ce13a5583295c8b1036c2f14bd1fa46b26431edc44cc6cf0d
do_check() {
cd build
# disable failing test
ctest -E "ktoolbar_unittest|kxmlgui_unittest"
}
kf6-kxmlgui-devel_package() {
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}