main/postmarketos-ui-gnome-mobile: remove blue accent color override

GNOME Mobile was upgraded to 48

This reverts commit a9e97f5aa6.

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6372
This commit is contained in:
fossdd 2025-04-02 00:06:48 +02:00 committed by Pablo Correa Gómez
parent d8b390202b
commit dc89a04eec
No known key found for this signature in database
GPG key ID: 7A342565FF635F79
2 changed files with 3 additions and 18 deletions

View file

@ -1,7 +0,0 @@
# With 87a596f7867a49fae78c05042a92bea3e5e24b0d all GNOME-based UIs have the
# default accent color set to green.
#
# However only GNOME 47+ supports accent colors. In order to keep consistency
# keep blue accent color until GNOME mobile is upgraded to 47+.
[org.gnome.desktop.interface]
accent-color='blue'

View file

@ -3,8 +3,8 @@
# Co-Maintainer: Pablo Correa Gomez <pabloyoyoista@postmarketos.org>
# Co-Maintainer: fossdd <fossdd@pwned.life>
pkgname=postmarketos-ui-gnome-mobile
pkgver=3
pkgrel=1
pkgver=4
pkgrel=0
pkgdesc="(Wayland) Gnome Shell patched to adapt better to phones (Experimental)"
url="https://gnome.org/"
arch="noarch !armhf !riscv64" # gnome-shell / riscv64: mutter-mobile
@ -35,20 +35,13 @@ _pmb_recommends="
gnome-mobile-extensions-app
"
subpackages="$pkgname-openrc"
source="
20_postmarketos-blue-accent.gschema.override
firefox-wayland.sh
"
source="firefox-wayland.sh"
options="!check pmb:systemd"
package() {
install -Dm755 \
"$srcdir"/firefox-wayland.sh \
-t "$pkgdir"/etc/profile.d/
# TODO: Remove once gnome-mobile is upgraded to 47
install -Dm644 "$srcdir"/20_postmarketos-blue-accent.gschema.override \
-t "$pkgdir"/usr/share/glib-2.0/schemas/
}
openrc() {
@ -60,6 +53,5 @@ openrc() {
}
sha512sums="
224019eb563b62ce3c0cff46f1a4b875b916bd91d3ef866afe4a79da2d4d8b41b86df0e39a598a5dd4dd96483527916b499a66a0b4fddb08e94a7436d6620d5e 20_postmarketos-blue-accent.gschema.override
0d9ec58be7dc354e181989c7f08e7d4dd93fefd06a99e784b87fe898479dd47a40dfa9689c6a63ebdc04bf87883a270686aec27f7cc34cb21ec0f370a4afe2d8 firefox-wayland.sh
"