[arch-commits] Commit in atom/trunk (PKGBUILD atom.js use-system-electron.patch)

Nicola Squartini tensor5 at archlinux.org
Thu Oct 15 09:53:15 UTC 2020


    Date: Thursday, October 15, 2020 @ 09:53:15
  Author: tensor5
Revision: 724073

upgpkg: atom 1.52.0-1

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/atom.js
  atom/trunk/use-system-electron.patch

---------------------------+
 PKGBUILD                  |   20 ++++++++++----------
 atom.js                   |    2 +-
 use-system-electron.patch |    8 ++++----
 3 files changed, 15 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-15 09:45:34 UTC (rev 724072)
+++ PKGBUILD	2020-10-15 09:53:15 UTC (rev 724073)
@@ -1,14 +1,14 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=atom
-pkgver=1.51.0
-_commit=6d6f204fd7235efc22f2e8dcbbc32dd7fc94a8d2
-pkgrel=2
+pkgver=1.52.0
+_commit=03f996061e5b1bf57ef74ff1f8301649a073b73f
+pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
 license=('MIT' 'custom')
-depends=('apm' 'electron5' 'libxkbfile' 'ripgrep')
+depends=('apm' 'electron6' 'libxkbfile' 'ripgrep')
 makedepends=('git' 'npm')
 optdepends=('ctags: symbol indexing support'
             'git: Git and GitHub integration')
@@ -27,7 +27,7 @@
         'use-system-apm.patch'
         'use-system-electron.patch')
 sha256sums=('SKIP'
-            '6218ecf9a767e80f70a4b07abaefcf63a3d615200ff27b2dbc7bb36eacd8e87f'
+            '6ae4f78667a8735d24ba11a47f1ee374f65325a3d604bcd221d56e27e16ddad4'
             '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
             'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
             '74cd1d023ae1d1c9835006ea14cdd315649df2d5eb7996de664a45e720742daf'
@@ -37,7 +37,7 @@
             'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
             'c93cc88dd704388d4b26a0de0a5938df7ff90cedf8eed0b3b8a675f9cc7d487c'
             '8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-            '8ae032ebbec7b81e7f82c09aaf3fa0ed31a70b7d1265a2b9dec1fd61b05fca1e')
+            '463ea3ee872a72aa9aa93fcb30bd719edce20e0626dc7d902a476849f64c365d')
 
 prepare() {
   cd ${pkgname}
@@ -56,7 +56,7 @@
 
   ATOM_RESOURCE_PATH="${PWD}" \
   npm_config_build_from_source=true \
-  npm_config_target=$(< /usr/lib/electron5/version) \
+  npm_config_target=$(< /usr/lib/electron6/version) \
   apm install
 
   # Use system ctags
@@ -78,7 +78,7 @@
   env \
     npm_config_disturl=https://electronjs.org/headers \
     npm_config_runtime=electron \
-    npm_config_target=$(< /usr/lib/electron5/version) \
+    npm_config_target=$(< /usr/lib/electron6/version) \
     node-gyp rebuild
   cd ../..
 
@@ -88,8 +88,8 @@
   # Set ELECTRON_VERSION (see use-system-electron.patch)
   env \
     ELECTRON_RUN_AS_NODE=1 \
-    ELECTRON_VERSION=$(< /usr/lib/electron5/version) \
-    electron5 \
+    ELECTRON_VERSION=$(< /usr/lib/electron6/version) \
+    electron6 \
     build --no-bootstrap
 }
 

Modified: atom.js
===================================================================
--- atom.js	2020-10-15 09:45:34 UTC (rev 724072)
+++ atom.js	2020-10-15 09:53:15 UTC (rev 724073)
@@ -1,4 +1,4 @@
-#!/usr/bin/electron5
+#!/usr/bin/electron6
 
 const name = "atom";
 

Modified: use-system-electron.patch
===================================================================
--- use-system-electron.patch	2020-10-15 09:45:34 UTC (rev 724072)
+++ use-system-electron.patch	2020-10-15 09:53:15 UTC (rev 724073)
@@ -4,7 +4,7 @@
      "url": "https://github.com/atom/atom/issues"
    },
    "license": "MIT",
--  "electronVersion": "5.0.13",
+-  "electronVersion": "6.1.12",
    "dependencies": {
      "@atom/nsfw": "1.0.26",
      "@atom/source-map-support": "^0.3.4",
@@ -119,7 +119,7 @@
 -        packagedAppPath,
 -        CONFIG.executableName
 -      );
-+      nodeBundledInElectronPath = 'electron5';
++      nodeBundledInElectronPath = 'electron6';
      }
      childProcess.execFileSync(
        nodeBundledInElectronPath,
@@ -145,9 +145,9 @@
      "colors": "1.1.2",
      "donna": "1.0.16",
 -    "electron-chromedriver": "^9.0.0",
-     "electron-link": "0.4.1",
+     "electron-link": "^0.4.3",
 -    "electron-mksnapshot": "^9.0.2",
-     "electron-packager": "12.2.0",
+     "electron-packager": "^15.0.0",
      "eslint": "^5.16.0",
      "eslint-config-prettier": "^4.2.0",
 --- a/src/compile-cache.js



More information about the arch-commits mailing list