New package: kwin-x11-6.4.3

This commit is contained in:
John 2025-06-30 14:55:29 +02:00 committed by John Zimmermann
parent 5d424f3b43
commit 6d2845ea91
3 changed files with 40 additions and 0 deletions

1
srcpkgs/kwin-x11-devel Symbolic link
View file

@ -0,0 +1 @@
kwin-x11

View file

@ -0,0 +1 @@
../../kwin/patches/cross.patch

38
srcpkgs/kwin-x11/template Normal file
View file

@ -0,0 +1,38 @@
# Template file for 'kwin-x11'
pkgname=kwin-x11
version=6.4.3
revision=1
build_style=cmake
build_helper=qemu
configure_args="-DBUILD_TESTING=OFF -DFORCE_CROSSCOMPILED_TOOLS=ON
-DKF6_HOST_TOOLING=/usr/lib/cmake -DKDE_INSTALL_QMLDIR=lib/qt6/qml
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
hostmakedepends="extra-cmake-modules gettext pkg-config libcap-progs
qt6-wayland-tools qt6-base qt6-tools qt6-declarative-host-tools wayland-devel
python3 kf6-kpackage kf6-kconfig kf6-kauth-tools kf6-kcmutils kf6-kdoctools"
makedepends="qt6-tools-devel qt6-wayland-devel qt6-sensors-devel kf6-kglobalaccel-devel
kf6-kpackage-devel kf6-ksvg-devel kf6-kcmutils-devel kf6-knewstuff-devel kf6-kdeclarative-devel
kf6-kxmlgui-devel kf6-kdecoration-devel libdisplay-info-devel xorg-server-xwayland
plasma-wayland-protocols kscreenlocker-devel plasma-activities-devel libqaccessibilityclient-devel
libcap-devel breeze-qt6 aurorae kglobalacceld-devel"
depends="aurorae"
short_desc="KDE X11 window manager"
maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-or-later AND MIT"
homepage="https://invent.kde.org/plasma/kwin-x11"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=4f2b60193967c24a067b9dda82d59f811f5663f5783d59e03424fc0281ccd188
kwin-x11-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}
post_install() {
vlicense LICENSES/MIT.txt MIT.txt
}