aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-06-24 09:47:22 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-06-24 17:20:07 +0000
commit79796f8bace0d3ac93906fae8b15895e11fd8e9b (patch)
tree10fa76b627f3387799cebba422191b878dcac054 /community
parent4ab35a21bf5e4bfe4107f17c32bef5e4a63a8d7a (diff)
community/plasma-phone-components: split vkbd style to a subpackage
This is useful for the postmarketOS on-device installer and possibly other use-cases in the future
Diffstat (limited to 'community')
-rw-r--r--community/plasma-phone-components/APKBUILD12
1 files changed, 10 insertions, 2 deletions
diff --git a/community/plasma-phone-components/APKBUILD b/community/plasma-phone-components/APKBUILD
index 35e921a955c..9a12b833fea 100644
--- a/community/plasma-phone-components/APKBUILD
+++ b/community/plasma-phone-components/APKBUILD
@@ -2,13 +2,14 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=plasma-phone-components
pkgver=5.19.2
-pkgrel=0
+pkgrel=1
pkgdesc="Modules providing phone functionality for Plasma"
arch="all !armhf"
url="https://www.plasma-mobile.org/"
license="GPL-2.0-or-later AND LGPL-2.1-or-later"
-depends="plasma-nano qt5-qtquickcontrols2 plasma-workspace dbus-x11 kactivities plasma-pa plasma-nm libqofono breeze-icons"
+depends="plasma-nano qt5-qtquickcontrols2 plasma-workspace dbus-x11 kactivities plasma-pa plasma-nm libqofono breeze-icons $pkgname-vkbd-style"
makedepends="extra-cmake-modules kpeople-dev qt5-qtdeclarative-dev kactivities-dev plasma-framework-dev kservice-dev kdeclarative-dev ki18n-dev kio-dev kcoreaddons-dev kconfig-dev kbookmarks-dev kwidgetsaddons-dev kcompletion-dev kitemviews-dev kjobwidgets-dev solid-dev kxmlgui-dev kconfigwidgets-dev kauth-dev kcodecs-dev kpackage-dev kwindowsystem-dev kdbusaddons-dev knotifications-dev kwayland-dev telepathy-qt-dev libphonenumber-dev"
+subpackages="$pkgname-lang $pkgname-vkbd-style:vkbd_style:noarch"
source="https://download.kde.org/stable/plasma/$pkgver/plasma-phone-components-$pkgver.tar.xz"
options="!check" # No tests
@@ -28,4 +29,11 @@ check() {
package() {
DESTDIR="$pkgdir" cmake --build build --target install
}
+
+vkbd_style() {
+ depends=""
+ pkgdesc="Plasma Mobile style for Qt virtual keyboard"
+
+ amove usr/lib/qt5/qml/QtQuick/VirtualKeyboard/Styles/Plasma
+}
sha512sums="6a8e1b6cfe9696530972adc08fdef617ae4b93cfb1319a819e4c65fbf12bc0cdcd6c6b28fd1e51053968f38607590dc3341b048eca87c95cf00e70d50b7599c1 plasma-phone-components-5.19.2.tar.xz"