New package: kf6-kwindowsystem-6.1.0

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

View File

@ -1945,6 +1945,7 @@ libKF5CoreAddons.so.5 kcoreaddons-5.26.0_1
libKF6DocTools.so.6 kf6-kdoctools-6.0.0_1
libKF6I18nLocaleData.so.6 kf6-ki18n-6.0.0_1
libKF6I18n.so.6 kf6-ki18n-6.0.0_1
libKF6WindowSystem.so.6 kf6-kwindowsystem-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

View File

@ -0,0 +1 @@
kf6-kwindowsystem

View File

@ -0,0 +1,48 @@
# Template file for 'kf6-kwindowsystem'
pkgname=kf6-kwindowsystem
version=6.1.0
revision=1
build_style=cmake
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
qt6-declarative-host-tools pkg-config wayland-devel qt6-wayland-tools"
makedepends="qt6-declarative-devel qt6-wayland-devel
plasma-wayland-protocols wayland-devel"
short_desc="KDE frameworks - Access to the windowing system"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/kwindowsystem"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
checksum=8c07543883aaa38b01508f06b4439559d890770006f8e9f6e8e769c5d4226595
do_check() {
cd build
# disable failing tests
tests=("kwindowsystem-kmanagerselectiontest"
"kwindowsystem-kstartupinfo_unittest"
"kwindowsystem-kxmessages_unittest"
"kwindowsystem-kkeyserver_x11_unittest"
"kwindowsystem-kwindoweffectstest"
"kwindowsystem-kwindowinfox11test"
"kwindowsystem-kwindowsystemx11test"
"kwindowsystem-kwindowsystem_threadtest"
"kwindowsystem-netrootinfotestwm"
"kwindowsystem-netwininfotestclient"
"kwindowsystem-netwininfotestwm"
"kwindowsystem-kmanagerselectiontest"
"kwindowsystem-compositingenabled_test"
"kwindowsystem-compositingenabled_test")
ctest -E "($( echo ${tests[@]} | tr " " "|" ))"
}
kf6-kwindowsystem-devel_package() {
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/lib/pkgconfig
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}