6e0781b7ab
Weston does not build for x86, because it depends on libunwind. And libunwind is not available in Alpine for x86. I've also tried to simply enable x86 in libunwind, but it does not build out of the box. In order to start building again for x86 at all, let's disable weston and all packages that depend on it on for now.
26 lines
1.2 KiB
Text
26 lines
1.2 KiB
Text
pkgname=postmarketos-ui-weston
|
|
pkgver=4
|
|
pkgrel=5
|
|
pkgdesc="(Wayland) Reference compositor (demo, not a phone interface)"
|
|
url="https://postmarketos.org"
|
|
arch="x86_64 armhf aarch64"
|
|
license="GPL3+"
|
|
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"
|
|
makedepends=""
|
|
install="$pkgname.post-install"
|
|
subpackages=""
|
|
source="start_weston.sh weston.ini.default $install"
|
|
options="!check"
|
|
|
|
package() {
|
|
install -Dm644 "$srcdir"/start_weston.sh \
|
|
"$pkgdir"/etc/profile.d/start_weston.sh
|
|
install -Dm644 "$srcdir"/weston.ini.default \
|
|
"$pkgdir"/etc/xdg/weston/weston.ini.default
|
|
}
|
|
sha512sums="6c278d6018e7a1eea1e7285a93dc2fc6c0598c96e8cc5dc094e98be4d07edc6a5a10332d6f12f64ae7a9489b375a67b24e553569e71b274d1b681a0c4658450d start_weston.sh
|
|
b712c9d4c846437656781656ec15e9b7e238a9244e0b77bf84b67f6661d44f68718330706f69ccb8b4d7f6182b8f17f273018ca461c0c40e49b9185f6eec168d weston.ini.default
|
|
d8f748b896c5cc474b76cc9d87a0becb4e44ae7220f5cb9468f2e0ecabdc2207739754064489b8e21cd87214058f2a5c6c24cff1688e2eb50999b2feea3f9217 postmarketos-ui-weston.post-install"
|