2021-11-14 18:13:14 +01:00
|
|
|
# Reference: https://postmarketos.org/uipkg
|
2020-02-24 22:31:09 +01:00
|
|
|
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
|
|
|
pkgname=postmarketos-ui-gnome
|
2022-03-16 00:43:19 +01:00
|
|
|
pkgver=3
|
2022-02-17 22:45:32 +01:00
|
|
|
pkgrel=0
|
2020-06-02 15:56:25 +02:00
|
|
|
pkgdesc="(Wayland) Gnome Shell"
|
2020-02-24 22:31:09 +01:00
|
|
|
url="https://gnome.org/"
|
2021-10-12 11:11:47 +02:00
|
|
|
arch="noarch"
|
2020-02-24 22:31:09 +01:00
|
|
|
license="GPL-3.0-or-later"
|
2020-03-01 09:33:33 +01:00
|
|
|
depends="
|
|
|
|
gdm
|
|
|
|
gnome
|
|
|
|
kgx
|
2022-02-17 22:45:32 +01:00
|
|
|
postmarketos-base-ui-gnome
|
2020-03-01 09:33:33 +01:00
|
|
|
postmarketos-artwork-wallpapers
|
2021-03-19 15:04:46 +01:00
|
|
|
xwayland
|
2020-03-01 09:33:33 +01:00
|
|
|
"
|
2020-02-24 22:31:09 +01:00
|
|
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
2022-03-16 00:43:19 +01:00
|
|
|
source="firefox-wayland.sh"
|
2022-02-08 23:51:53 +01:00
|
|
|
options="!check pmb:gpu-accel"
|
2020-02-24 22:31:09 +01:00
|
|
|
|
|
|
|
package() {
|
2022-03-16 00:43:19 +01:00
|
|
|
install -Dm755 \
|
|
|
|
"$srcdir"/firefox-wayland.sh \
|
|
|
|
-t "$pkgdir"/etc/profile.d/
|
2020-02-24 22:31:09 +01:00
|
|
|
}
|
2022-03-16 00:43:19 +01:00
|
|
|
sha512sums="
|
|
|
|
0d9ec58be7dc354e181989c7f08e7d4dd93fefd06a99e784b87fe898479dd47a40dfa9689c6a63ebdc04bf87883a270686aec27f7cc34cb21ec0f370a4afe2d8 firefox-wayland.sh
|
|
|
|
"
|