From e74cde76c104df82b120a7b13964cb786da8f565 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 22 May 2023 20:18:50 +0200 Subject: community -> extra --- extra/electron/PKGBUILD | 16 ++++++++++++++++ extra/electron/allow-i686.patch | 14 ++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 extra/electron/PKGBUILD create mode 100644 extra/electron/allow-i686.patch (limited to 'extra/electron') diff --git a/extra/electron/PKGBUILD b/extra/electron/PKGBUILD new file mode 100644 index 00000000..3446fe23 --- /dev/null +++ b/extra/electron/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,^\s*script/bootstrap.py ,\0--target_arch=ia32 , + s/-t x64/-t ia32/g + ' +)" diff --git a/extra/electron/allow-i686.patch b/extra/electron/allow-i686.patch new file mode 100644 index 00000000..154ab9bc --- /dev/null +++ b/extra/electron/allow-i686.patch @@ -0,0 +1,14 @@ +--- a/script/update.py ++++ b/script/update.py +@@ -15,11 +15,6 @@ SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) + + def main(): + os.chdir(SOURCE_ROOT) +- +- if PLATFORM != 'win32' and platform.architecture()[0] != '64bit': +- print 'Electron is required to be built on a 64bit machine' +- return 1 +- + update_external_binaries() + return update_gyp() + -- cgit v1.2.3-70-g09d2