pmaports/main/postmarketos-ui-mate/APKBUILD
Oliver Smith 73bd400ec0 qemu-amd64: make XFCE4, MATE work out of the box with SDL display (#1094)
* postmarketos-ui-xfce4: update to 0.1, depend on mesa-egl
* postmarketos-ui-mate: depend on mesa-egl
2018-01-08 18:29:11 +00:00

21 lines
684 B
Text

pkgname=postmarketos-ui-mate
pkgver=1
pkgrel=1
pkgdesc="(X11) MATE Desktop Environment, fork of GNOME2 (stylus recommended)"
url="http://mate-desktop.org/"
arch="noarch"
license="GPL3+"
depends="mate-desktop-environment xorg-server dbus-x11 mesa-egl"
makedepends=""
install="$pkgname.post-install"
subpackages=""
source="start_mate.sh"
options="!check"
package() {
# Autostart via autologin on TTY0 (until we have a display manager #656)
install -D -m644 "$srcdir"/start_mate.sh \
"$pkgdir"/etc/profile.d/start_mate.sh
}
sha512sums="a5a48821538b18069bad6528d488ed2dd5ae7d4f4fa095215c30d5399a41e645300f0c70bef1178be085e5fe8510fb4dda5446585663fd57193e938558b803de start_mate.sh"