From 33b8a219f50a4f0b12ceb4933c02a00e95401d52 Mon Sep 17 00:00:00 2001 From: Martijn Braam Date: Tue, 23 Jul 2019 16:37:59 +0200 Subject: [PATCH] postmarketos-ui-phosh: enable armv7 --- main/postmarketos-ui-phosh/APKBUILD | 2 +- phosh/phosh/APKBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-ui-phosh/APKBUILD b/main/postmarketos-ui-phosh/APKBUILD index 583fdeec1..59c8a4eff 100644 --- a/main/postmarketos-ui-phosh/APKBUILD +++ b/main/postmarketos-ui-phosh/APKBUILD @@ -5,7 +5,7 @@ pkgver=1 pkgrel=2 pkgdesc="(Wayland) Mobile UI developed for the Librem 5 (aarch64, x86 and x86_64 only for now)" url="https://puri.sm" -arch="noarch !armhf !armv7" +arch="noarch !armhf" license="GPL-3.0-or-later" depends="phosh lightdm xorg-server calls chatty postmarketos-artwork-wallpapers" install="$pkgname.post-install" diff --git a/phosh/phosh/APKBUILD b/phosh/phosh/APKBUILD index 7a8c02ab7..59860d879 100644 --- a/phosh/phosh/APKBUILD +++ b/phosh/phosh/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 _commit="9a0ab4df8b1a812d52e0d270adf7808c38449a90" _gvc_commit="ae1a34aafce7026b8c0f65a43c9192d756fe1057" pkgdesc="A shell PoC for the Librem5" -arch="x86 x86_64 aarch64" +arch="x86 x86_64 aarch64 armv7" 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 virtboard libpulse"