index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | blacklist | 1 | ||||
-rw-r--r-- | community/electron/PKGBUILD | 6 |
@@ -4,7 +4,6 @@ ceph # fails fatally in check() - see <a href="https://bugs.archlinux32.org/inde cuda # cuda 9.0 is 64-bit only dmd # fails to build, <a href="https://issues.dlang.org/show_bug.cgi?id=17833">upstream</a> is unresponsive, see <a href="https://bbs.archlinux32.org/viewtopic.php?pid=492#p492">forum</a> dotnet-core # not available for 32-bit on linux, see <a href="https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.5-download.md">here</a> -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 <a href="https://mirror.archlinux32.org/irc-logs/%23archlinux-ports/2017-06-28.html#04:04:01">really useful</a> 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/ + ' +)" |