From 4d9c73f4367e89020aa242b377b9c2d77ffc7d52 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 21 Dec 2018 11:46:18 +0100 Subject: community/electron2: add fixes from electron --- community/electron2/PKGBUILD | 16 ++++++++++++++++ community/electron2/allow-i686.patch | Bin 0 -> 386 bytes 2 files changed, 16 insertions(+) create mode 100644 community/electron2/PKGBUILD create mode 100644 community/electron2/allow-i686.patch diff --git a/community/electron2/PKGBUILD b/community/electron2/PKGBUILD new file mode 100644 index 00000000..4f1a6f90 --- /dev/null +++ b/community/electron2/PKGBUILD @@ -0,0 +1,16 @@ +source+=('allow-i686.patch') +sha512sums+=('bce6716f88c0ed7acc72f90ef62f7c4a28b88e98d7fc8dcb6abf545eb6ab7de11e06191618490ed83e7b38b08489063357682ebb909dc952e21cb6dd7b6ddb38') + +eval "$( + declare -f prepare | \ + sed ' + 3 a patch -Np1 -i "${srcdir}"/allow-i686.patch + /^}$/ i \ + find "${srcdir}" \\( '"-name '*.a' -o -name '*.o'"' \\) -delete + ' + declare -f build | \ + sed ' + s,/bootstrap.py ,\0--target_arch=ia32 , + s/-t x64/-t ia32/g + ' +)" diff --git a/community/electron2/allow-i686.patch b/community/electron2/allow-i686.patch new file mode 100644 index 00000000..154ab9bc Binary files /dev/null and b/community/electron2/allow-i686.patch differ -- cgit v1.2.3-54-g00ecf