From a9d8d9b091b0c348d9b58c22c48ca7d6c7453819 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 6 Feb 2018 15:02:10 +0100 Subject: extra/electron: make it build for i686 --- blacklist | 1 - community/electron/PKGBUILD | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 community/electron/PKGBUILD diff --git a/blacklist b/blacklist index eedddd99..9b19de34 100644 --- a/blacklist +++ b/blacklist @@ -4,7 +4,6 @@ ceph # fails fatally in check() - see upstream is unresponsive, see forum dotnet-core # not available for 32-bit on linux, see here -electron # does not provide a bin/gn for 32-bit Linux fox-devel # fails on non 64-bit Intel, blacklisting for now, see FS32#13 linux-hardened # not really useful on i686 + hard to maintain libretro-citra # do not build, see FS32#23 diff --git a/community/electron/PKGBUILD b/community/electron/PKGBUILD new file mode 100644 index 00000000..bd05cbfe --- /dev/null +++ b/community/electron/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f build | \ + sed ' + \,^\s*script/bootstrap.py , s/py/py --target_arch=x86/ + ' +)" -- cgit v1.2.3-54-g00ecf