pmaports/main/postmarketos-ui-gnome/APKBUILD
Pablo Correa Gómez 9cf1eb5ba0
main/postmarketos-ui-gnome: remove clock overrides (MR 2945)
These were most likely copied from phosh, but not necessary in
GNOME. They safe space in the interface, but GNOME Shell is really
not that useful in very narrow devices, so adding a configuration
for such cases should be unnecessary.
2022-03-15 09:52:45 +01:00

31 lines
788 B
Text

# Reference: https://postmarketos.org/uipkg
# Maintainer: Martijn Braam <martijn@brixit.nl>
pkgname=postmarketos-ui-gnome
pkgver=1
pkgrel=9
pkgdesc="(Wayland) Gnome Shell"
url="https://gnome.org/"
arch="noarch"
license="GPL-3.0-or-later"
depends="
dnsmasq
gdm
gnome
kgx
polkit-elogind
postmarketos-base-ui
postmarketos-artwork-wallpapers
pulseaudio
xwayland
"
install="$pkgname.post-install $pkgname.post-upgrade"
source="000-gschema.override"
options="!check pmb:gpu-accel"
package() {
install -Dm644 "$srcdir"/000-gschema.override \
"$pkgdir"/usr/share/glib-2.0/schemas/000-postmarketos.gschema.override
}
sha512sums="
7802c41a37172ab243892d7ff99ddbc60b6c6e8df1c33dc88f2e97c987203777deedf5d04b0f55642855ec5663fa3b7143c962336c340e1d23da292e167aa5c3 000-gschema.override
"