pmaports-a71/main/postmarketos-base-ui-gnome-mobile/APKBUILD
Jens Reidel 34bc19e3ca
main/postmarketos-ui-{gnome-mobile,plasma-mobile,sxmo-de-sway}: remove postprocessd (MR 5699)
This package is not buildable for riscv64 and ppc64le. Devices that use
megapixels should depend on it explicitly.

Signed-off-by: Jens Reidel <adrian@travitia.xyz>
2024-10-14 14:39:29 +02:00

34 lines
745 B
Plaintext

pkgname=postmarketos-base-ui-gnome-mobile
pkgver=1
pkgrel=1
pkgdesc="Meta package for shared configuration for GNOME Mobile and Phosh UIs"
url="https://postmarketos.org"
arch="noarch"
license="GPL-3.0-or-later"
depends="
postmarketos-base-ui-gnome
"
source="
20-volume-keys-input.rules
"
options="!check"
_pmb_recommends="
calls
chatty
mobile-config-firefox
postmarketos-tweaks
postmarketos-welcome
ttyescape
"
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
"