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