[arch-commits] Commit in atom/trunk (4 files)
Nicola Squartini
tensor5 at archlinux.org
Mon Mar 18 08:21:49 UTC 2019
Date: Monday, March 18, 2019 @ 08:21:48
Author: tensor5
Revision: 442425
upgpkg: atom 1.35.1-1
Modified:
atom/trunk/PKGBUILD
atom/trunk/fix-license-path.patch
atom/trunk/fix-restart.patch
atom/trunk/use-system-electron.patch
---------------------------+
PKGBUILD | 12 +++++++-----
fix-license-path.patch | 2 +-
fix-restart.patch | 2 +-
use-system-electron.patch | 6 +++---
4 files changed, 12 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-18 07:11:11 UTC (rev 442424)
+++ PKGBUILD 2019-03-18 08:21:48 UTC (rev 442425)
@@ -1,7 +1,7 @@
# Maintainer: Nicola Squartini <tensor5 at gmail.com>
pkgname=atom
-pkgver=1.34.0
+pkgver=1.35.1
pkgrel=1
pkgdesc='A hackable text editor for the 21st Century'
arch=('x86_64')
@@ -24,17 +24,17 @@
'symbols-view-use-system-ctags.patch'
'use-system-apm.patch'
'use-system-electron.patch')
-sha256sums=('c4c6199e6cce48ebf02757db65011ac5a3e685f46b35d3a9695f600b40f0da8a'
+sha256sums=('a50bcfcda4cfe6017fb76defc3a0eeaca209954d86a631f5963e69a0c064c2e8'
'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
'328da3b30f4e20e56b38e588d9fe871c01bbbe69865a79e9586919564bdfa869'
'ab9eed3d4c8bfefea256953428379ab1e636b9c7d4c4af30ddc3f485330183c2'
- 'c8a931f36af3722c57c4d1b70c1e58aa1a18372e8e26c28a4e01253e05295205'
+ '5c77deec5896b658395bdf695c3bc044c9140ad0a5a87f34520c4a31972e51d1'
'142d540259296396f6d528ecf2f7c6a363f89f8a0d2ad66497f8392da06202bc'
- 'cbac8d28e32a32760cd6b16d313e05e32af57bfdea1c248636e1b1ae74e4e92c'
+ 'c4b883265d16ee30402c449d07be78b7088c1aa60c4f3e712b8bfe857c95f346'
'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
'53f43c9328a66e24b3467a0a06d9dfde83475f7e54251bf7a523beafaa043806'
- 'a489e590e362a24a3212c20159c5a07d19f74498bfefebbca42d8a23203e6695')
+ '457bd1b06604aec1e2ebb6e0ea473742747e183e833fffb36377aad64c37bcd5')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -55,6 +55,8 @@
# Fix for Electron 3
npm install --package-lock-only @atom/nsfw at 1.0.20 node-abi
+ rm package-lock.json
+
ATOM_RESOURCE_PATH="${PWD}" \
npm_config_target=$(tail -c +2 /usr/lib/electron/version) \
apm install
Modified: fix-license-path.patch
===================================================================
--- fix-license-path.patch 2019-03-18 07:11:11 UTC (rev 442424)
+++ fix-license-path.patch 2019-03-18 08:21:48 UTC (rev 442425)
@@ -1,6 +1,6 @@
--- a/src/main-process/atom-application.js
+++ b/src/main-process/atom-application.js
-@@ -416,7 +416,7 @@
+@@ -430,7 +430,7 @@
this.openPathOnEvent('application:open-your-keymap', 'atom://.atom/keymap')
this.openPathOnEvent('application:open-your-snippets', 'atom://.atom/snippets')
this.openPathOnEvent('application:open-your-stylesheet', 'atom://.atom/stylesheet')
Modified: fix-restart.patch
===================================================================
--- fix-restart.patch 2019-03-18 07:11:11 UTC (rev 442424)
+++ fix-restart.patch 2019-03-18 08:21:48 UTC (rev 442425)
@@ -1,6 +1,6 @@
--- a/src/main-process/atom-application.js
+++ b/src/main-process/atom-application.js
-@@ -1356,7 +1356,7 @@
+@@ -1370,7 +1370,7 @@
}
restart () {
Modified: use-system-electron.patch
===================================================================
--- use-system-electron.patch 2019-03-18 07:11:11 UTC (rev 442424)
+++ use-system-electron.patch 2019-03-18 08:21:48 UTC (rev 442425)
@@ -4,7 +4,7 @@
"url": "https://github.com/atom/atom/issues"
},
"license": "MIT",
-- "electronVersion": "2.0.16",
+- "electronVersion": "2.0.18",
"dependencies": {
"@atom/nsfw": "1.0.18",
"@atom/source-map-support": "^0.3.4",
@@ -133,12 +133,12 @@
}
--- a/script/package.json
+++ b/script/package.json
-@@ -9,9 +9,7 @@
+@@ -8,9 +8,7 @@
"coffeelint": "1.15.7",
"colors": "1.1.2",
"donna": "1.0.16",
- "electron-chromedriver": "~2.0",
- "electron-link": "0.2.2",
+ "electron-link": "0.3.3",
- "electron-mksnapshot": "~2.0",
"electron-packager": "7.3.0",
"electron-winstaller": "2.6.4",
More information about the arch-commits
mailing list