2021-11-14 17:13:14 +00:00
|
|
|
# Reference: https://postmarketos.org/uipkg
|
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
|
2022-02-19 04:24:16 +00:00
|
|
|
pkgver=6
|
2024-07-23 19:18:38 +00:00
|
|
|
pkgrel=9
|
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"
|
2021-05-15 17:29:46 +00:00
|
|
|
depends="
|
2024-07-23 19:18:38 +00:00
|
|
|
bluez
|
2021-06-09 23:34:05 +00:00
|
|
|
dnsmasq
|
2021-05-15 17:29:46 +00:00
|
|
|
elogind
|
2021-06-09 23:34:05 +00:00
|
|
|
postmarketos-base-ui
|
2022-12-31 15:53:45 +00:00
|
|
|
postmarketos-base-ui-networkmanager
|
2021-02-20 08:53:47 +00:00
|
|
|
tinydm
|
|
|
|
tinydm-openrc
|
2020-07-20 08:51:24 +00:00
|
|
|
weston
|
|
|
|
weston-shell-desktop
|
|
|
|
weston-backend-drm
|
|
|
|
xorg-server
|
|
|
|
"
|
|
|
|
_pmb_recommends="htop
|
|
|
|
postmarketos-artwork-wallpapers
|
|
|
|
postmarketos-demos
|
|
|
|
weston-clients
|
|
|
|
weston-terminal
|
|
|
|
weston-xwayland
|
2021-03-19 14:04:46 +00:00
|
|
|
xwayland
|
2020-07-20 08:51:24 +00:00
|
|
|
"
|
2024-07-23 19:18:38 +00:00
|
|
|
subpackages="$pkgname-openrc"
|
2021-02-20 08:53:47 +00:00
|
|
|
source="start_weston.sh weston.ini.default"
|
2022-08-17 17:53:33 +00:00
|
|
|
options="!check pmb:gpu-accel" # Meta package, no test suite
|
2017-07-24 20:55:55 +00:00
|
|
|
|
|
|
|
package() {
|
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
|
|
|
}
|
2024-07-23 19:18:38 +00:00
|
|
|
|
|
|
|
openrc() {
|
|
|
|
install_if="$pkgname=$pkgver-r$pkgrel openrc"
|
|
|
|
install="$subpkgname.post-install $subpkgname.post-upgrade"
|
|
|
|
depends="
|
|
|
|
bluez-openrc
|
|
|
|
elogind-openrc
|
|
|
|
lightdm-openrc
|
|
|
|
networkmanager-openrc
|
|
|
|
"
|
|
|
|
|
|
|
|
mkdir -p "$subpkgdir"
|
|
|
|
}
|
2022-02-19 04:24:16 +00:00
|
|
|
sha512sums="
|
2022-10-14 11:46:40 +00:00
|
|
|
6c9f4f6eeb179b067f1d08c84f35d6a705043432a92c3733491de3c240d48a85e95173e0b4e2f83b737761212a2aec365b1375c077c330735013c9cf36d4390e start_weston.sh
|
2022-02-19 04:24:16 +00:00
|
|
|
57d2dd91aa6bee6ab73122bf26906de183fceee9f6c28586ac803045344b10c4e3c7e9cd23cada86a585c42221505a2d23572e3d6d1fd757c1ed1c8e1b65644c weston.ini.default
|
|
|
|
"
|