2021-11-14 17:13:14 +00:00
|
|
|
# Reference: https://postmarketos.org/uipkg
|
2020-02-28 02:50:31 +00:00
|
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
|
|
pkgname=postmarketos-ui-plasma-desktop
|
2020-07-20 08:43:46 +00:00
|
|
|
pkgver=2
|
2022-12-31 15:53:45 +00:00
|
|
|
pkgrel=14
|
2020-02-28 02:50:31 +00:00
|
|
|
pkgdesc="(X11/Wayland) KDE Desktop Environment (works well with tablets)"
|
|
|
|
url="https://www.kde.org"
|
2022-10-27 12:45:55 +00:00
|
|
|
# armhf and riscv64 blocked by plasma
|
2022-10-25 07:02:52 +00:00
|
|
|
arch="noarch !armhf !riscv64"
|
2020-02-28 02:50:31 +00:00
|
|
|
license="GPL-3.0-or-later"
|
2021-05-15 17:26:34 +00:00
|
|
|
depends="
|
2021-06-09 23:34:05 +00:00
|
|
|
dnsmasq
|
2021-05-15 17:26:34 +00:00
|
|
|
plasma
|
2021-06-09 23:34:05 +00:00
|
|
|
postmarketos-base-ui
|
2020-02-28 02:50:31 +00:00
|
|
|
sddm
|
2020-07-20 08:43:46 +00:00
|
|
|
"
|
2022-08-27 07:53:24 +00:00
|
|
|
_pmb_recommends="
|
|
|
|
ark
|
2020-07-20 08:43:46 +00:00
|
|
|
dolphin
|
|
|
|
ffmpegthumbs
|
2021-08-31 06:53:48 +00:00
|
|
|
firefox
|
2022-11-22 11:22:20 +00:00
|
|
|
fwupd
|
2020-07-20 08:43:46 +00:00
|
|
|
gwenview
|
2022-08-27 07:53:24 +00:00
|
|
|
kate
|
2020-07-20 08:43:46 +00:00
|
|
|
kdialog
|
|
|
|
kfind
|
|
|
|
kio-extras
|
|
|
|
konsole
|
2022-08-27 07:53:24 +00:00
|
|
|
maliit-keyboard
|
2020-07-20 08:43:46 +00:00
|
|
|
postmarketos-artwork-wallpapers
|
2022-12-31 15:53:45 +00:00
|
|
|
postmarketos-base-ui-networkmanager
|
2022-08-27 07:53:24 +00:00
|
|
|
print-manager
|
|
|
|
qt5-qtvirtualkeyboard
|
2020-07-29 14:46:22 +00:00
|
|
|
spectacle
|
2020-02-28 02:50:31 +00:00
|
|
|
"
|
2022-11-22 11:22:20 +00:00
|
|
|
|
|
|
|
# For the KInfocenter pages in system settings
|
|
|
|
_pmb_recommends="$_pmb_recommends
|
|
|
|
aha
|
|
|
|
pciutils
|
|
|
|
vulkan-tools
|
|
|
|
wayland-utils
|
|
|
|
xdpyinfo
|
|
|
|
"
|
2020-02-28 02:50:31 +00:00
|
|
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
|
|
|
options="!check" # No tests for a metapkg
|
|
|
|
|
|
|
|
package() {
|
|
|
|
mkdir -p "$pkgdir"
|
|
|
|
}
|
2022-12-22 21:43:48 +00:00
|
|
|
|
|
|
|
extras() {
|
|
|
|
pkgdesc="Meta package for additional Plasma apps and functionality"
|
|
|
|
# For Kinfocenter: mesa-demos
|
|
|
|
_pmb_recommends="
|
|
|
|
audiocd-kio
|
|
|
|
kolourpaint
|
|
|
|
kwrite
|
|
|
|
mesa-demos
|
|
|
|
okular
|
|
|
|
"
|
|
|
|
|
|
|
|
mkdir -p "$subpkgdir"
|
|
|
|
}
|