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

Nicola Squartini tensor5 at archlinux.org
Wed May 6 02:12:38 UTC 2020


    Date: Wednesday, May 6, 2020 @ 02:12:38
  Author: tensor5
Revision: 624994

upgpkg: atom 1.46.0-1

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

---------------------------+
 PKGBUILD                  |    6 +++---
 use-system-electron.patch |   13 +++++++------
 2 files changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-06 01:23:09 UTC (rev 624993)
+++ PKGBUILD	2020-05-06 02:12:38 UTC (rev 624994)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=atom
-pkgver=1.45.0
-_commit=4646c27bf1ddbfb6b57bad35ebc26c6e274695ce
+pkgver=1.46.0
+_commit=c1fea480e3f4f9c615e23c7da221deb9d3196005
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -37,7 +37,7 @@
             'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
             '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
             '8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-            '81af763f05c1afd87705b8c7a6647e35f524b2e952adb2e596de2a7e8fe4e69e')
+            '5a6854cd89e5be446c73df59b1cf4048fc835b3b4d87f819779ef68ed89fa2db')
 
 prepare() {
   cd ${pkgname}

Modified: use-system-electron.patch
===================================================================
--- use-system-electron.patch	2020-05-06 01:23:09 UTC (rev 624993)
+++ use-system-electron.patch	2020-05-06 02:12:38 UTC (rev 624994)
@@ -19,7 +19,7 @@
  const cleanOutputDirectory = require('./lib/clean-output-directory')
  const codeSignOnMac = require('./lib/code-sign-on-mac')
  const codeSignOnWindows = require('./lib/code-sign-on-windows')
-@@ -63,12 +63,12 @@
+@@ -64,12 +64,12 @@
  })
  
  const CONFIG = require('./config')
@@ -34,17 +34,18 @@
    cleanOutputDirectory()
    copyAssets()
    transpilePackagesWithCustomTranspilerPaths()
-@@ -87,73 +87,5 @@
+@@ -88,74 +88,5 @@
  
  if (!argv.generateApiDocs) {
    binariesPromise
 -    .then(packageApplication)
      .then(packagedAppPath => generateStartupSnapshot(packagedAppPath).then(() => packagedAppPath))
--    .then(packagedAppPath => {
+-    .then(async packagedAppPath => {
 -      switch (process.platform) {
 -        case 'darwin': {
 -          if (argv.codeSign) {
--            codeSignOnMac(packagedAppPath)
+-            await codeSignOnMac(packagedAppPath)
+-            await notarizeOnMac(packagedAppPath)
 -          } else if (argv.testSign) {
 -            testSignOnMac(packagedAppPath)
 -          } else {
@@ -110,7 +111,7 @@
  }
 --- a/script/lib/generate-startup-snapshot.js
 +++ b/script/lib/generate-startup-snapshot.js
-@@ -265,17 +265,14 @@
+@@ -281,17 +281,14 @@
          CONFIG.executableName
        );
      } else {
@@ -130,7 +131,7 @@
      console.log('Generating startup blob with mksnapshot');
      childProcess.spawnSync(process.execPath, [
        path.join(
-@@ -317,5 +314,6 @@
+@@ -333,5 +330,6 @@
          destinationPath
        );
      }



More information about the arch-commits mailing list