[arch-commits] Commit in atom/trunk (4 files)
Nicola Squartini
tensor5 at archlinux.org
Thu Jan 14 02:08:18 UTC 2021
Date: Thursday, January 14, 2021 @ 02:08:18
Author: tensor5
Revision: 820757
upgpkg: atom 1.54.0-1
Modified:
atom/trunk/PKGBUILD
atom/trunk/fix-license-path.patch
atom/trunk/fix-restart.patch
atom/trunk/use-system-electron.patch
---------------------------+
PKGBUILD | 10 +++++-----
fix-license-path.patch | 2 +-
fix-restart.patch | 2 +-
use-system-electron.patch | 4 ++--
4 files changed, 9 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-14 02:02:22 UTC (rev 820756)
+++ PKGBUILD 2021-01-14 02:08:18 UTC (rev 820757)
@@ -1,8 +1,8 @@
# Maintainer: Nicola Squartini <tensor5 at gmail.com>
pkgname=atom
-pkgver=1.53.0
-_commit=de06b44bd63edc22bc751f854bdaad10e869f55b
+pkgver=1.54.0
+_commit=b1853e81fcf008eb4481ae2b6d1232e298526077
pkgrel=1
pkgdesc='A hackable text editor for the 21st Century'
arch=('x86_64')
@@ -30,14 +30,14 @@
'6ae4f78667a8735d24ba11a47f1ee374f65325a3d604bcd221d56e27e16ddad4'
'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
- '74cd1d023ae1d1c9835006ea14cdd315649df2d5eb7996de664a45e720742daf'
- '63ad62bef0be1029d5d10a4c76eeb6bafda4328288230e9393cd48659ec7cf2c'
+ '48d7505cd6f44f20d49caa1c3ceb01c7fcc0d26beb73a6220f94f6faaecc1408'
+ '9beb32edb047b6205dc4391f132e0b5d178cfec0ea08a2c50609d6cbab5ad5e6'
'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
'c93cc88dd704388d4b26a0de0a5938df7ff90cedf8eed0b3b8a675f9cc7d487c'
'08ae0c93b5ec7eb7d90c65d5d2adbaca538482fba902ed1f8414024db0d21854'
- '0f809f3d2fb21e83ede312660c9169e239c874b0d7ed39e1c15301f6ce1ea056')
+ '47abdfd9faeaea79c8da73ab13bd8a93626b4ed36524c865990b048f6ba21b77')
prepare() {
cd ${pkgname}
Modified: fix-license-path.patch
===================================================================
--- fix-license-path.patch 2021-01-14 02:02:22 UTC (rev 820756)
+++ fix-license-path.patch 2021-01-14 02:08:18 UTC (rev 820757)
@@ -11,7 +11,7 @@
this.configFile.onDidChange(settings => {
--- a/src/workspace.js
+++ b/src/workspace.js
-@@ -1300,7 +1300,7 @@
+@@ -1301,7 +1301,7 @@
// Open Atom's license in the active pane.
openLicense() {
Modified: fix-restart.patch
===================================================================
--- fix-restart.patch 2021-01-14 02:02:22 UTC (rev 820756)
+++ fix-restart.patch 2021-01-14 02:08:18 UTC (rev 820757)
@@ -1,6 +1,6 @@
--- a/src/main-process/atom-application.js
+++ b/src/main-process/atom-application.js
-@@ -2042,7 +2042,7 @@
+@@ -2040,7 +2040,7 @@
}
restart() {
Modified: use-system-electron.patch
===================================================================
--- use-system-electron.patch 2021-01-14 02:02:22 UTC (rev 820756)
+++ use-system-electron.patch 2021-01-14 02:08:18 UTC (rev 820757)
@@ -111,7 +111,7 @@
}
--- a/script/lib/generate-startup-snapshot.js
+++ b/script/lib/generate-startup-snapshot.js
-@@ -286,17 +286,14 @@
+@@ -288,17 +288,14 @@
CONFIG.executableName
);
} else {
@@ -131,7 +131,7 @@
console.log('Generating startup blob with mksnapshot');
childProcess.spawnSync(process.execPath, [
path.join(
-@@ -338,5 +335,6 @@
+@@ -340,5 +337,6 @@
destinationPath
);
}
More information about the arch-commits
mailing list