From 484ca0a24bf8e0156c431286c2b73ce190bb0ef5 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sat, 29 Feb 2020 21:55:48 +0100 Subject: [PATCH] main/postmarketos-ui-gnome: disable for armhf (!1015) gdm is missing in Alpine for armhf [ci:skip-vercheck] Related: https://builds.sr.ht/~postmarketos/job/160896 --- main/postmarketos-ui-gnome/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-ui-gnome/APKBUILD b/main/postmarketos-ui-gnome/APKBUILD index 1b1a6075e..d10cd2098 100644 --- a/main/postmarketos-ui-gnome/APKBUILD +++ b/main/postmarketos-ui-gnome/APKBUILD @@ -3,9 +3,10 @@ pkgname=postmarketos-ui-gnome pkgver=1 pkgrel=0 -pkgdesc="(Wayland) Gnome Shell" +pkgdesc="(Wayland) Gnome Shell (not for armhf)" url="https://gnome.org/" -arch="noarch" +# armhf: gdm missing +arch="noarch !armhf" license="GPL-3.0-or-later" depends="polkit-elogind gdm gnome xorg-server-xwayland postmarketos-artwork-wallpapers kgx" install="$pkgname.post-install $pkgname.post-upgrade"