[arch-commits] Commit in atom/trunk (3 files)

Nicola Squartini tensor5 at archlinux.org
Wed Nov 11 01:15:17 UTC 2020


    Date: Wednesday, November 11, 2020 @ 01:15:16
  Author: tensor5
Revision: 749936

upgpkg: atom 1.53.0-1

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

---------------------------+
 PKGBUILD                  |    8 ++++----
 use-system-apm.patch      |    7 ++-----
 use-system-electron.patch |    8 ++++----
 3 files changed, 10 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 01:07:23 UTC (rev 749935)
+++ PKGBUILD	2020-11-11 01:15:16 UTC (rev 749936)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=atom
-pkgver=1.52.0
-_commit=03f996061e5b1bf57ef74ff1f8301649a073b73f
+pkgver=1.53.0
+_commit=de06b44bd63edc22bc751f854bdaad10e869f55b
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -36,8 +36,8 @@
             '40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
             'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
             'c93cc88dd704388d4b26a0de0a5938df7ff90cedf8eed0b3b8a675f9cc7d487c'
-            '8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-            '463ea3ee872a72aa9aa93fcb30bd719edce20e0626dc7d902a476849f64c365d')
+            '08ae0c93b5ec7eb7d90c65d5d2adbaca538482fba902ed1f8414024db0d21854'
+            '0f809f3d2fb21e83ede312660c9169e239c874b0d7ed39e1c15301f6ce1ea056')
 
 prepare() {
   cd ${pkgname}

Modified: use-system-apm.patch
===================================================================
--- use-system-apm.patch	2020-11-11 01:07:23 UTC (rev 749935)
+++ use-system-apm.patch	2020-11-11 01:15:16 UTC (rev 749936)
@@ -1,12 +1,9 @@
 --- a/script/lib/run-apm-install.js
 +++ b/script/lib/run-apm-install.js
-@@ -8,10 +8,7 @@
-   const installEnv = Object.assign({}, process.env);
+@@ -9,7 +9,7 @@
    // Set resource path so that apm can load metadata related to Atom.
    installEnv.ATOM_RESOURCE_PATH = CONFIG.repositoryRootPath;
--  // Set our target (Electron) version so that node-pre-gyp can download the
--  // proper binaries.
--  installEnv.npm_config_target = CONFIG.appMetadata.electronVersion;
+ 
 -  childProcess.execFileSync(CONFIG.getApmBinPath(), [ci ? 'ci' : 'install'], {
 +  childProcess.execFileSync('apm', [ci ? 'ci' : 'install'], {
      env: installEnv,

Modified: use-system-electron.patch
===================================================================
--- use-system-electron.patch	2020-11-11 01:07:23 UTC (rev 749935)
+++ use-system-electron.patch	2020-11-11 01:15:16 UTC (rev 749936)
@@ -19,10 +19,10 @@
  const cleanOutputDirectory = require('./lib/clean-output-directory')
  const codeSignOnMac = require('./lib/code-sign-on-mac')
  const codeSignOnWindows = require('./lib/code-sign-on-windows')
-@@ -64,12 +64,12 @@
- })
+@@ -66,12 +66,12 @@
+ const CONFIG = require('./config')
  
- const CONFIG = require('./config')
+ // Used by the 'github' package for Babel configuration
 -process.env.ELECTRON_VERSION = CONFIG.appMetadata.electronVersion
 +// process.env.ELECTRON_VERSION = CONFIG.appMetadata.electronVersion
  
@@ -34,7 +34,7 @@
    cleanOutputDirectory()
    copyAssets()
    transpilePackagesWithCustomTranspilerPaths()
-@@ -88,74 +88,5 @@
+@@ -90,74 +90,5 @@
  
  if (!argv.generateApiDocs) {
    binariesPromise



More information about the arch-commits mailing list