5ce0b6ae4d
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
60 lines
1 KiB
Text
60 lines
1 KiB
Text
# Reference: https://postmarketos.org/uipkg
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=postmarketos-ui-plasma-desktop
|
|
pkgver=2
|
|
pkgrel=12
|
|
pkgdesc="(X11/Wayland) KDE Desktop Environment (works well with tablets)"
|
|
url="https://www.kde.org"
|
|
# armhf and riscv64 blocked by plasma
|
|
arch="noarch !armhf !riscv64"
|
|
license="GPL-3.0-or-later"
|
|
depends="
|
|
dnsmasq
|
|
plasma
|
|
postmarketos-base-ui
|
|
sddm
|
|
"
|
|
_pmb_recommends="
|
|
ark
|
|
audiocd-kio
|
|
dolphin
|
|
ffmpegthumbs
|
|
firefox
|
|
fwupd
|
|
gwenview
|
|
kate
|
|
kdialog
|
|
kfind
|
|
kio-extras
|
|
kolourpaint
|
|
konsole
|
|
kwrite
|
|
maliit-keyboard
|
|
networkmanager
|
|
networkmanager-cli
|
|
networkmanager-openrc
|
|
networkmanager-tui
|
|
networkmanager-wifi
|
|
networkmanager-wwan
|
|
okular
|
|
postmarketos-artwork-wallpapers
|
|
print-manager
|
|
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
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|