pmaports/main/postmarketos-base-ui-gnome-mobile/APKBUILD
Stefan Hansson 7260bf9963
*/*: update my name and email
Let's finally be consistent about this.

[ci:skip-count]: Deliberately changing a lot of packages.
[ci:skip-vercheck]: Updating co-maintainer does not need a pkgrel bump.

Signed-off-by: Stefan Hansson <newbyte@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8688>
2026-06-06 21:14:12 +02:00

36 lines
1,002 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
mobile-config-firefox
postmarketos-tweaks-setting-definitions
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
"