Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions srcpkgs/plasma-keyboard/template
Original file line number Diff line number Diff line change
@@ -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 <me@johnnynator.dev>"
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)"

Check failure on line 17 in srcpkgs/plasma-keyboard/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

license LGPL without version

Check failure on line 17 in srcpkgs/plasma-keyboard/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

license GPL without version
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
}
Loading