2018-04-19 19:01:02 +00:00
|
|
|
pkgname=postmarketos-ui-matchbox
|
|
|
|
pkgver=1
|
2019-10-20 19:28:39 +00:00
|
|
|
pkgrel=5
|
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"
|
2019-10-20 19:28:39 +00:00
|
|
|
depends="matchbox-common matchbox-panel matchbox-desktop matchbox-keyboard matchbox-window-manager xterm xorg-server dbus-x11 mesa-egl gtk+2.0 lightdm-openrc"
|
2019-05-27 06:30:15 +00:00
|
|
|
install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-deinstall $pkgname.post-upgrade"
|
2018-10-17 16:03:43 +00:00
|
|
|
source="matchbox.desktop 60-lightdm-autologin.conf"
|
2018-04-19 19:01:02 +00:00
|
|
|
options="!check"
|
|
|
|
|
|
|
|
package() {
|
2018-10-17 16:03:43 +00:00
|
|
|
install -Dm644 "$srcdir"/matchbox.desktop \
|
|
|
|
"$pkgdir"/usr/share/xsessions/matchbox.desktop
|
|
|
|
|
|
|
|
install -Dm644 "$srcdir"/60-lightdm-autologin.conf \
|
|
|
|
"$pkgdir"/usr/share/lightdm/lightdm.conf.d/60-autologin.conf
|
2018-04-19 19:01:02 +00:00
|
|
|
}
|
|
|
|
|
2018-10-17 16:03:43 +00:00
|
|
|
sha512sums="1ceae6d4939cdddf14602471f52cf409e4094a81718ef5d7ea83adf5bf3d7ca8d13e15b8a98f99dee54bb8703038ea31abd74ad1fbe8d2c752d5f1a56310f508 matchbox.desktop
|
|
|
|
366a75dc36b123f184e4a9296784b22fe1b64de278c508e19536c150b44536b653ae819ca449d53f430fb88f9d853e10a2b64dc7aeb39d93ee763b67a13d7e1d 60-lightdm-autologin.conf"
|