2019-06-07 15:32:33 +00:00
|
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
2017-07-24 20:55:55 +00:00
|
|
|
pkgname=postmarketos-ui-weston
|
2017-10-16 20:01:21 +00:00
|
|
|
pkgver=4
|
2020-05-16 05:53:02 +00:00
|
|
|
pkgrel=16
|
2017-10-16 20:01:21 +00:00
|
|
|
pkgdesc="(Wayland) Reference compositor (demo, not a phone interface)"
|
2018-06-30 07:00:48 +00:00
|
|
|
url="https://postmarketos.org"
|
2019-01-04 00:47:25 +00:00
|
|
|
arch="noarch"
|
2019-05-24 19:51:10 +00:00
|
|
|
license="GPL-3.0-or-later"
|
2019-12-11 15:06:13 +00:00
|
|
|
depends="weston-clients weston weston-shell-desktop weston-backend-fbdev weston-backend-drm weston-backend-x11 weston-terminal weston-xwayland xorg-server-xwayland postmarketos-demos postmarketos-artwork-wallpapers elogind lightdm lightdm-openrc xorg-server htop"
|
2019-10-17 17:59:16 +00:00
|
|
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
2020-05-16 05:53:02 +00:00
|
|
|
source="start_weston.sh weston.ini.default 66-lightdm-autologin.conf"
|
2019-06-07 15:32:33 +00:00
|
|
|
options="!check" # Meta package, no test suite
|
2017-07-24 20:55:55 +00:00
|
|
|
|
|
|
|
package() {
|
2020-05-16 05:53:02 +00:00
|
|
|
install -Dm644 "$srcdir"/66-lightdm-autologin.conf \
|
|
|
|
"$pkgdir"/usr/share/lightdm/lightdm.conf.d/66-autologin.conf
|
2019-05-24 19:51:10 +00:00
|
|
|
|
2019-06-07 15:32:33 +00:00
|
|
|
install -Dm755 "$srcdir"/start_weston.sh \
|
|
|
|
"$pkgdir"/usr/bin/start_weston.sh
|
|
|
|
|
2017-10-20 00:07:00 +00:00
|
|
|
install -Dm644 "$srcdir"/weston.ini.default \
|
|
|
|
"$pkgdir"/etc/xdg/weston/weston.ini.default
|
2017-07-24 20:55:55 +00:00
|
|
|
}
|
2020-04-03 08:56:13 +00:00
|
|
|
sha512sums="02cb16254fa6bff405bd19448daeb1b4c2ac1fa696b6f7d67ea89795e4480ed1a9b5487dc00fc671d31d175fc8b8e509071b53dba879519a69d54648a076a549 start_weston.sh
|
2019-05-24 19:51:10 +00:00
|
|
|
b712c9d4c846437656781656ec15e9b7e238a9244e0b77bf84b67f6661d44f68718330706f69ccb8b4d7f6182b8f17f273018ca461c0c40e49b9185f6eec168d weston.ini.default
|
2020-05-16 05:53:02 +00:00
|
|
|
6800b81055c854ef69c0084341e31841d4b06d1d894542f1e125d0d70b6606f11218bda0d29dab9a48594b4c2f815a540f91bfba6c2c22c3378040c41fe4bbb1 66-lightdm-autologin.conf"
|