2018-04-19 19:01:02 +00:00
|
|
|
pkgname=postmarketos-ui-matchbox
|
|
|
|
pkgver=1
|
2018-05-10 21:45:25 +00:00
|
|
|
pkgrel=1
|
2018-04-19 19:01:02 +00:00
|
|
|
pkgdesc="(X11) Very basic user interface for handhelds"
|
|
|
|
url="https://matchbox-project.org"
|
|
|
|
arch="noarch"
|
|
|
|
license="GPL-2.0-only"
|
2018-05-10 21:45:25 +00:00
|
|
|
depends="matchbox-common matchbox-panel matchbox-desktop matchbox-keyboard matchbox-window-manager xterm xorg-server dbus-x11 mesa-egl"
|
2018-04-19 19:01:02 +00:00
|
|
|
install="$pkgname.post-install"
|
|
|
|
source="start_matchbox.sh"
|
|
|
|
options="!check"
|
|
|
|
|
|
|
|
package() {
|
|
|
|
# Autostart via autologin on TTY0 (until we have a display manager #656)
|
|
|
|
install -D -m644 "$srcdir"/start_matchbox.sh \
|
|
|
|
"$pkgdir"/etc/profile.d/start_matchbox.sh
|
|
|
|
}
|
|
|
|
|
|
|
|
sha512sums="9286e12744fc313fd3ed842dbc524226c2714cffb6fdd1327ff079527546a5c0b0738ce5a444fd534fb267fbde2759b552784cbed09ec988cd4abfa2d0001319 start_matchbox.sh"
|