53a68a88ec
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.
23 lines
459 B
Text
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"
|
|
}
|