kwayland-server: update to 5.25.3.

This commit is contained in:
John 2022-06-24 09:21:04 +02:00
parent 3ce6918b86
commit 1ad04c0383
3 changed files with 0 additions and 28 deletions
common
srcpkgs

View File

@ -454,7 +454,6 @@ liblsofui.so.9 libksysguard-5.18.90_1
libKSysGuardSensorFaces.so.1 libksysguard-5.18.90_1
libKSysGuardFormatter.so.1 libksysguard-5.19.5_1
libKSysGuardSystemStats.so.1 libksysguard-5.22.0_1
libKWaylandServer.so.5 kwayland-server-5.18.90_1
libxenctrl.so.4.14 xen-libs-4.14.0_1
libxenfsimage.so.4.14 xen-libs-4.14.0_1
libxenguest.so.4.14 xen-libs-4.14.0_1

View File

@ -1 +0,0 @@
kwayland-server

View File

@ -1,26 +0,0 @@
# Template file for 'kwayland-server'
pkgname=kwayland-server
version=5.24.5
revision=1
build_style=cmake
build_helper="qemu"
configure_args="-DWaylandScanner_EXECUTABLE=/usr/bin/wayland-scanner"
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools
qt5-wayland plasma-wayland-protocols pkg-config wayland-devel"
makedepends="kwayland-devel wayland-protocols"
short_desc="Wayland server components built on KDE Frameworks"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"
homepage="https://invent.kde.org/plasma/kwayland-server"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=2ddabe29794489d11096ed831ad4d5c1626130019322d4305d58df84c835b279
kwayland-server-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}