From e36c22540894dc231e746ee2a7f016d08c2fb00f Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 7 Oct 2019 22:52:33 +0200 Subject: [PATCH] phosh: disable armhf Phosh depends on gnome-session, which is currently not available in Alpine for armhf. Fix the arch-lines to unblock building the binary repository. [ci:skip-vercheck] --- main/postmarketos-ui-phosh/APKBUILD | 4 ++-- phosh/calls/APKBUILD | 2 +- phosh/chatty/APKBUILD | 2 +- phosh/phoc/APKBUILD | 2 +- phosh/phosh/APKBUILD | 2 +- phosh/purple-mm-sms/APKBUILD | 2 +- phosh/squeekboard/APKBUILD | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/main/postmarketos-ui-phosh/APKBUILD b/main/postmarketos-ui-phosh/APKBUILD index d9858ff68..a2faaf3b7 100644 --- a/main/postmarketos-ui-phosh/APKBUILD +++ b/main/postmarketos-ui-phosh/APKBUILD @@ -3,9 +3,9 @@ pkgname=postmarketos-ui-phosh pkgver=1 pkgrel=4 -pkgdesc="(Wayland) Mobile UI developed for the Librem 5" +pkgdesc="(Wayland) Mobile UI developed for the Librem 5 (does not work for armhf)" url="https://puri.sm" -arch="noarch" +arch="noarch !armhf" license="GPL-3.0-or-later" depends="phosh lightdm xorg-server postmarketos-artwork-wallpapers epiphany calls chatty " install="$pkgname.post-install" diff --git a/phosh/calls/APKBUILD b/phosh/calls/APKBUILD index e5c37d625..a260e2815 100644 --- a/phosh/calls/APKBUILD +++ b/phosh/calls/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.0.1_git20190131 pkgrel=0 _commit="ee126b3660c8c44dcb67c695d0c7911160995971" pkgdesc="A phone dialer and call handler" -arch="all" +arch="all !armhf" url="https://gitlab.gnome.org/Community/Purism/calls" license="GPL-3.0-or-later" depends="modemmanager" diff --git a/phosh/chatty/APKBUILD b/phosh/chatty/APKBUILD index 4b663a018..a78bc9da5 100644 --- a/phosh/chatty/APKBUILD +++ b/phosh/chatty/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.0.7_git20190913 pkgrel=0 _commit="ef9413467bddc2af3a5b1967c81586cd23dc094d" pkgdesc="A phone dialer and call handler" -arch="all" +arch="all !armhf" url="https://gitlab.gnome.org/Community/Purism/chatty" license="GPL-3.0-or-later" depends="purple-mm-sms" diff --git a/phosh/phoc/APKBUILD b/phosh/phoc/APKBUILD index e6599c799..2416da4e2 100644 --- a/phosh/phoc/APKBUILD +++ b/phosh/phoc/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.1.0_git20190924 pkgrel=0 _commit="32316429eb44251ec50e5b091d93653a8591d639" pkgdesc="wlroots based Phone compositor for the Phosh shell" -arch="all" +arch="all !armhf" url="https://source.puri.sm/Librem5/phoc" license="GPL-3.0-only" makedepends="meson ninja gobject-introspection-dev libinput-dev wayland-dev wayland-protocols libxkbcommon-dev wlroots-dev" diff --git a/phosh/phosh/APKBUILD b/phosh/phosh/APKBUILD index b158dc2fa..986e0eed8 100644 --- a/phosh/phosh/APKBUILD +++ b/phosh/phosh/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 _commit="8ca6caeb898713e7e94eafb317ae5470106d6c59" _gvc_commit="ae1a34aafce7026b8c0f65a43c9192d756fe1057" pkgdesc="A shell PoC for the Librem5" -arch="all" +arch="all !armhf" url="https://source.puri.sm/Librem5/phosh" license="GPL-3.0-only" depends="gtk+3.0 wayland-protocols phoc gnome-session bash dbus-x11 gnome-settings-daemon squeekboard libpulse" diff --git a/phosh/purple-mm-sms/APKBUILD b/phosh/purple-mm-sms/APKBUILD index 8d02d5675..972055693 100644 --- a/phosh/purple-mm-sms/APKBUILD +++ b/phosh/purple-mm-sms/APKBUILD @@ -4,7 +4,7 @@ pkgname=purple-mm-sms pkgver=0.0.4 pkgrel=1 pkgdesc="A libpurple plugin for sending and receiving SMS via Modemmanager" -arch="all" +arch="all !armhf" url="https://source.puri.sm/Librem5/purple-mm-sms" license="GPL-2.0-or-later" depends="modemmanager" diff --git a/phosh/squeekboard/APKBUILD b/phosh/squeekboard/APKBUILD index 403d01488..3b297dc4c 100644 --- a/phosh/squeekboard/APKBUILD +++ b/phosh/squeekboard/APKBUILD @@ -5,7 +5,7 @@ pkgver=0_git20191004 pkgrel=0 _commit="3bede84a2de3009bdf23cb4da031b03f298df946" pkgdesc="The final Phosh keyboard" -arch="all" +arch="all !armhf" url="https://source.puri.sm/Librem5/squeekboard" license="GPL-3.0-or-later" makedepends="meson ninja rust cargo bash glib-dev wayland-protocols wayland-dev gtk+3.0-dev libcroco-dev"