[arch-commits] Commit in electron2/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Sep 20 14:45:44 UTC 2019


    Date: Friday, September 20, 2019 @ 14:45:43
  Author: heftig
Revision: 511233

Download old gyp to 'electron-gyp' to avoid conflict with gyp

Modified:
  electron2/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-20 12:30:21 UTC (rev 511232)
+++ PKGBUILD	2019-09-20 14:45:43 UTC (rev 511233)
@@ -21,7 +21,7 @@
         'git+https://github.com/boto/boto.git'
         'breakpad::git+https://github.com/electron/chromium-breakpad.git'
         'git+https://chromium.googlesource.com/chromium/src/tools/grit.git'
-        'git+https://github.com/electron/gyp.git'
+        'electron-gyp::git+https://github.com/electron/gyp.git'
         "git+https://github.com/electron/libchromiumcontent.git"
         'native_mate::git+https://github.com/electron/native-mate.git'
         'git+https://github.com/electron/node.git'
@@ -104,6 +104,8 @@
              )
 
 prepare() {
+  ln -s electron-gyp gyp
+
   cd "${srcdir}"/electron
 
   patch -Np1 -i "${srcdir}"/default_app-icon.patch  # Icon from .desktop file



More information about the arch-commits mailing list