pmaports/main/postmarketos-base-ui-gnome-mobile/APKBUILD
Clayton Craft b5c961a108
main/pmos-base-ui-gnome-mobile, plamo: add VVM player to pmb_recommends
A previous commit (80411d9120) added vvmd but that's just the daemon and
not the actual GUI/player for VVM. This replaces vvmd with vvmplayer,
the GUI (which depends on vvmd)

Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>

[ci:skip-vercheck] pmb_recommends change

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9113>
2026-07-23 11:13:47 +00:00

38 lines
1,022 B
Text

# Co-Maintainer: Pablo Correa Gomez <pabloyoyoista@postmarketos.org>
# Co-Maintainer: Achill Gilgenast <achill@achill.org>
maintainer="Stefan Hansson <newbyte@postmarketos.org>"
pkgname=postmarketos-base-ui-gnome-mobile
pkgver=1
pkgrel=3
pkgdesc="Meta package for shared configuration for GNOME Mobile and Phosh UIs"
url="https://postmarketos.org"
# armhf: postmarketos-tweaks-setting-definitions -> phosh-mobile-settings
arch="noarch !armhf"
license="GPL-3.0-or-later"
depends="
postmarketos-base-ui-gnome
"
source="
20-volume-keys-input.rules
"
options="!check"
_pmb_recommends="
calls
chatty
lpa-gtk
mobile-config-firefox
postmarketos-tweaks-setting-definitions
ttyescape
vvmplayer
"
package() {
mkdir -p "$pkgdir"
install -Dm644 "$srcdir"/20-volume-keys-input.rules \
"$pkgdir"/usr/lib/udev/rules.d/20-volume-keys-input.rules
}
sha512sums="
767a85bf3ad83b5edaa98add07f960bcaae9c48ee75533ae8b216aa73c453fc928ae599b2598d6c630968dd48314d3bec554c00eda57e9ae99895589430b4399 20-volume-keys-input.rules
"