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

temp/plasma-phone-components: split vkbd style (MR 1363)

Put virtual keyboard style into a subpackage, and let the main package
depend on it. That way, it can be used in postmarketos-ondev, without
pulling in all of plasma-phone-components.
parent 62f97294
No related branches found
No related tags found
No related merge requests found
Pipeline #196749 passed
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=plasma-phone-components
pkgver=5.19.0_git20200605
pkgrel=0
pkgrel=1
_commit="59f61325a750593bcd2db28cb991a9c564eeffc7"
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 plasma-settings telepathy-ofono"
depends="plasma-nano qt5-qtquickcontrols2 plasma-workspace dbus-x11 kactivities plasma-pa plasma-nm libqofono breeze-icons plasma-settings telepathy-ofono $pkgname-vkbd-style"
makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtdeclarative-dev kactivities-dev plasma-framework-dev kservice-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 kwayland-dev gst-plugins-base-dev"
source="https://invent.kde.org/kde/plasma-phone-components/-/archive/$_commit/plasma-phone-components-$_commit.tar.gz
set-postmarketos-wallpaper.patch
"
options="!check" # No tests
builddir="$srcdir/$pkgname-$_commit"
subpackages="$pkgname-vkbd-style:vkbd_style:noarch"
build() {
cmake -B build \
......@@ -31,5 +32,12 @@ 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="7ed003390d053c023050b95d17a5abfbe457be2269c74c767c81cdca750c948268f695153e8386e8c8340e8bf6e2dad6afc73dfa8709ec017a886f8565519527 plasma-phone-components-59f61325a750593bcd2db28cb991a9c564eeffc7.tar.gz
5853e72077c356f8347ea1c8503d5e301505acaa39ccf2fa105abe054a3063e735f5bcb2db1c1357f53032714599bfbf687fff2cbe21a1743930b946900ff7cf set-postmarketos-wallpaper.patch"
  • Administrator @root

    mentioned in commit c0959353

    By Oliver Smith on 2020-06-24T06:52:44

    · Imported

    mentioned in commit c0959353

    By Oliver Smith on 2020-06-24T06:52:44

    Edited by Ghost User
    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment