e4994e5719
Don't install the experimental gnome-mobile forks of gnome-shell and mutter in regular GNOME. These are probably more stable, and most importantly this prevents accidental uninstallation of gnome-shell without installing gnome-mobile-shell. Revert the addition of the gnome-shell dependency to postmarketos-ui-gnome. This isn't needed anymore and caused further issues. Fixes: issue 1701
33 lines
788 B
Text
33 lines
788 B
Text
# Reference: https://postmarketos.org/uipkg
|
|
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
|
pkgname=postmarketos-ui-gnome
|
|
pkgver=3
|
|
pkgrel=3
|
|
pkgdesc="(Wayland) Gnome Shell"
|
|
url="https://gnome.org/"
|
|
arch="noarch"
|
|
license="GPL-3.0-or-later"
|
|
depends="
|
|
!gnome-shell-mobile
|
|
!gnome-shell-mobile-schemas
|
|
!mutter-mobile
|
|
!mutter-mobile-schemas
|
|
gdm
|
|
gnome
|
|
kgx
|
|
postmarketos-artwork-wallpapers
|
|
postmarketos-base-ui-gnome
|
|
xwayland
|
|
"
|
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
|
source="firefox-wayland.sh"
|
|
options="!check"
|
|
|
|
package() {
|
|
install -Dm755 \
|
|
"$srcdir"/firefox-wayland.sh \
|
|
-t "$pkgdir"/etc/profile.d/
|
|
}
|
|
sha512sums="
|
|
0d9ec58be7dc354e181989c7f08e7d4dd93fefd06a99e784b87fe898479dd47a40dfa9689c6a63ebdc04bf87883a270686aec27f7cc34cb21ec0f370a4afe2d8 firefox-wayland.sh
|
|
"
|