main/postmarketos-ui-gnome: new aport (!990)
This commit is contained in:
parent
33fcf64f90
commit
d5c046c74e
4 changed files with 40 additions and 0 deletions
17
main/postmarketos-ui-gnome/000-gschema.override
Normal file
17
main/postmarketos-ui-gnome/000-gschema.override
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
[org.gnome.desktop.background]
|
||||||
|
picture-uri='file:///usr/share/wallpapers/postmarketos.jpg'
|
||||||
|
|
||||||
|
[org.gnome.desktop.interface]
|
||||||
|
clock-show-weekday=false
|
||||||
|
clock-show-date=false
|
||||||
|
|
||||||
|
[org.gnome.Epiphany]
|
||||||
|
search-engines=[('Search the Web', 'https://duckduckgo.com/?q=%s&t=epiphany', ''), ('DuckDuckGo', 'https://duckduckgo.com/?q=%s&t=epiphany', '!ddg'), ('Qwant', 'https://www.qwant.com/?q=%s', '!q')]
|
||||||
|
|
||||||
|
[org.gnome.Epiphany.web]
|
||||||
|
mobile-user-agent=true
|
||||||
|
user-agent='Mozilla/5.0 (postmarketOS device, like iPhone; X11; Linux x86_64) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Safari/605.1.15 Epiphany/605.1.15'
|
||||||
|
|
||||||
|
[org.gnome.settings-daemon.plugins.power]
|
||||||
|
sleep-inactive-ac-type='nothing'
|
||||||
|
|
19
main/postmarketos-ui-gnome/APKBUILD
Normal file
19
main/postmarketos-ui-gnome/APKBUILD
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Contributor: Martijn Braam <martijn@brixit.nl>
|
||||||
|
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
||||||
|
pkgname=postmarketos-ui-gnome
|
||||||
|
pkgver=1
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="(Wayland) Gnome Shell"
|
||||||
|
url="https://gnome.org/"
|
||||||
|
arch="noarch"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
depends="polkit-elogind gdm gnome xorg-server-xwayland postmarketos-artwork-wallpapers kgx"
|
||||||
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
||||||
|
source="000-gschema.override"
|
||||||
|
options="!check"
|
||||||
|
|
||||||
|
package() {
|
||||||
|
install -Dm644 "$srcdir"/000-gschema.override \
|
||||||
|
"$pkgdir"/usr/share/glib-2.0/schemas/000-postmarketos.gschema.override
|
||||||
|
}
|
||||||
|
sha512sums="fa1e3b91b0c94f623fcc5ad28a738e1d2f35a9144c2c975c8234d993119e7f33f270e248ff87131ad626e2e5f4f41fab0b595617966c62d7c646e81ab9e11a17 000-gschema.override"
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
rc-update add gdm default
|
1
main/postmarketos-ui-gnome/postmarketos-ui-gnome.post-upgrade
Symbolic link
1
main/postmarketos-ui-gnome/postmarketos-ui-gnome.post-upgrade
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
postmarketos-ui-gnome.post-install
|
Loading…
Reference in a new issue