pmaports/main/postmarketos-ui-gnome/APKBUILD
Pablo Correa Gómez 53a68a88ec
main/postmarketos-base-ui-gnome: new aport (MR 2945)
Shared package for shared gnome and phosh ui configurations

Additionally, added missing dependencies:

Both Phosh and GNOME need elogind to do sleep inhibition and to
provide pam modules. gnome-bluetooth has some small udev rule
that helps marking devices for rfkill. Given that most devices
in pmOS have a bluetooth, this should be useful as a dependency.
2022-03-15 09:52:46 +01:00

23 lines
459 B
Text

# Reference: https://postmarketos.org/uipkg
# Maintainer: Martijn Braam <martijn@brixit.nl>
pkgname=postmarketos-ui-gnome
pkgver=2
pkgrel=0
pkgdesc="(Wayland) Gnome Shell"
url="https://gnome.org/"
arch="noarch"
license="GPL-3.0-or-later"
depends="
gdm
gnome
kgx
postmarketos-base-ui-gnome
postmarketos-artwork-wallpapers
xwayland
"
install="$pkgname.post-install $pkgname.post-upgrade"
options="!check pmb:gpu-accel"
package() {
mkdir -p "$pkgdir"
}