main/postmarketos-ui-gnome-mobile: remove custom wallpaper config (MR 5015)
We used to have a special wallpaper with more contrast for Gnome Shell on Mobile, but not anymore. Use the same wallpaper, as all other UIs.
This commit is contained in:
parent
785aaeefb1
commit
fd5808c0a0
2 changed files with 1 additions and 8 deletions
|
@ -1,3 +0,0 @@
|
||||||
[org.gnome.desktop.background]
|
|
||||||
picture-uri='file:///usr/share/wallpapers/postmarketos-gnome-light.jpg'
|
|
||||||
picture-uri-dark='file:///usr/share/wallpapers/postmarketos-gnome-dark.jpg'
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Newbyte <newbyte@postmarketos.org>
|
# Maintainer: Newbyte <newbyte@postmarketos.org>
|
||||||
pkgname=postmarketos-ui-gnome-mobile
|
pkgname=postmarketos-ui-gnome-mobile
|
||||||
pkgver=2
|
pkgver=2
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="(Wayland) Gnome Shell patched to adapt better to phones (Experimental)"
|
pkgdesc="(Wayland) Gnome Shell patched to adapt better to phones (Experimental)"
|
||||||
url="https://gnome.org/"
|
url="https://gnome.org/"
|
||||||
arch="noarch !armhf !riscv64" # gnome-shell / riscv64: mutter-mobile
|
arch="noarch !armhf !riscv64" # gnome-shell / riscv64: mutter-mobile
|
||||||
|
@ -45,7 +45,6 @@ _pmb_recommends="
|
||||||
"
|
"
|
||||||
install="$pkgname.post-install $pkgname.post-upgrade"
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
||||||
source="
|
source="
|
||||||
20_pmOS-wallpaper-gnome-mobile.gschema.override
|
|
||||||
firefox-wayland.sh
|
firefox-wayland.sh
|
||||||
"
|
"
|
||||||
options="!check"
|
options="!check"
|
||||||
|
@ -54,9 +53,6 @@ package() {
|
||||||
install -Dm755 \
|
install -Dm755 \
|
||||||
"$srcdir"/firefox-wayland.sh \
|
"$srcdir"/firefox-wayland.sh \
|
||||||
-t "$pkgdir"/etc/profile.d/
|
-t "$pkgdir"/etc/profile.d/
|
||||||
|
|
||||||
install -Dm644 -t "$pkgdir"/usr/share/glib-2.0/schemas \
|
|
||||||
"$srcdir"/20_pmOS-wallpaper-gnome-mobile.gschema.override
|
|
||||||
}
|
}
|
||||||
sha512sums="
|
sha512sums="
|
||||||
f96f0b57f197d911810e3f3786ffbcc0c6bfae71037e9fc97825f5bb2ea3b7fe149271f991454b240b8d1a596d998dcf410ab6ce9a46c5e2d17cee6d03b867a2 20_pmOS-wallpaper-gnome-mobile.gschema.override
|
f96f0b57f197d911810e3f3786ffbcc0c6bfae71037e9fc97825f5bb2ea3b7fe149271f991454b240b8d1a596d998dcf410ab6ce9a46c5e2d17cee6d03b867a2 20_pmOS-wallpaper-gnome-mobile.gschema.override
|
||||||
|
|
Loading…
Reference in a new issue