main/postmarketos-ui-plasma-desktop: add various recommended packages (MR 3659)
Recommend installing: - fwupd - Receive firmware updates for supported hardware The following packages are required to show device information at: - Settings -> About this System -> Show More Information Devices - Firmware Security - aha - fwupd - PCI - pciutils Graphics - OpenGL - mesa-demos - Vulkan - vulkan-tools - Wayland - wayland-utils - X-Server - xdpyinfo Change-Id: I8a1eb484720f717f0504418f7c5c6af505b081b6 Signed-off-by: Alexander Martinz <amartinz@shiftphones.com> [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
c960b3d941
commit
5ce0b6ae4d
1 changed files with 12 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=postmarketos-ui-plasma-desktop
|
||||
pkgver=2
|
||||
pkgrel=11
|
||||
pkgrel=12
|
||||
pkgdesc="(X11/Wayland) KDE Desktop Environment (works well with tablets)"
|
||||
url="https://www.kde.org"
|
||||
# armhf and riscv64 blocked by plasma
|
||||
|
@ -20,6 +20,7 @@ _pmb_recommends="
|
|||
dolphin
|
||||
ffmpegthumbs
|
||||
firefox
|
||||
fwupd
|
||||
gwenview
|
||||
kate
|
||||
kdialog
|
||||
|
@ -41,6 +42,16 @@ _pmb_recommends="
|
|||
qt5-qtvirtualkeyboard
|
||||
spectacle
|
||||
"
|
||||
|
||||
# For the KInfocenter pages in system settings
|
||||
_pmb_recommends="$_pmb_recommends
|
||||
aha
|
||||
mesa-demos
|
||||
pciutils
|
||||
vulkan-tools
|
||||
wayland-utils
|
||||
xdpyinfo
|
||||
"
|
||||
install="$pkgname.post-install $pkgname.post-upgrade"
|
||||
options="!check" # No tests for a metapkg
|
||||
|
||||
|
|
Loading…
Reference in a new issue