diff --git a/common/shlibs b/common/shlibs index 25a1eb453c6..38fb7b934ab 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/kwayland-server-devel b/srcpkgs/kwayland-server-devel deleted file mode 120000 index 321a049c4c4..00000000000 --- a/srcpkgs/kwayland-server-devel +++ /dev/null @@ -1 +0,0 @@ -kwayland-server \ No newline at end of file diff --git a/srcpkgs/kwayland-server/template b/srcpkgs/kwayland-server/template deleted file mode 100644 index 3b1b1efb8d8..00000000000 --- a/srcpkgs/kwayland-server/template +++ /dev/null @@ -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 " -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" - } -}