From d5555f45548cb11b002b1671a009d0020fb1e704 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 23 Dec 2025 11:53:51 +0100 Subject: [PATCH] New package: plasma-keyboard-0.1.0 --- srcpkgs/plasma-keyboard/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/plasma-keyboard/template diff --git a/srcpkgs/plasma-keyboard/template b/srcpkgs/plasma-keyboard/template new file mode 100644 index 00000000000000..a77d53b6e33991 --- /dev/null +++ b/srcpkgs/plasma-keyboard/template @@ -0,0 +1,25 @@ +# Template file for 'plasma-keyboard' +pkgname=plasma-keyboard +version=0.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 gettext wayland-devel + wayland-protocols plasma-wayland-protocols pkg-config + qt6-declarative-host-tools qt6-base qt6-tools + kf6-kcmutils kf6-kconfig" +makedepends="kf6-kcoreaddons-devel kf6-ki18n-devel + kf6-kcmutils-devel kf6-kconfig-devel qt6-virtualkeyboard-devel + qt6-wayland-private-devel qt6-base-private-devel" +short_desc="Virtual Keyboard for Qt based desktops" +maintainer="John " +license="(GPL-2.0-only OR GPL-3.0-only OR custom:LicenseRef-KDE-Accepted-GPL) AND GPL-3.0-or-later AND (LGPL-2.1-only OR LGPL-3.0-only OR custom:LicenseRef-KDE-Accepted-LGPL)" +homepage="https://invent.kde.org/plasma/plasma-keyboard" +distfiles="https://download.kde.org/unstable/plasma-keyboard/plasma-keyboard-${version}.tar.xz" +checksum=a6f86f2e92325d80816118cb13b35a3ce512502fcea78da2ca8f79cd869dadd0 + +post_install() { + vlicense LICENSES/LicenseRef-KDE-Accepted-GPL.txt + vlicense LICENSES/LicenseRef-KDE-Accepted-LGPL.txt +}