From 902a8a4dc857ca591c8d2e6f10b2822286ecc0f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 11 May 2024 16:47:23 +0700 Subject: [PATCH] New package: kf6-kwayland-6.0.4 --- common/shlibs | 1 + srcpkgs/kf6-kwayland-devel | 1 + srcpkgs/kf6-kwayland/template | 26 ++++++++++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 120000 srcpkgs/kf6-kwayland-devel create mode 100644 srcpkgs/kf6-kwayland/template diff --git a/common/shlibs b/common/shlibs index 16fb79b99cc..75e1249abcb 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2863,6 +2863,7 @@ libjbig85.so.0 jbigkit-libs-2.1_2 libskk.so.0 libskk-1.0.2_1 libKF5WaylandServer.so.5 kwayland-5.26.0_1 libKF5WaylandClient.so.5 kwayland-5.26.0_1 +libKWaylandClient.so.6 kf6-kwayland-6.0.0_1 libKF5IdleTime.so.5 kidletime-5.26.0_1 libKF5Archive.so.5 karchive-5.26.0_1 libKF5Codecs.so.5 kcodecs-5.26.0_1 diff --git a/srcpkgs/kf6-kwayland-devel b/srcpkgs/kf6-kwayland-devel new file mode 120000 index 00000000000..ca85b8e3f06 --- /dev/null +++ b/srcpkgs/kf6-kwayland-devel @@ -0,0 +1 @@ +kf6-kwayland \ No newline at end of file diff --git a/srcpkgs/kf6-kwayland/template b/srcpkgs/kf6-kwayland/template new file mode 100644 index 00000000000..b63d96e56cf --- /dev/null +++ b/srcpkgs/kf6-kwayland/template @@ -0,0 +1,26 @@ +# Template file for 'kf6-kwayland' +pkgname=kf6-kwayland +version=6.0.4 +revision=1 +build_style=cmake +configure_args="-DBUILD_TESTING=OFF" +hostmakedepends="kf6-kcoreaddons pkg-config extra-cmake-modules qt6-tools qt6-base + wayland-devel" +makedepends="qt6-tools-devel MesaLib-devel wayland-devel wayland-protocols qt6-wayland-devel + libxkbcommon-devel plasma-wayland-protocols" +short_desc="Qt-style client and server library wrapper for Wayland libraries" +maintainer="John " +license="LGPL-2.1-or-later" +homepage="https://invent.kde.org/plasma/kwayland" +distfiles="${KDE_SITE}/plasma/${version}/kwayland-${version}.tar.xz" +checksum=42432e2644c4b997854e9ff48fa7fae5f6cc5117a96f23c60b5b1cf2b82be77a + +kf6-kwayland-devel_package() { + short_desc+=" - development" + depends="${makedepends} ${sourcepkg}-${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}