Skip to content
Snippets Groups Projects
Unverified Commit 5e18a498 authored by Oliver Smith's avatar Oliver Smith
Browse files

temp/plasma-phone-components-vkbd-style: new aport

Bring it back, until we can depend on another keyboard in
postmarketos-ondev. I considered switching to maliit or squeekboard, but
both are not that trivial so let's investigate that another time.

- Maliit uses a whole different mechanism than this
  qtvirtualkeyboard-style (we'd need to start a minimal plasma-workspace
  environment or however ubports does it?).

- squeekboard requires running a wayland compositor like phoc or sway.
  These would need some additional packaging to run on phones that still
  rely on framebuffer, and besides that it seems unlikely that the
  qtvirtualkeyboard hints like "use only numbers here", "start with
  lowercase letter" etc. as used by the installer would work as expected
  with squeekboard (not tested).
parent fdc07315
Branches
No related tags found
1 merge request!1774temp/plasma-phone-components-vkbd-style: new aport
Pipeline #194031 passed
# postmarketos-ondev currently depends on this
pkgname=plasma-phone-components-vkbd-style
pkgver=5.19.5
pkgrel=0
pkgdesc="Legacy virtual keyboard style (dropped in 5.19.99)"
arch="noarch"
url="https://www.plasma-mobile.org/"
license="GPL-2.0-or-later AND LGPL-2.1-or-later"
source="https://invent.kde.org/plasma/plasma-phone-components/-/archive/v$pkgver/plasma-phone-components-v$pkgver.tar.bz2"
options="!check pmb:cross-native"
builddir="$srcdir/plasma-phone-components-v$pkgver/qtvirtualkeyboardplugin"
package() {
for i in style.qml images/*.svg; do
install -v -Dm644 "$i" \
"$pkgdir/usr/lib/qt5/qml/QtQuick/VirtualKeyboard/Styles/Plasma/$i"
done
}
sha512sums="d1d8705a7065bf198982432564180bf8765def2866759d83b1161d65d1f1d85ab16860f552d75138cd4c962aa46b4a925a8b6256d884bc393062bd6f564ff51d plasma-phone-components-v5.19.5.tar.bz2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment