50f392df43
While GNOME does require hardware acceleration, GNOME's X11 mode
(not sure about Wayland mode) does work without DRM support, so
it works fine with software rendering on devices without a working
GPU as long as fbdev works.
I think this raises the question of whether we should rename
pmb:hw-accel to pmb:drm as e.g. Phosh should work without 3D
acceleration if a device e.g. uses a kernel with SimpleDRM support,
but that is out of scope for this MR/commit.
Effectively reverts 638362de63
[ci:skip-vercheck]
29 lines
698 B
Text
29 lines
698 B
Text
# Reference: https://postmarketos.org/uipkg
|
|
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
|
pkgname=postmarketos-ui-gnome
|
|
pkgver=3
|
|
pkgrel=1
|
|
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"
|
|
source="firefox-wayland.sh"
|
|
options="!check"
|
|
|
|
package() {
|
|
install -Dm755 \
|
|
"$srcdir"/firefox-wayland.sh \
|
|
-t "$pkgdir"/etc/profile.d/
|
|
}
|
|
sha512sums="
|
|
0d9ec58be7dc354e181989c7f08e7d4dd93fefd06a99e784b87fe898479dd47a40dfa9689c6a63ebdc04bf87883a270686aec27f7cc34cb21ec0f370a4afe2d8 firefox-wayland.sh
|
|
"
|