main/postmarketos-ui-plasma-mobile: update deps (MR 2938)
Add and rearrange dependencies with new apps, and fix angelfish package name. Adds the following packages to extras: - alligator (rss reader) - kasts (podcasts) - tokodon (mastodon client) Move neochat from a required to an extra dependency, since it's a matrix client (which many people may not need). Add plasma-mobile-sounds to main dependency, so that kclock (and dialer in the future) have sounds to choose from. Rename plasma-angelfish to angelfish dependency since plasma-angelfish was renamed in alpine at some point. Remove the part of the description of the package that says numeric passwords are required (no longer the case).
This commit is contained in:
parent
139a79fa9b
commit
b5d1289a05
1 changed files with 11 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
# Reference: https://postmarketos.org/uipkg
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=postmarketos-ui-plasma-mobile
|
||||
pkgver=3.7
|
||||
pkgrel=1
|
||||
pkgdesc="(Wayland) Mobile variant of KDE Plasma (does not run without hardware acceleration, allows only numeric passwords!)"
|
||||
pkgver=3.8
|
||||
pkgrel=0
|
||||
pkgdesc="(Wayland) Mobile variant of KDE Plasma (does not run without hardware acceleration)"
|
||||
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
|
||||
arch="noarch !armhf !x86" # armhf: pmaports#75, x86: aports#11807
|
||||
license="GPL-3.0-or-later"
|
||||
|
@ -37,7 +37,9 @@ depends="$depends
|
|||
tinydm-openrc
|
||||
xorg-server
|
||||
"
|
||||
_pmb_recommends="breeze-gtk
|
||||
_pmb_recommends="
|
||||
angelfish
|
||||
breeze-gtk
|
||||
discover
|
||||
firefox-esr
|
||||
font-noto
|
||||
|
@ -52,9 +54,8 @@ _pmb_recommends="breeze-gtk
|
|||
kpeoplevcard
|
||||
megapixels
|
||||
mobile-config-firefox
|
||||
neochat
|
||||
plasma-angelfish
|
||||
plasma-dialer
|
||||
plasma-mobile-sounds
|
||||
plasma-phonebook
|
||||
postmarketos-artwork-wallpapers
|
||||
postmarketos-hidden-desktop-entries
|
||||
|
@ -118,19 +119,23 @@ package() {
|
|||
extras() {
|
||||
pkgdesc="Meta package for additional Plasma mobile apps"
|
||||
_pmb_recommends="
|
||||
alligator
|
||||
buho
|
||||
calindori
|
||||
elisa
|
||||
kaidan
|
||||
kalk
|
||||
kasts
|
||||
kdeconnect
|
||||
keysmith
|
||||
kongress
|
||||
krecorder
|
||||
ktrip
|
||||
kweather
|
||||
neochat
|
||||
nota
|
||||
okular-mobile
|
||||
tokodon
|
||||
vvave
|
||||
"
|
||||
|
||||
|
|
Loading…
Reference in a new issue