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

2020-10-15 Thread Nicola Squartini via arch-commits
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
===
--- PKGBUILD2020-10-15 09:45:34 UTC (rev 724072)
+++ PKGBUILD2020-10-15 09:53:15 UTC (rev 724073)
@@ -1,14 +1,14 @@
 # Maintainer: Nicola Squartini 
 
 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


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

2020-10-05 Thread Nicola Squartini via arch-commits
Date: Tuesday, October 6, 2020 @ 02:25:32
  Author: tensor5
Revision: 719226

upgpkg: atom 1.51.0-2

Ignore symbols-view's default Ctags options (see FS#67651).

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/symbols-view-use-system-ctags.patch

-+
 PKGBUILD|6 +++---
 symbols-view-use-system-ctags.patch |9 ++---
 2 files changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-05 23:54:50 UTC (rev 719225)
+++ PKGBUILD2020-10-06 02:25:32 UTC (rev 719226)
@@ -3,7 +3,7 @@
 pkgname=atom
 pkgver=1.51.0
 _commit=6d6f204fd7235efc22f2e8dcbbc32dd7fc94a8d2
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -35,7 +35,7 @@
 'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
 '40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
 'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
+'c93cc88dd704388d4b26a0de0a5938df7ff90cedf8eed0b3b8a675f9cc7d487c'
 '8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
 '8ae032ebbec7b81e7f82c09aaf3fa0ed31a70b7d1265a2b9dec1fd61b05fca1e')
 
@@ -62,7 +62,7 @@
   # Use system ctags
   cd node_modules/symbols-view
   patch -Np1 -i "${srcdir}"/symbols-view-use-system-ctags.patch
-  rm -r vendor
+  rm -r lib/ctags-config vendor
   cd ../..
 
   # Use system git

Modified: symbols-view-use-system-ctags.patch
===
--- symbols-view-use-system-ctags.patch 2020-10-05 23:54:50 UTC (rev 719225)
+++ symbols-view-use-system-ctags.patch 2020-10-06 02:25:32 UTC (rev 719226)
@@ -1,11 +1,14 @@
 --- a/lib/tag-generator.js
 +++ b/lib/tag-generator.js
-@@ -79,7 +79,7 @@ export default class TagGenerator {
+@@ -79,9 +79,8 @@
generate() {
  let tags = {};
  const packageRoot = this.getPackageRoot();
 -const command = path.join(packageRoot, 'vendor', 
`ctags-${process.platform}`);
+-const defaultCtagsFile = path.join(packageRoot, 'lib', 'ctags-config');
+-const args = [`--options=${defaultCtagsFile}`, '--fields=+KS'];
 +const command = 'ctags';
- const defaultCtagsFile = path.join(packageRoot, 'lib', 'ctags-config');
- const args = [`--options=${defaultCtagsFile}`, '--fields=+KS'];
++const args = ['--fields=+KS'];
  
+ if (atom.config.get('symbols-view.useEditorGrammarAsCtagsLanguage')) {
+   const language = this.getLanguage();


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

2020-09-22 Thread Nicola Squartini via arch-commits
Date: Wednesday, September 23, 2020 @ 01:06:24
  Author: tensor5
Revision: 711428

upgpkg: atom 1.51.0-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-23 00:06:28 UTC (rev 711427)
+++ PKGBUILD2020-09-23 01:06:24 UTC (rev 711428)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.50.0
-_commit=c0e5286c67272cf8e9f0c85cf30665fe089c8b23
+pkgver=1.51.0
+_commit=6d6f204fd7235efc22f2e8dcbbc32dd7fc94a8d2
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -37,7 +37,7 @@
 'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 '8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'86d305b9c6543bdebac8444653ac709714141285d187a2c4def776e6fb597ee7')
+'8ae032ebbec7b81e7f82c09aaf3fa0ed31a70b7d1265a2b9dec1fd61b05fca1e')
 
 prepare() {
   cd ${pkgname}

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2020-09-23 00:06:28 UTC (rev 711427)
+++ use-system-electron.patch   2020-09-23 01:06:24 UTC (rev 711428)
@@ -174,7 +174,7 @@
  const atomJsPath = path.join(cache.resourcePath, 'exports', 'atom.js');
 --- a/src/package-manager.js
 +++ b/src/package-manager.js
-@@ -939,7 +939,7 @@
+@@ -949,7 +949,7 @@
isBundledPackagePath(packagePath) {
  if (
this.devMode &&


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

2020-08-11 Thread Nicola Squartini via arch-commits
Date: Wednesday, August 12, 2020 @ 00:48:28
  Author: tensor5
Revision: 675351

upgpkg: atom 1.50.0-1

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

---+
 PKGBUILD  |6 +++---
 use-system-electron.patch |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-12 00:48:24 UTC (rev 675350)
+++ PKGBUILD2020-08-12 00:48:28 UTC (rev 675351)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.49.0
-_commit=1d0abfabc682cbb43b589015be0813fe7cfd2182
+pkgver=1.50.0
+_commit=c0e5286c67272cf8e9f0c85cf30665fe089c8b23
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -37,7 +37,7 @@
 'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 '8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'84b03b2e68d2f86cd963a2e9327698545a8a782895594cf2cc9a74531c5c7875')
+'86d305b9c6543bdebac8444653ac709714141285d187a2c4def776e6fb597ee7')
 
 prepare() {
   cd ${pkgname}

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2020-08-12 00:48:24 UTC (rev 675350)
+++ use-system-electron.patch   2020-08-12 00:48:28 UTC (rev 675351)
@@ -140,7 +140,7 @@
  };
 --- a/script/package.json
 +++ b/script/package.json
-@@ -10,9 +10,7 @@
+@@ -12,9 +12,7 @@
  "coffeelint": "1.15.7",
  "colors": "1.1.2",
  "donna": "1.0.16",
@@ -148,8 +148,8 @@
  "electron-link": "0.4.1",
 -"electron-mksnapshot": "^9.0.2",
  "electron-packager": "12.2.0",
- "@atom/electron-winstaller": "0.0.1",
  "eslint": "^5.16.0",
+ "eslint-config-prettier": "^4.2.0",
 --- a/src/compile-cache.js
 +++ b/src/compile-cache.js
 @@ -138,7 +138,7 @@ exports.install = function(resourcesPath, nodeRequire) {


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

2020-06-10 Thread Nicola Squartini via arch-commits
Date: Thursday, June 11, 2020 @ 00:36:09
  Author: tensor5
Revision: 641893

upgpkg: atom 1.48.0-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-11 00:18:19 UTC (rev 641892)
+++ PKGBUILD2020-06-11 00:36:09 UTC (rev 641893)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.47.0
-_commit=eb1ec862273c68ebcf281c8b21d60c8336f046a4
+pkgver=1.48.0
+_commit=5df9cd3d774352321ffeb65570de77906792f8bc
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')


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

2020-05-22 Thread Nicola Squartini via arch-commits
Date: Saturday, May 23, 2020 @ 04:53:03
  Author: tensor5
Revision: 631834

upgpkg: atom 1.47.0-1

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

---+
 PKGBUILD  |   26 +++---
 atom.js   |2 +-
 use-system-electron.patch |   26 +++---
 3 files changed, 19 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-23 04:20:37 UTC (rev 631833)
+++ PKGBUILD2020-05-23 04:53:03 UTC (rev 631834)
@@ -1,14 +1,14 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.46.0
-_commit=c1fea480e3f4f9c615e23c7da221deb9d3196005
+pkgver=1.47.0
+_commit=eb1ec862273c68ebcf281c8b21d60c8336f046a4
 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' 'electron4' 'libxkbfile' 'ripgrep')
+depends=('apm' 'electron5' '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'
-'d286e0766e47cfea73cd207abb9d6f7375846688823e72732c871a852b4b261d'
+'6218ecf9a767e80f70a4b07abaefcf63a3d615200ff27b2dbc7bb36eacd8e87f'
 '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
 'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
 '2894cce31935d45291c5fe4c625473bb83fc51e1b899f162aa6b419491c7ace1'
@@ -37,7 +37,7 @@
 'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 '8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'5a6854cd89e5be446c73df59b1cf4048fc835b3b4d87f819779ef68ed89fa2db')
+'a01a3237b3967b070e41a6bf3a4c664fbf6125559ffd3f84e43c81d77fa25b45')
 
 prepare() {
   cd ${pkgname}
@@ -56,7 +56,7 @@
 
   ATOM_RESOURCE_PATH="${PWD}" \
   npm_config_build_from_source=true \
-  npm_config_target=$(< /usr/lib/electron4/version) \
+  npm_config_target=$(< /usr/lib/electron5/version) \
   apm install
 
   # Use system ctags
@@ -78,22 +78,18 @@
   env \
 npm_config_disturl=https://electronjs.org/headers \
 npm_config_runtime=electron \
-npm_config_target=$(< /usr/lib/electron4/version) \
+npm_config_target=$(< /usr/lib/electron5/version) \
 node-gyp rebuild
   cd ../..
 
   cd script
-  # Hack to avoid using Node 12
-  env \
-npm_config_disturl=https://electronjs.org/headers \
-npm_config_runtime=electron \
-npm_config_target=$(< /usr/lib/electron4/version) \
-npm install
+  npm install
+  # Hack to avoid using Node > 12 (https://github.com/babel/babel/issues/11216)
   # Set ELECTRON_VERSION (see use-system-electron.patch)
   env \
 ELECTRON_RUN_AS_NODE=1 \
-ELECTRON_VERSION=$(< /usr/lib/electron4/version) \
-electron4 \
+ELECTRON_VERSION=$(< /usr/lib/electron5/version) \
+electron5 \
 build --no-bootstrap
 }
 

Modified: atom.js
===
--- atom.js 2020-05-23 04:20:37 UTC (rev 631833)
+++ atom.js 2020-05-23 04:53:03 UTC (rev 631834)
@@ -1,4 +1,4 @@
-#!/usr/bin/electron4
+#!/usr/bin/electron5
 
 const name = "atom";
 

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2020-05-23 04:20:37 UTC (rev 631833)
+++ use-system-electron.patch   2020-05-23 04:53:03 UTC (rev 631834)
@@ -4,7 +4,7 @@
  "url": "https://github.com/atom/atom/issues";
},
"license": "MIT",
--  "electronVersion": "4.2.7",
+-  "electronVersion": "5.0.13",
"dependencies": {
  "@atom/nsfw": "1.0.26",
  "@atom/source-map-support": "^0.3.4",
@@ -111,7 +111,7 @@
  }
 --- a/script/lib/generate-startup-snapshot.js
 +++ b/script/lib/generate-startup-snapshot.js
-@@ -281,17 +281,14 @@
+@@ -286,17 +286,14 @@
  CONFIG.executableName
);
  } else {
@@ -119,7 +119,7 @@
 -packagedAppPath,
 -CONFIG.executableName
 -  );
-+  nodeBundledInElectronPath = 'electron4';
++  nodeBundledInElectronPath = 'electron5';
  }
  childProcess.execFileSync(
nodeBundledInElectronPath,
@@ -131,7 +131,7 @@
  console.log('Generating startup blob with mksnapshot');
  childProcess.spawnSync(process.execPath, [
path.join(
-@@ -333,5 +330,6 @@
+@@ -338,5 +335,6 @@
  destinationPath
);
  }
@@ -144,9 +144,9 @@
  "coffeelint": "1.15.7",
  "colors": "1.1.2",
  "donna": "1.0.16",
--"electron-chromedriver": "^4.2.0",
- "electron-link": "0.4.0",
--"electron-mksnapshot": "^4.2.0",
+-"electron-chromedri

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

2020-05-05 Thread Nicola Squartini via arch-commits
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
===
--- PKGBUILD2020-05-06 01:23:09 UTC (rev 624993)
+++ PKGBUILD2020-05-06 02:12:38 UTC (rev 624994)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 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
);
  }


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

2020-03-10 Thread Nicola Squartini via arch-commits
Date: Wednesday, March 11, 2020 @ 02:21:15
  Author: tensor5
Revision: 594068

upgpkg: atom 1.45.0-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-11 01:45:16 UTC (rev 594067)
+++ PKGBUILD2020-03-11 02:21:15 UTC (rev 594068)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.44.0
-_commit=7828ae19c59370cc18c09fc737d92e9faa1a31a1
+pkgver=1.45.0
+_commit=4646c27bf1ddbfb6b57bad35ebc26c6e274695ce
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')


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

2020-02-10 Thread Nicola Squartini via arch-commits
Date: Tuesday, February 11, 2020 @ 02:51:53
  Author: tensor5
Revision: 566733

upgpkg: atom 1.44.0-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-11 02:51:42 UTC (rev 566732)
+++ PKGBUILD2020-02-11 02:51:53 UTC (rev 566733)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.43.0
-_commit=417cdc71bafff747ed16b363bbd576212fc03a78
+pkgver=1.44.0
+_commit=7828ae19c59370cc18c09fc737d92e9faa1a31a1
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')


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

2020-01-17 Thread Nicola Squartini via arch-commits
Date: Friday, January 17, 2020 @ 13:42:58
  Author: tensor5
Revision: 552838

upgpkg: atom 1.43.0-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-17 12:40:56 UTC (rev 552837)
+++ PKGBUILD2020-01-17 13:42:58 UTC (rev 552838)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.42.0
-_commit=db0fa4836faef921f73cbb0b4b7ffc7e32063118
+pkgver=1.43.0
+_commit=417cdc71bafff747ed16b363bbd576212fc03a78
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -37,7 +37,7 @@
 'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 '8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'d52a6d8a16db56d863061f66b1aeb5adefd8d8d6681e0e5ea53e3e397550fb70')
+'81af763f05c1afd87705b8c7a6647e35f524b2e952adb2e596de2a7e8fe4e69e')
 
 prepare() {
   cd ${pkgname}

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2020-01-17 12:40:56 UTC (rev 552837)
+++ use-system-electron.patch   2020-01-17 13:42:58 UTC (rev 552838)
@@ -6,7 +6,7 @@
"license": "MIT",
 -  "electronVersion": "4.2.7",
"dependencies": {
- "@atom/nsfw": "1.0.25",
+ "@atom/nsfw": "1.0.26",
  "@atom/source-map-support": "^0.3.4",
 --- a/script/build
 +++ b/script/build


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

2019-12-16 Thread Nicola Squartini via arch-commits
Date: Tuesday, December 17, 2019 @ 01:47:16
  Author: tensor5
Revision: 537899

upgpkg: atom 1.42.0-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |   31 +--
 1 file changed, 17 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-16 23:58:15 UTC (rev 537898)
+++ PKGBUILD2019-12-17 01:47:16 UTC (rev 537899)
@@ -1,19 +1,20 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.41.0
+pkgver=1.42.0
+_commit=db0fa4836faef921f73cbb0b4b7ffc7e32063118
 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' 'electron4' 'libxkbfile')
+depends=('apm' 'electron4' 'libxkbfile' 'ripgrep')
 makedepends=('git' 'npm')
 optdepends=('ctags: symbol indexing support'
 'git: Git and GitHub integration')
 replaces=('atom-editor')
 options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz";
+source=("git+https://github.com/atom/atom.git#commit=${_commit}";
 'atom.js'
 'dugite-use-system-git.patch'
 'fix-atom-sh.patch'
@@ -25,7 +26,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('4a440909462c461cbec9b82b5f97bd21719a34f0ab59f2d859df85a40246c949'
+sha256sums=('SKIP'
 'd286e0766e47cfea73cd207abb9d6f7375846688823e72732c871a852b4b261d'
 '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
 'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
@@ -39,19 +40,19 @@
 'd52a6d8a16db56d863061f66b1aeb5adefd8d8d6681e0e5ea53e3e397550fb70')
 
 prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}
 
-  patch -Np1 -i "${srcdir}"/fix-atom-sh.patch
-  patch -Np1 -i "${srcdir}"/use-system-electron.patch
-  patch -Np1 -i "${srcdir}"/use-system-apm.patch
-  patch -Np1 -i "${srcdir}"/fix-license-path.patch
-  patch -Np1 -i "${srcdir}"/fix-restart.patch
-  patch -Np1 -i "${srcdir}"/node-env-production.patch
-  patch -Np1 -i "${srcdir}"/no-unsafe-eval-warning.patch
+  patch -Np1 -i ../fix-atom-sh.patch
+  patch -Np1 -i ../use-system-electron.patch
+  patch -Np1 -i ../use-system-apm.patch
+  patch -Np1 -i ../fix-license-path.patch
+  patch -Np1 -i ../fix-restart.patch
+  patch -Np1 -i ../node-env-production.patch
+  patch -Np1 -i ../no-unsafe-eval-warning.patch
 }
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}
 
   ATOM_RESOURCE_PATH="${PWD}" \
   npm_config_build_from_source=true \
@@ -97,7 +98,7 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}
 
   install -d -m 755 "${pkgdir}"/usr/lib
   cp -r out/app "${pkgdir}"/usr/lib/atom
@@ -104,6 +105,8 @@
   install -m 644 out/startup.js "${pkgdir}"/usr/lib/atom
   install -m 755 "${srcdir}/atom.js" "${pkgdir}"/usr/lib/atom/atom
 
+  ln -sf /usr/bin/rg 
"${pkgdir}/usr/lib/atom/node_modules/vscode-ripgrep/bin/rg"
+
   install -d -m 755 "${pkgdir}/usr/share/applications"
   sed -e "s|<%= appName %>|Atom|" \
   -e "s/<%= description %>/${pkgdesc}/" \


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

2019-10-23 Thread Nicola Squartini via arch-commits
Date: Thursday, October 24, 2019 @ 02:42:59
  Author: tensor5
Revision: 518778

upgpkg: atom 1.41.0-1

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

---+
 PKGBUILD  |6 +++---
 use-system-electron.patch |8 
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-23 23:01:42 UTC (rev 518777)
+++ PKGBUILD2019-10-24 02:42:59 UTC (rev 518778)
@@ -1,7 +1,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.40.1
+pkgver=1.41.0
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -25,7 +25,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('7ec4b3fd35d3dcb4df90911726144ca5d05335ee9c0f093f2c29fa22fbe3527a'
+sha256sums=('4a440909462c461cbec9b82b5f97bd21719a34f0ab59f2d859df85a40246c949'
 'd286e0766e47cfea73cd207abb9d6f7375846688823e72732c871a852b4b261d'
 '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
 'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
@@ -36,7 +36,7 @@
 'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 '8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'79c01868ec489a43125047c86f3d5fae6d102f9d8338479590107116cf15b578')
+'d52a6d8a16db56d863061f66b1aeb5adefd8d8d6681e0e5ea53e3e397550fb70')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2019-10-23 23:01:42 UTC (rev 518777)
+++ use-system-electron.patch   2019-10-24 02:42:59 UTC (rev 518778)
@@ -4,7 +4,7 @@
  "url": "https://github.com/atom/atom/issues";
},
"license": "MIT",
--  "electronVersion": "3.1.10",
+-  "electronVersion": "4.2.7",
"dependencies": {
  "@atom/nsfw": "1.0.25",
  "@atom/source-map-support": "^0.3.4",
@@ -143,9 +143,9 @@
  "coffeelint": "1.15.7",
  "colors": "1.1.2",
  "donna": "1.0.16",
--"electron-chromedriver": "^3.0.0",
+-"electron-chromedriver": "^4.2.0",
  "electron-link": "0.4.0",
--"electron-mksnapshot": "^3.1.10",
+-"electron-mksnapshot": "^4.2.0",
  "electron-packager": "12.2.0",
  "@atom/electron-winstaller": "0.0.1",
  "eslint": "^5.16.0",
@@ -184,7 +184,7 @@
  const fs = require('fs-plus');
  const atomJsPath = path.join(cache.resourcePath, 'exports', 'atom.js');
 --- a/src/package-manager.js
-+++ b/src/package-manager.js 
 b/src/package-manager.js
 @@ -939,7 +939,7 @@
isBundledPackagePath(packagePath) {
  if (


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

2019-06-22 Thread Nicola Squartini via arch-commits
Date: Saturday, June 22, 2019 @ 10:22:07
  Author: tensor5
Revision: 482753

upgpkg: atom 1.38.2-2

Make atom depend on electron4.

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-22 10:02:13 UTC (rev 482752)
+++ PKGBUILD2019-06-22 10:22:07 UTC (rev 482753)
@@ -2,12 +2,12 @@
 
 pkgname=atom
 pkgver=1.38.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
 license=('MIT' 'custom')
-depends=('apm' 'electron' 'libxkbfile')
+depends=('apm' 'electron4' 'libxkbfile')
 makedepends=('git' 'npm')
 optdepends=('ctags: symbol indexing support'
 'git: Git and GitHub integration')
@@ -26,7 +26,7 @@
 'use-system-apm.patch'
 'use-system-electron.patch')
 sha256sums=('b78c83975d9626752e05b14a27e5ad1bba623e887082e1c6f056902fd3fa7207'
-'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
+'d286e0766e47cfea73cd207abb9d6f7375846688823e72732c871a852b4b261d'
 '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
 '75a672adc0237ea8c93ff67d8296eb73b87792b7b58cdaef7bf596fb6edd073f'
 'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
@@ -36,7 +36,7 @@
 '85612ba035047b8599692ce458b903ef2204995e102b3ff47dc05923d6c2e7d8'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 '53f43c9328a66e24b3467a0a06d9dfde83475f7e54251bf7a523beafaa043806'
-'4ff7d60aacad1618015532ba2fec60d519213a8c6acaa370e0ccbc02718362b3')
+'e8f4c7514f4d20a05cf27e21aa8ace9294fa8ad45f8ced15361106f4aad708b9')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -58,7 +58,7 @@
 
   ATOM_RESOURCE_PATH="${PWD}" \
   npm_config_build_from_source=true \
-  npm_config_target=$(< /usr/lib/electron/version) \
+  npm_config_target=$(< /usr/lib/electron4/version) \
   apm install
 
   # Use system ctags
@@ -76,7 +76,7 @@
   cd script
   npm install
   # Set ELECTRON_VERSION (see use-system-electron.patch)
-  env ELECTRON_VERSION=$(< /usr/lib/electron/version) ./build --no-bootstrap
+  env ELECTRON_VERSION=$(< /usr/lib/electron4/version) ./build --no-bootstrap
 }
 
 package() {

Modified: atom.js
===
--- atom.js 2019-06-22 10:02:13 UTC (rev 482752)
+++ atom.js 2019-06-22 10:22:07 UTC (rev 482753)
@@ -1,4 +1,4 @@
-#!/usr/bin/electron
+#!/usr/bin/electron4
 
 const name = "atom";
 

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2019-06-22 10:02:13 UTC (rev 482752)
+++ use-system-electron.patch   2019-06-22 10:22:07 UTC (rev 482753)
@@ -107,7 +107,7 @@
nodeBundledInElectronPath = path.join(packagedAppPath, 'atom.exe')
  } else {
 -  nodeBundledInElectronPath = path.join(packagedAppPath, 'atom')
-+  nodeBundledInElectronPath = 'electron'
++  nodeBundledInElectronPath = 'electron4'
  }
  childProcess.execFileSync(
nodeBundledInElectronPath,


[arch-commits] Commit in atom/trunk (PKGBUILD fix-license-path.patch)

2019-06-17 Thread Nicola Squartini via arch-commits
Date: Tuesday, June 18, 2019 @ 03:44:29
  Author: tensor5
Revision: 482064

upgpkg: atom 1.38.2-1

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/fix-license-path.patch

+
 PKGBUILD   |6 +++---
 fix-license-path.patch |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-18 03:00:13 UTC (rev 482063)
+++ PKGBUILD2019-06-18 03:44:29 UTC (rev 482064)
@@ -1,7 +1,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.38.1
+pkgver=1.38.2
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -25,12 +25,12 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('474932b9915308ed4b024e2d1cf061ffb0c0740702915771d192a9b3544eb397'
+sha256sums=('b78c83975d9626752e05b14a27e5ad1bba623e887082e1c6f056902fd3fa7207'
 'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
 '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
 '75a672adc0237ea8c93ff67d8296eb73b87792b7b58cdaef7bf596fb6edd073f'
 'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'f41cfc85b23fae85d5aef7bf2201b8c8d7d26b01ae825b0deaf6dbaf3e16b0f9'
+'0ffc18cdb458f6eee97a41c34c0d91103ce1579ec3d6a4067be5556977c189f5'
 '5a52859d5ceaa6f9d26fa657d6d728dee6e24684914cfc1d5736ccd9793fb86a'
 'bb474831629575636b1129e9f5e64c72a62926757b4b85f0c51b47b91fffd6ae'
 '85612ba035047b8599692ce458b903ef2204995e102b3ff47dc05923d6c2e7d8'

Modified: fix-license-path.patch
===
--- fix-license-path.patch  2019-06-18 03:00:13 UTC (rev 482063)
+++ fix-license-path.patch  2019-06-18 03:44:29 UTC (rev 482064)
@@ -11,7 +11,7 @@
for (let window of this.getAllWindows()) {
 --- a/src/workspace.js
 +++ b/src/workspace.js
-@@ -1138,7 +1138,7 @@
+@@ -1136,7 +1136,7 @@
  
// Open Atom's license in the active pane.
openLicense () {


[arch-commits] Commit in atom/trunk (PKGBUILD fix-fuzzy-native-path.patch)

2019-05-26 Thread Nicola Squartini via arch-commits
Date: Monday, May 27, 2019 @ 03:43:57
  Author: tensor5
Revision: 470873

upgpkg: atom 1.37.0-3

Fix fuzzy-native path (fix FS#62639).

Added:
  atom/trunk/fix-fuzzy-native-path.patch
Modified:
  atom/trunk/PKGBUILD

-+
 PKGBUILD|5 -
 fix-fuzzy-native-path.patch |   20 
 2 files changed, 24 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-27 03:43:24 UTC (rev 470872)
+++ PKGBUILD2019-05-27 03:43:57 UTC (rev 470873)
@@ -2,7 +2,7 @@
 
 pkgname=atom
 pkgver=1.37.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -19,6 +19,7 @@
 'dugite-use-system-git.patch'
 'electron-3.patch'
 'fix-atom-sh.patch'
+'fix-fuzzy-native-path.patch'
 'fix-license-path.patch'
 'fix-restart.patch'
 'node-env-production.patch'
@@ -32,6 +33,7 @@
 '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
 '75a672adc0237ea8c93ff67d8296eb73b87792b7b58cdaef7bf596fb6edd073f'
 '3ce4f665a1e3484bb408a665500a8f99d8afb5e3cd9d70374c5f9f4a37176e42'
+'c8257e5330047348f81412067af8ff745ba9477a1189a095f7c633632c2875d6'
 'a83101948752153d0f357798b9651a5262232ec3dce5f4eb5cc136a5e0b6f929'
 '2219fed30a0aca7dbed3b5f4781be23aecf965c42e5fcec0b34c9611bad11ae0'
 '9073d3947f11e21788f0931021e4f41d01e3651cc99f2b3320626f478e26c491'
@@ -45,6 +47,7 @@
 
   patch -Np1 -i "${srcdir}"/buffer.patch
   patch -Np1 -i "${srcdir}"/fix-atom-sh.patch
+  patch -Np1 -i "${srcdir}"/fix-fuzzy-native-path.patch
   patch -Np1 -i "${srcdir}"/use-system-electron.patch
   patch -Np1 -i "${srcdir}"/use-system-apm.patch
   patch -Np1 -i "${srcdir}"/fix-license-path.patch

Added: fix-fuzzy-native-path.patch
===
--- fix-fuzzy-native-path.patch (rev 0)
+++ fix-fuzzy-native-path.patch 2019-05-27 03:43:57 UTC (rev 470873)
@@ -0,0 +1,20 @@
+--- a/package.json
 b/package.json
+@@ -63,7 +63,7 @@
+ "fs-plus": "^3.0.1",
+ "fstream": "0.1.24",
+ "fuzzaldrin": "^2.1",
+-"fuzzy-finder": 
"https://www.atom.io/api/packages/fuzzy-finder/versions/1.13.1/tarball";,
++"fuzzy-finder": 
"https://www.atom.io/api/packages/fuzzy-finder/versions/1.13.4/tarball";,
+ "git-diff": "file:packages/git-diff",
+ "git-utils": "5.5.0",
+ "github": 
"https://www.atom.io/api/packages/github/versions/0.28.1/tarball";,
+@@ -202,7 +202,7 @@
+ "encoding-selector": "0.23.9",
+ "exception-reporting": "file:./packages/exception-reporting",
+ "find-and-replace": "0.218.9",
+-"fuzzy-finder": "1.13.1",
++"fuzzy-finder": "1.13.4",
+ "github": "0.28.1",
+ "git-diff": "file:./packages/git-diff",
+ "go-to-line": "file:./packages/go-to-line",


[arch-commits] Commit in atom/trunk (PKGBUILD node-env-production.patch)

2019-04-17 Thread Nicola Squartini via arch-commits
Date: Thursday, April 18, 2019 @ 02:07:03
  Author: tensor5
Revision: 451965

upgpkg: atom 1.36.0-2

Set NODE_ENV = 'production' in render process.

Added:
  atom/trunk/node-env-production.patch
Modified:
  atom/trunk/PKGBUILD

---+
 PKGBUILD  |5 -
 node-env-production.patch |   13 +
 2 files changed, 17 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-18 01:56:20 UTC (rev 451964)
+++ PKGBUILD2019-04-18 02:07:03 UTC (rev 451965)
@@ -2,7 +2,7 @@
 
 pkgname=atom
 pkgver=1.36.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -21,6 +21,7 @@
 'fix-atom-sh.patch'
 'fix-license-path.patch'
 'fix-restart.patch'
+'node-env-production.patch'
 'no-unsafe-eval.patch'
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
@@ -33,6 +34,7 @@
 '3ce4f665a1e3484bb408a665500a8f99d8afb5e3cd9d70374c5f9f4a37176e42'
 '82a0a17d93f00c92bba21094690e075f2b146b424b52209872dd993ce38ca97e'
 'ad63f6428eb8c6afd477ae8f99f85ad25d822d4154c9275272c9ca19c8540953'
+'9073d3947f11e21788f0931021e4f41d01e3651cc99f2b3320626f478e26c491'
 '4033929dde0b81bb6f174cc4c79050474afaf85b54b928bfe13e05059448ebb1'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 '53f43c9328a66e24b3467a0a06d9dfde83475f7e54251bf7a523beafaa043806'
@@ -47,6 +49,7 @@
   patch -Np1 -i "${srcdir}"/use-system-apm.patch
   patch -Np1 -i "${srcdir}"/fix-license-path.patch
   patch -Np1 -i "${srcdir}"/fix-restart.patch
+  patch -Np1 -i "${srcdir}"/node-env-production.patch
   patch -Np1 -i "${srcdir}"/no-unsafe-eval.patch
 
   # Fix for Electron 3

Added: node-env-production.patch
===
--- node-env-production.patch   (rev 0)
+++ node-env-production.patch   2019-04-18 02:07:03 UTC (rev 451965)
@@ -0,0 +1,13 @@
+--- a/static/index.js
 b/static/index.js
+@@ -53,6 +55,10 @@
+ snapshotResult.setGlobals(global, process, window, document, console, 
require)
+   }
+ 
++  if (!devMode) {
++process.env.NODE_ENV = 'production'
++  }
++
+   const FileSystemBlobStore = useSnapshot ? 
snapshotResult.customRequire('../src/file-system-blob-store.js') : 
require('../src/file-system-blob-store')
+   blobStore = FileSystemBlobStore.load(path.join(process.env.ATOM_HOME, 
'blob-store'))
+ 


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

2019-03-19 Thread Nicola Squartini via arch-commits
Date: Tuesday, March 19, 2019 @ 08:41:02
  Author: tensor5
Revision: 442629

upgpkg: atom 1.35.1-2

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-19 08:35:24 UTC (rev 442628)
+++ PKGBUILD2019-03-19 08:41:02 UTC (rev 442629)
@@ -2,7 +2,7 @@
 
 pkgname=atom
 pkgver=1.35.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -58,7 +58,7 @@
   rm package-lock.json
 
   ATOM_RESOURCE_PATH="${PWD}" \
-  npm_config_target=$(tail -c +2 /usr/lib/electron/version) \
+  npm_config_target=$(< /usr/lib/electron/version) \
   apm install
 
   # Use system ctags


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

2019-01-12 Thread Nicola Squartini via arch-commits
Date: Saturday, January 12, 2019 @ 14:41:02
  Author: tensor5
Revision: 422720

upgpkg: atom 1.34.0-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-12 14:40:32 UTC (rev 422719)
+++ PKGBUILD2019-01-12 14:41:02 UTC (rev 422720)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.33.1
-pkgrel=3
+pkgver=1.34.0
+pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -24,7 +24,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('2b89ae78b637b7c39b419e011168a1ddf256bf442f56e0dff2b2e10c94a9af1d'
+sha256sums=('c4c6199e6cce48ebf02757db65011ac5a3e685f46b35d3a9695f600b40f0da8a'
 'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
 '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
 '328da3b30f4e20e56b38e588d9fe871c01bbbe69865a79e9586919564bdfa869'


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

2018-12-30 Thread Nicola Squartini via arch-commits
Date: Sunday, December 30, 2018 @ 18:27:40
  Author: tensor5
Revision: 419585

upgpkg: atom 1.33.1-3

Remove C sources (see FS#61146).

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-30 18:17:42 UTC (rev 419584)
+++ PKGBUILD2018-12-30 18:27:40 UTC (rev 419585)
@@ -2,7 +2,7 @@
 
 pkgname=atom
 pkgver=1.33.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -113,6 +113,8 @@
   find "${pkgdir}"/usr/lib/atom/node_modules \
   -name "*.a" -exec rm '{}' \; \
   -or -name "*.bat" -exec rm '{}' \; \
+  -or -name "*.c" -exec rm '{}' \; \
+  -or -name "*.cpp" -exec rm '{}' \; \
   -or -name "*.node" -exec chmod a-x '{}' \; \
   -or -name "benchmark" -prune -exec rm -r '{}' \; \
   -or -name "doc" -prune -exec rm -r '{}' \; \


[arch-commits] Commit in atom/trunk (PKGBUILD fix-middle-click.patch)

2018-12-30 Thread Nicola Squartini via arch-commits
Date: Sunday, December 30, 2018 @ 13:49:41
  Author: tensor5
Revision: 419232

upgpkg: atom 1.33.1-2

Added:
  atom/trunk/fix-middle-click.patch
Modified:
  atom/trunk/PKGBUILD

+
 PKGBUILD   |9 -
 fix-middle-click.patch |   21 +
 2 files changed, 29 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-30 13:49:15 UTC (rev 419231)
+++ PKGBUILD2018-12-30 13:49:41 UTC (rev 419232)
@@ -2,7 +2,7 @@
 
 pkgname=atom
 pkgver=1.33.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -19,6 +19,7 @@
 'electron-3.patch'
 'fix-atom-sh.patch'
 'fix-license-path.patch'
+'fix-middle-click.patch'
 'fix-restart.patch'
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
@@ -29,6 +30,7 @@
 '328da3b30f4e20e56b38e588d9fe871c01bbbe69865a79e9586919564bdfa869'
 'ab9eed3d4c8bfefea256953428379ab1e636b9c7d4c4af30ddc3f485330183c2'
 'c8a931f36af3722c57c4d1b70c1e58aa1a18372e8e26c28a4e01253e05295205'
+'142d540259296396f6d528ecf2f7c6a363f89f8a0d2ad66497f8392da06202bc'
 'cbac8d28e32a32760cd6b16d313e05e32af57bfdea1c248636e1b1ae74e4e92c'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 '53f43c9328a66e24b3467a0a06d9dfde83475f7e54251bf7a523beafaa043806'
@@ -69,6 +71,11 @@
   rm -r git
   cd ../..
 
+  # https://bugs.archlinux.org/task/61047
+  cd node_modules/tabs
+  patch -Np1 -i "${srcdir}"/fix-middle-click.patch
+  cd ../..
+
   cd script
   npm install
   ./build

Added: fix-middle-click.patch
===
--- fix-middle-click.patch  (rev 0)
+++ fix-middle-click.patch  2018-12-30 13:49:41 UTC (rev 419232)
@@ -0,0 +1,21 @@
+From 82e767bfafcc882f3c3811bb9eb008b8f7c2c731 Mon Sep 17 00:00:00 2001
+From: Mario Pilz 
+Date: Fri, 21 Dec 2018 03:48:36 +0100
+Subject: [PATCH] Fix tab close on middle click for Electron 3
+
+---
+ lib/tab-bar-view.coffee | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/lib/tab-bar-view.coffee b/lib/tab-bar-view.coffee
+index 93e958e..2b91ad6 100644
+--- a/lib/tab-bar-view.coffee
 b/lib/tab-bar-view.coffee
+@@ -87,6 +87,7 @@ class TabBarView
+ 
+ @element.addEventListener "mousedown", @onMouseDown.bind(this)
+ @element.addEventListener "click", @onClick.bind(this)
++@element.addEventListener "auxclick", @onClick.bind(this)
+ @element.addEventListener "dblclick", @onDoubleClick.bind(this)
+ 
+ @onDropOnOtherWindow = @onDropOnOtherWindow.bind(this)


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

2018-12-20 Thread Nicola Squartini via arch-commits
Date: Thursday, December 20, 2018 @ 18:37:27
  Author: tensor5
Revision: 417017

upgpkg: atom 1.33.1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 17:49:56 UTC (rev 417016)
+++ PKGBUILD2018-12-20 18:37:27 UTC (rev 417017)
@@ -1,7 +1,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.33.0
+pkgver=1.33.1
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -23,7 +23,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('109c17d42eed7722eef2ca31e4399bd9113b44a408c3629b8cd7f6805cd8c47e'
+sha256sums=('2b89ae78b637b7c39b419e011168a1ddf256bf442f56e0dff2b2e10c94a9af1d'
 'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
 '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
 '328da3b30f4e20e56b38e588d9fe871c01bbbe69865a79e9586919564bdfa869'
@@ -32,7 +32,7 @@
 'cbac8d28e32a32760cd6b16d313e05e32af57bfdea1c248636e1b1ae74e4e92c'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 '53f43c9328a66e24b3467a0a06d9dfde83475f7e54251bf7a523beafaa043806'
-'3c78f424fb2236374be4ae94be0378a694a4be2ed9f54a7800281ff3ad8e5180')
+'a489e590e362a24a3212c20159c5a07d19f74498bfefebbca42d8a23203e6695')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2018-12-20 17:49:56 UTC (rev 417016)
+++ use-system-electron.patch   2018-12-20 18:37:27 UTC (rev 417017)
@@ -4,7 +4,7 @@
  "url": "https://github.com/atom/atom/issues";
},
"license": "MIT",
--  "electronVersion": "2.0.11",
+-  "electronVersion": "2.0.16",
"dependencies": {
  "@atom/nsfw": "1.0.18",
  "@atom/source-map-support": "^0.3.4",


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

2018-12-12 Thread Nicola Squartini via arch-commits
Date: Wednesday, December 12, 2018 @ 21:22:23
  Author: tensor5
Revision: 415861

upgpkg: atom 1.33.0-1

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

---+
 PKGBUILD  |8 
 use-system-electron.patch |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 21:22:05 UTC (rev 415860)
+++ PKGBUILD2018-12-12 21:22:23 UTC (rev 415861)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.32.2
-pkgrel=2
+pkgver=1.33.0
+pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -23,7 +23,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('0a31fb6d6359d162667c2473c652f7fc376bca7522d901e11fa9fb3b89a8aa54'
+sha256sums=('109c17d42eed7722eef2ca31e4399bd9113b44a408c3629b8cd7f6805cd8c47e'
 'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
 '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
 '328da3b30f4e20e56b38e588d9fe871c01bbbe69865a79e9586919564bdfa869'
@@ -32,7 +32,7 @@
 'cbac8d28e32a32760cd6b16d313e05e32af57bfdea1c248636e1b1ae74e4e92c'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 '53f43c9328a66e24b3467a0a06d9dfde83475f7e54251bf7a523beafaa043806'
-'25ffc77d9d0f89a598041f5c823f5e65a662681f570f3894cb74aca7306e1026')
+'3c78f424fb2236374be4ae94be0378a694a4be2ed9f54a7800281ff3ad8e5180')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2018-12-12 21:22:05 UTC (rev 415860)
+++ use-system-electron.patch   2018-12-12 21:22:23 UTC (rev 415861)
@@ -4,7 +4,7 @@
  "url": "https://github.com/atom/atom/issues";
},
"license": "MIT",
--  "electronVersion": "2.0.9",
+-  "electronVersion": "2.0.11",
"dependencies": {
  "@atom/nsfw": "1.0.18",
  "@atom/source-map-support": "^0.3.4",


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

2018-11-16 Thread Nicola Squartini via arch-commits
Date: Friday, November 16, 2018 @ 22:46:42
  Author: tensor5
Revision: 408488

upgpkg: atom 1.32.2-2

Added:
  atom/trunk/electron-3.patch
Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 electron-3.patch |   11 +++
 2 files changed, 20 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-16 22:18:53 UTC (rev 408487)
+++ PKGBUILD2018-11-16 22:46:42 UTC (rev 408488)
@@ -2,7 +2,7 @@
 
 pkgname=atom
 pkgver=1.32.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -16,6 +16,7 @@
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz";
 'atom.js'
 'dugite-use-system-git.patch'
+'electron-3.patch'
 'fix-atom-sh.patch'
 'fix-license-path.patch'
 'fix-restart.patch'
@@ -25,6 +26,7 @@
 sha256sums=('0a31fb6d6359d162667c2473c652f7fc376bca7522d901e11fa9fb3b89a8aa54'
 'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
 '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
+'328da3b30f4e20e56b38e588d9fe871c01bbbe69865a79e9586919564bdfa869'
 'ab9eed3d4c8bfefea256953428379ab1e636b9c7d4c4af30ddc3f485330183c2'
 'c8a931f36af3722c57c4d1b70c1e58aa1a18372e8e26c28a4e01253e05295205'
 'cbac8d28e32a32760cd6b16d313e05e32af57bfdea1c248636e1b1ae74e4e92c'
@@ -40,11 +42,17 @@
   patch -Np1 -i "${srcdir}"/use-system-apm.patch
   patch -Np1 -i "${srcdir}"/fix-license-path.patch
   patch -Np1 -i "${srcdir}"/fix-restart.patch
+
+  # Fix for Electron 3
+  patch -Np1 -i "${srcdir}"/electron-3.patch
 }
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
+  # Fix for Electron 3
+  npm install --package-lock-only @atom/nsfw@1.0.20 node-abi
+
   ATOM_RESOURCE_PATH="${PWD}" \
   npm_config_target=$(tail -c +2 /usr/lib/electron/version) \
   apm install

Added: electron-3.patch
===
--- electron-3.patch(rev 0)
+++ electron-3.patch2018-11-16 22:46:42 UTC (rev 408488)
@@ -0,0 +1,11 @@
+--- a/src/text-editor-component.js
 b/src/text-editor-component.js
+@@ -4433,7 +4433,7 @@
+ 
+ if (element) {
+   element.className = className || ''
+-  element.styleMap.forEach((value, key) => {
++  element.attributeStyleMap.forEach((value, key) => {
+ if (!style || style[key] == null) element.style[key] = ''
+   })
+   if (style) Object.assign(element.style, style)


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

2018-11-11 Thread Nicola Squartini via arch-commits
Date: Sunday, November 11, 2018 @ 11:13:22
  Author: tensor5
Revision: 406350

upgpkg: atom 1.32.2-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-11 11:03:25 UTC (rev 406349)
+++ PKGBUILD2018-11-11 11:13:22 UTC (rev 406350)
@@ -1,7 +1,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.32.1
+pkgver=1.32.2
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -22,7 +22,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('81f474df80d94d89c5c87f8e7dd489e12a34c1a28ad2026ab9bed6eaf960b4d7'
+sha256sums=('0a31fb6d6359d162667c2473c652f7fc376bca7522d901e11fa9fb3b89a8aa54'
 'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
 '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
 'ab9eed3d4c8bfefea256953428379ab1e636b9c7d4c4af30ddc3f485330183c2'


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

2018-11-03 Thread Nicola Squartini via arch-commits
Date: Saturday, November 3, 2018 @ 11:52:28
  Author: tensor5
Revision: 401343

upgpkg: atom 1.32.1-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-03 11:39:46 UTC (rev 401342)
+++ PKGBUILD2018-11-03 11:52:28 UTC (rev 401343)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.32.0
-pkgrel=2
+pkgver=1.32.1
+pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -22,7 +22,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('abb1a091fa493f186749d50c9444e762ed46f57c39055d022a50e166c7ffa8c6'
+sha256sums=('81f474df80d94d89c5c87f8e7dd489e12a34c1a28ad2026ab9bed6eaf960b4d7'
 'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
 '530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
 'ab9eed3d4c8bfefea256953428379ab1e636b9c7d4c4af30ddc3f485330183c2'


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

2018-10-24 Thread Nicola Squartini via arch-commits
Date: Wednesday, October 24, 2018 @ 13:37:09
  Author: tensor5
Revision: 398824

upgpkg: atom 1.32.0-2

Fix Exec path in atom.desktop.

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-24 13:30:28 UTC (rev 398823)
+++ PKGBUILD2018-10-24 13:37:09 UTC (rev 398824)
@@ -2,7 +2,7 @@
 
 pkgname=atom
 pkgver=1.32.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -77,7 +77,8 @@
   install -d -m 755 "${pkgdir}/usr/share/applications"
   sed -e "s|<%= appName %>|Atom|" \
   -e "s/<%= description %>/${pkgdesc}/" \
-  -e "s|<%= installDir %>/share/<%= appFileName 
%>/atom|/usr/lib/atom/atom|" \
+  -e "s|<%= installDir %>|/usr|" \
+  -e "s|<%= appFileName %>|atom|" \
   -e "s|<%= iconPath %>|atom|" \
   resources/linux/atom.desktop.in > 
"${pkgdir}/usr/share/applications/atom.desktop"
 


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

2018-07-26 Thread Nicola Squartini via arch-commits
Date: Thursday, July 26, 2018 @ 07:07:44
  Author: tensor5
Revision: 363470

upgpkg: atom 1.28.2-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 07:07:36 UTC (rev 363469)
+++ PKGBUILD2018-07-26 07:07:44 UTC (rev 363470)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.28.0
+pkgver=1.28.2
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -23,7 +23,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('8d31c74870b7c0813f14eeae55aa85e13bffdfb33a087ad08f1f5eec319331f4'
+sha256sums=('913dbb9fe64d8e6579e367b98adfc98f96cc89ff0de5fddc1107b2be5808c77e'
 'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
 '866f19de9184287da459b0f9e8b79d0eeb72ba4e6c2a803ba29f74a33976deda'
 'd8d77adebd7bd4eaf024988c68c30dc6b968044f7a6381227d13b6d77fa2b442'
@@ -31,7 +31,7 @@
 'b9533bd31e9329d63abc5ec87b237761c73d0586485288925ba723fb34b3b933'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 '4b91a1acd112838bd001f4e3c555de2a5fc7446c9eab6bc5dae0ca640306e81b'
-'9be3fa4ba23dadefafd8b87f12c30957582e5428f74c623180369de9fb4924bd')
+'d7ba0bb018c40d5a7e7237e532b92c224d8fa1d05dbc0fdd85d1f26248553ec3')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2018-07-26 07:07:36 UTC (rev 363469)
+++ use-system-electron.patch   2018-07-26 07:07:44 UTC (rev 363470)
@@ -4,7 +4,7 @@
  "url": "https://github.com/atom/atom/issues";
},
"license": "MIT",
--  "electronVersion": "2.0.3",
+-  "electronVersion": "2.0.5",
"dependencies": {
  "@atom/nsfw": "^1.0.18",
  "@atom/watcher": "1.0.3",


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

2018-06-14 Thread Nicola Squartini via arch-commits
Date: Thursday, June 14, 2018 @ 20:47:29
  Author: tensor5
Revision: 343199

upgpkg: atom 1.27.2-2

Fix git exec path in dugite (see FS#58591).

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/dugite-use-system-git.patch

-+
 PKGBUILD|9 ++---
 dugite-use-system-git.patch |9 +
 2 files changed, 15 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-14 20:44:30 UTC (rev 343198)
+++ PKGBUILD2018-06-14 20:47:29 UTC (rev 343199)
@@ -3,7 +3,7 @@
 
 pkgname=atom
 pkgver=1.27.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -26,7 +26,7 @@
 'use-system-electron.patch')
 sha256sums=('e99c96326682cd674d3d225c01b706ddd7e5a6b3f4e7cbfcbef1a74d3b977223'
 'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
-'3fadee5a2d8c1ff35e085f9b9f3cf2eb71627bda9e8b10c2a0bd85b268591bf6'
+'866f19de9184287da459b0f9e8b79d0eeb72ba4e6c2a803ba29f74a33976deda'
 'd8d77adebd7bd4eaf024988c68c30dc6b968044f7a6381227d13b6d77fa2b442'
 '7f0142c91e24236a3a6dcc70af9d4217f65c5a764091876a916e3bbafa4ed0fa'
 'eb771d7c009be8d48c1387ed63f3e575dc12f3bd69455b4be4b78ab57cb49b86'
@@ -45,6 +45,9 @@
   patch -Np1 -i "${srcdir}"/fix-node8.patch
   patch -Np1 -i "${srcdir}"/fix-restart.patch
 
+  # Upstream ea1ff8d45448679390058be185ee0d36f823872e
+  sed -e 's/"archive-view": "0.64.3"/"archive-view": "0.64.6"/' -i package.json
+
   # Workaround for Node 10
   sed -e 's|"electron-link": "0.2.0"|"electron-link": "../../electron-link"|' \
   -i script/package.json
@@ -74,7 +77,7 @@
   rm -r vendor
   cd ../..
 
-  # Use system git (TODO: set LOCAL_GIT_DIRECTORY=/usr)
+  # Use system git
   cd node_modules/dugite
   patch -Np1 -i "${srcdir}"/dugite-use-system-git.patch
   rm -r git

Modified: dugite-use-system-git.patch
===
--- dugite-use-system-git.patch 2018-06-14 20:44:30 UTC (rev 343198)
+++ dugite-use-system-git.patch 2018-06-14 20:47:29 UTC (rev 343199)
@@ -9,6 +9,15 @@
  }
  }
  /**
+@@ -50,7 +50,7 @@
+ if (process.platform === 'darwin' ||
+ process.platform === 'linux' ||
+ process.platform === 'android') {
+-return path.join(gitDir, 'libexec', 'git-core');
++return path.join(gitDir, 'lib', 'git-core');
+ }
+ else if (process.platform === 'win32') {
+ return path.join(gitDir, 'mingw64', 'libexec', 'git-core');
 @@ -100,9 +100,9 @@
  if (!env.GIT_SSL_CAINFO && !env.LOCAL_GIT_DIRECTORY) {
  // use the SSL certificate bundle included in the distribution 
only


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

2018-06-01 Thread Nicola Squartini via arch-commits
Date: Friday, June 1, 2018 @ 21:19:06
  Author: tensor5
Revision: 337024

upgpkg: atom 1.27.2-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 18:37:59 UTC (rev 337023)
+++ PKGBUILD2018-06-01 21:19:06 UTC (rev 337024)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.27.1
+pkgver=1.27.2
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -24,7 +24,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('147c237d944d0261ac2caf525badd8c76cf92da99bb6901c89e491fb5f0c16bf'
+sha256sums=('e99c96326682cd674d3d225c01b706ddd7e5a6b3f4e7cbfcbef1a74d3b977223'
 'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
 '3fadee5a2d8c1ff35e085f9b9f3cf2eb71627bda9e8b10c2a0bd85b268591bf6'
 'd8d77adebd7bd4eaf024988c68c30dc6b968044f7a6381227d13b6d77fa2b442'


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

2018-05-25 Thread Nicola Squartini via arch-commits
Date: Friday, May 25, 2018 @ 20:02:20
  Author: tensor5
Revision: 329605

upgpkg: atom 1.27.1-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-25 19:31:13 UTC (rev 329604)
+++ PKGBUILD2018-05-25 20:02:20 UTC (rev 329605)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.27.0
+pkgver=1.27.1
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -24,7 +24,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('5ce50d67dab8c1cd41579a89890f999dfc0398edd2c341b695e24b50ddc5f742'
+sha256sums=('147c237d944d0261ac2caf525badd8c76cf92da99bb6901c89e491fb5f0c16bf'
 'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
 '3fadee5a2d8c1ff35e085f9b9f3cf2eb71627bda9e8b10c2a0bd85b268591bf6'
 'd8d77adebd7bd4eaf024988c68c30dc6b968044f7a6381227d13b6d77fa2b442'
@@ -33,7 +33,7 @@
 'f81a8dd53403fe76d80716b65d69bec141fae0b1a9a6ef56314f9e815e48f132'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 '4b91a1acd112838bd001f4e3c555de2a5fc7446c9eab6bc5dae0ca640306e81b'
-'7719b9c21fa5dad2b4e02ca05592561de8e2046283f421f2dbc9baaa7016d843')
+'1d0ff39e5bc5c0bfbb08a533bff9fb834a8dbc70d280bf93b5e2649fff181221')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2018-05-25 19:31:13 UTC (rev 329604)
+++ use-system-electron.patch   2018-05-25 20:02:20 UTC (rev 329605)
@@ -4,7 +4,7 @@
  "url": "https://github.com/atom/atom/issues";
},
"license": "MIT",
--  "electronVersion": "1.7.11",
+-  "electronVersion": "1.7.15",
"dependencies": {
  "@atom/nsfw": "^1.0.18",
  "@atom/watcher": "1.0.3",


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

2018-04-05 Thread Nicola Squartini via arch-commits
Date: Thursday, April 5, 2018 @ 18:48:16
  Author: tensor5
Revision: 314460

upgpkg: atom 1.25.1-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 18:42:29 UTC (rev 314459)
+++ PKGBUILD2018-04-05 18:48:16 UTC (rev 314460)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.25.0
-pkgrel=2
+pkgver=1.25.1
+pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -24,7 +24,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('3608c1472879420d3e69f76402f74d9bef9270687bb679b4cde008d328768c5c'
+sha256sums=('607bfcfe283419d9a987649d02a3004a40272f17f2949049fccf419f8b72cfbb'
 'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
 'bbc07c111fe808b49b62198e17e8da5d3192faf281d5d84ac7cd493ed92bb2ba'
 'd8d77adebd7bd4eaf024988c68c30dc6b968044f7a6381227d13b6d77fa2b442'


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

2018-03-31 Thread Nicola Squartini via arch-commits
Date: Saturday, March 31, 2018 @ 15:59:11
  Author: tensor5
Revision: 313611

upgpkg: atom 1.25.0-2

Rebuild to update broken superstring module (see FS#57991).

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 15:47:26 UTC (rev 313610)
+++ PKGBUILD2018-03-31 15:59:11 UTC (rev 313611)
@@ -3,7 +3,7 @@
 
 pkgname=atom
 pkgver=1.25.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'


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

2018-01-26 Thread Nicola Squartini via arch-commits
Date: Friday, January 26, 2018 @ 11:02:29
  Author: tensor5
Revision: 287127

upgpkg: atom 1.23.3-2

electron rebuild.

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-26 10:59:52 UTC (rev 287126)
+++ PKGBUILD2018-01-26 11:02:29 UTC (rev 287127)
@@ -3,7 +3,7 @@
 
 pkgname=atom
 pkgver=1.23.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'


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

2018-01-12 Thread Nicola Squartini via arch-commits
Date: Friday, January 12, 2018 @ 20:27:36
  Author: tensor5
Revision: 281693

upgpkg: atom 1.23.3-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-12 19:29:36 UTC (rev 281692)
+++ PKGBUILD2018-01-12 20:27:36 UTC (rev 281693)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.23.2
+pkgver=1.23.3
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -22,7 +22,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('d814b179cdd816faf832ef4da2e4b5deaa03c3ad9b22291972f72837bde525a3'
+sha256sums=('f739002e52b6057667880223c1ddfcb648b8cc4c922442903e89df7f7bd0a09f'
 'bbc07c111fe808b49b62198e17e8da5d3192faf281d5d84ac7cd493ed92bb2ba'
 '7f4f86387d226fcd452f0b97579dadc3eac217a77485228dbf4facf3391b6198'
 '75e60c20ddbe79c812595fdf88771422317db4256a200d2caefd09ebdd27ecc7'


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

2018-01-05 Thread Nicola Squartini via arch-commits
Date: Friday, January 5, 2018 @ 15:52:08
  Author: tensor5
Revision: 278975

upgpkg: atom 1.23.2-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-05 15:48:57 UTC (rev 278974)
+++ PKGBUILD2018-01-05 15:52:08 UTC (rev 278975)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.23.1
+pkgver=1.23.2
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -22,7 +22,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('56147093f1b8fd98e1cdf9671888694b732ed6b83f7641c199ddbc54df76544f'
+sha256sums=('d814b179cdd816faf832ef4da2e4b5deaa03c3ad9b22291972f72837bde525a3'
 'bbc07c111fe808b49b62198e17e8da5d3192faf281d5d84ac7cd493ed92bb2ba'
 '7f4f86387d226fcd452f0b97579dadc3eac217a77485228dbf4facf3391b6198'
 '75e60c20ddbe79c812595fdf88771422317db4256a200d2caefd09ebdd27ecc7'


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

2017-11-17 Thread Nicola Squartini
Date: Friday, November 17, 2017 @ 12:47:42
  Author: tensor5
Revision: 267085

upgpkg: atom 1.22.1-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-17 12:27:14 UTC (rev 267084)
+++ PKGBUILD2017-11-17 12:47:42 UTC (rev 267085)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.22.0
+pkgver=1.22.1
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -22,7 +22,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('28f2db2c92e2ee12fedbcf8e21f91df7a8308f05babc7b93f196f61f0b975103'
+sha256sums=('97440a6dfea54e6e9d8996f3043f9d37e70d9bdc7f4a6a13363132eb812ea648'
 'bbc07c111fe808b49b62198e17e8da5d3192faf281d5d84ac7cd493ed92bb2ba'
 '7f4f86387d226fcd452f0b97579dadc3eac217a77485228dbf4facf3391b6198'
 '8e9eac1c9b751b9f41d362612e3d2382276030ebbf965f95607c520745243056'


[arch-commits] Commit in atom/trunk (PKGBUILD fix-license-path.patch)

2017-11-08 Thread Nicola Squartini
Date: Wednesday, November 8, 2017 @ 17:01:46
  Author: tensor5
Revision: 265744

upgpkg: atom 1.22.0-1

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/fix-license-path.patch

+
 PKGBUILD   |6 +++---
 fix-license-path.patch |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-08 15:42:15 UTC (rev 265743)
+++ PKGBUILD2017-11-08 17:01:46 UTC (rev 265744)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.21.2
+pkgver=1.22.0
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -22,10 +22,10 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('1aff8c81d366c4d0a2a3767ee34512ffc3504265a430b93c6c7569cddc988c28'
+sha256sums=('28f2db2c92e2ee12fedbcf8e21f91df7a8308f05babc7b93f196f61f0b975103'
 'bbc07c111fe808b49b62198e17e8da5d3192faf281d5d84ac7cd493ed92bb2ba'
 '7f4f86387d226fcd452f0b97579dadc3eac217a77485228dbf4facf3391b6198'
-'951bbc248c9ae4ef3ef712e0caeb728a8577b12e4593870569de15e570a71c4c'
+'8e9eac1c9b751b9f41d362612e3d2382276030ebbf965f95607c520745243056'
 '646f81b0621a86eff3bb1f229eeb92b2f33bac41b3324424a6de06a780a8a22d'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 'c120739911ce6a455a642c97d4d7de0956abee4d94bfc338f8a13f771a2d381c'

Modified: fix-license-path.patch
===
--- fix-license-path.patch  2017-11-08 15:42:15 UTC (rev 265743)
+++ fix-license-path.patch  2017-11-08 17:01:46 UTC (rev 265744)
@@ -11,7 +11,7 @@
resolveBeforeQuitPromise = null
 --- a/src/workspace.js
 +++ b/src/workspace.js
-@@ -1101,7 +1101,7 @@
+@@ -1102,7 +1102,7 @@
  
// Open Atom's license in the active pane.
openLicense () {


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

2017-11-01 Thread Nicola Squartini
Date: Wednesday, November 1, 2017 @ 10:19:51
  Author: tensor5
Revision: 264978

upgpkg: atom 1.21.2-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-01 10:18:31 UTC (rev 264977)
+++ PKGBUILD2017-11-01 10:19:51 UTC (rev 264978)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.21.1
+pkgver=1.21.2
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('537cbb6be91d3bd2a7b6372c14b95b8ae07ee8bc06d608bcab8a3dc93a6cc88d'
+sha256sums=('1aff8c81d366c4d0a2a3767ee34512ffc3504265a430b93c6c7569cddc988c28'
 'bbc07c111fe808b49b62198e17e8da5d3192faf281d5d84ac7cd493ed92bb2ba'
 '7f4f86387d226fcd452f0b97579dadc3eac217a77485228dbf4facf3391b6198'
 '951bbc248c9ae4ef3ef712e0caeb728a8577b12e4593870569de15e570a71c4c'
@@ -29,7 +29,7 @@
 '646f81b0621a86eff3bb1f229eeb92b2f33bac41b3324424a6de06a780a8a22d'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 'c120739911ce6a455a642c97d4d7de0956abee4d94bfc338f8a13f771a2d381c'
-'13ee051e304cb8e612d5e910dc9a3e73b5d993df9afce2f2d22d2d24a9e938c7')
+'e957bf927dc39b434167fecf6bdd01d78f9c6f71f24bcf86fa2d89dc254a7f96')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2017-11-01 10:18:31 UTC (rev 264977)
+++ use-system-electron.patch   2017-11-01 10:19:51 UTC (rev 264978)
@@ -6,8 +6,8 @@
"license": "MIT",
 -  "electronVersion": "1.6.15",
"dependencies": {
+ "@atom/nsfw": "^1.0.18",
  "@atom/source-map-support": "^0.3.4",
- "async": "0.2.6",
 --- a/script/build
 +++ b/script/build
 @@ -2,10 +2,6 @@


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

2017-09-23 Thread Nicola Squartini
Date: Saturday, September 23, 2017 @ 17:54:21
  Author: tensor5
Revision: 260302

upgpkg: atom 1.20.1-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-23 17:54:07 UTC (rev 260301)
+++ PKGBUILD2017-09-23 17:54:21 UTC (rev 260302)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('a50467f3c000bf3e78d2eb85c7b98a6ddf4f71d1b6b09ccfec3e1d96db2e9d33'
+sha256sums=('0577ff9df069f8c290fb73b387ea88f8af1fae8b4a40c5ad7cf97af824584b11'
 'bbc07c111fe808b49b62198e17e8da5d3192faf281d5d84ac7cd493ed92bb2ba'
 '7f4f86387d226fcd452f0b97579dadc3eac217a77485228dbf4facf3391b6198'
 '951bbc248c9ae4ef3ef712e0caeb728a8577b12e4593870569de15e570a71c4c'


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

2017-09-09 Thread Nicola Squartini
Date: Saturday, September 9, 2017 @ 08:48:28
  Author: tensor5
Revision: 256625

upgpkg: atom 1.19.7-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 08:17:10 UTC (rev 256624)
+++ PKGBUILD2017-09-09 08:48:28 UTC (rev 256625)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.19.5
+pkgver=1.19.7
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('2192c7e415b5005762cf1052e8ff72e6e41c43cbefc7b3a981310e719fa31e1e'
+sha256sums=('0d0ee1c84f678be3f0a728578d1b0ef3a40ca621d3e682081c8496f35a22d958'
 '8a6424cf5635634eccbf10473a30a3a3fb2bd11aa73a7274744134115d681ba9'
 '2148436adf17ec1970adc344fccf3782645375cd93e62a696a55f5b11fe98032'
 '7a76fe1e7258357b51b7ac427b44759c71c675b0be04dfc547e18dc04979f3fb'


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

2017-09-01 Thread Nicola Squartini
Date: Friday, September 1, 2017 @ 10:18:15
  Author: tensor5
Revision: 255229

upgpkg: atom 1.19.5-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-01 07:26:47 UTC (rev 255228)
+++ PKGBUILD2017-09-01 10:18:15 UTC (rev 255229)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.19.4
+pkgver=1.19.5
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('4be1f9095a237bfc81137002dd1a968e8484261c73845dab4e41e4f3e39f695d'
+sha256sums=('2192c7e415b5005762cf1052e8ff72e6e41c43cbefc7b3a981310e719fa31e1e'
 '8a6424cf5635634eccbf10473a30a3a3fb2bd11aa73a7274744134115d681ba9'
 '2148436adf17ec1970adc344fccf3782645375cd93e62a696a55f5b11fe98032'
 '7a76fe1e7258357b51b7ac427b44759c71c675b0be04dfc547e18dc04979f3fb'


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

2017-06-16 Thread Nicola Squartini
Date: Friday, June 16, 2017 @ 13:03:37
  Author: tensor5
Revision: 237624

upgpkg: atom 1.18.0-2

Add git optional dependency.

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 12:48:53 UTC (rev 237623)
+++ PKGBUILD2017-06-16 13:03:37 UTC (rev 237624)
@@ -3,7 +3,7 @@
 
 pkgname=atom
 pkgver=1.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
 url='https://github.com/atom/atom'
@@ -10,7 +10,8 @@
 license=('MIT' 'custom')
 depends=('apm' 'electron' 'libxkbfile')
 makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support')
+optdepends=('ctags: symbol indexing support'
+'git: Git and GitHub integration')
 replaces=('atom-editor')
 options=(!emptydirs)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz";


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

2017-05-27 Thread Nicola Squartini
Date: Saturday, May 27, 2017 @ 11:21:16
  Author: tensor5
Revision: 230548

upgpkg: atom 1.17.2-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-27 10:18:53 UTC (rev 230547)
+++ PKGBUILD2017-05-27 11:21:16 UTC (rev 230548)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.17.0
+pkgver=1.17.2
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('f9ccf2aa45b82bbf42a6a7fbbe5a3b7fdda99d76e77af8dee949fbcc419e94c6'
+sha256sums=('bdde2b60e93f818976c28a0b6259d4636a695a2db9c832eeb186082744cd8f6b'
 '2148436adf17ec1970adc344fccf3782645375cd93e62a696a55f5b11fe98032'
 'ab638bb8ef2b27f24433738299b9714a53ebabdecf7b01e8d9df6a9ecee77ec2'
 'a81012ab62df63390e35478399e16b0d2ff5a42c2527d43865df441e025bdf36'


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

2017-02-28 Thread Nicola Squartini
Date: Tuesday, February 28, 2017 @ 12:57:10
  Author: tensor5
Revision: 214209

upgpkg: atom 1.14.4-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-28 12:40:05 UTC (rev 214208)
+++ PKGBUILD2017-02-28 12:57:10 UTC (rev 214209)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.14.3
+pkgver=1.14.4
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('e7704a6e7e9127d3b4c7e9fa4dafdca312d997d1f6f2ad779e163cf84bcae549'
+sha256sums=('93789e6042187e174dd873432b4ba44e11d72e3cc97c6a6736b4576743c0ce09'
 '2148436adf17ec1970adc344fccf3782645375cd93e62a696a55f5b11fe98032'
 'ab638bb8ef2b27f24433738299b9714a53ebabdecf7b01e8d9df6a9ecee77ec2'
 '7f56269c3b0679dc6ec118e27348e238ce492d4c766cb3813708c981a0692fa1'


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

2017-02-18 Thread Nicola Squartini
Date: Saturday, February 18, 2017 @ 17:58:51
  Author: tensor5
Revision: 213075

upgpkg: atom 1.14.3-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 17:51:56 UTC (rev 213074)
+++ PKGBUILD2017-02-18 17:58:51 UTC (rev 213075)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.14.2
+pkgver=1.14.3
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('f19a53988ff92998d08b999d8770124a5051c356fba43c3d5107441feb8fcae5'
+sha256sums=('e7704a6e7e9127d3b4c7e9fa4dafdca312d997d1f6f2ad779e163cf84bcae549'
 '2148436adf17ec1970adc344fccf3782645375cd93e62a696a55f5b11fe98032'
 'ab638bb8ef2b27f24433738299b9714a53ebabdecf7b01e8d9df6a9ecee77ec2'
 '7f56269c3b0679dc6ec118e27348e238ce492d4c766cb3813708c981a0692fa1'


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

2017-02-15 Thread Nicola Squartini
Date: Wednesday, February 15, 2017 @ 14:49:28
  Author: tensor5
Revision: 212521

upgpkg: atom 1.14.2-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-15 14:43:55 UTC (rev 212520)
+++ PKGBUILD2017-02-15 14:49:28 UTC (rev 212521)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.14.1
+pkgver=1.14.2
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('1d4d180f31989473e4b408eaed115d420fa157c0c8c771ea943860be03afa671'
+sha256sums=('f19a53988ff92998d08b999d8770124a5051c356fba43c3d5107441feb8fcae5'
 '2148436adf17ec1970adc344fccf3782645375cd93e62a696a55f5b11fe98032'
 'ab638bb8ef2b27f24433738299b9714a53ebabdecf7b01e8d9df6a9ecee77ec2'
 '7f56269c3b0679dc6ec118e27348e238ce492d4c766cb3813708c981a0692fa1'
@@ -28,7 +28,7 @@
 '99a4a93c42c357fa1a913bc8b2e5db0178e1a1030916ec768a3a37709ad81c97'
 '6edb3c1ba5f32e9ec4b5743911e69212af498aa4e64d7be96579dcb40ebc6204'
 '822e1629ff754af3225bc3c1c9301b4459a67c79e016fd57cc122644d571e24b'
-'76f3173142d69182de7251c8b2f503347489b9584abcd89d966b93fb0ebb0eb7')
+'2ab04a63db2ff8ee64e950bf191cb9f16827d13c0ef8c56c844488394ca3b21a')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2017-02-15 14:43:55 UTC (rev 212520)
+++ use-system-electron.patch   2017-02-15 14:49:28 UTC (rev 212521)
@@ -7,7 +7,7 @@
 -  "electronVersion": "1.3.13",
"dependencies": {
  "async": "0.2.6",
- "atom-keymap": "7.1.18",
+ "atom-keymap": "7.1.20",
 --- a/script/build
 +++ b/script/build
 @@ -2,10 +2,6 @@


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

2017-01-26 Thread Nicola Squartini
Date: Thursday, January 26, 2017 @ 12:29:01
  Author: tensor5
Revision: 209116

upgpkg: atom 1.13.1-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-26 11:13:26 UTC (rev 209115)
+++ PKGBUILD2017-01-26 12:29:01 UTC (rev 209116)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.13.0
-pkgrel=2
+pkgver=1.13.1
+pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
 url='https://github.com/atom/atom'
@@ -21,7 +21,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('36a9598becc873fa005978476e2b801f80433e1999a40c5f256ee34030d442d4'
+sha256sums=('4293bdde0ae4c6a78ebcbd46c797653db5b9e3075a82e3960ea9c7ed647e1233'
 '73efe3485c9f009b788afdfa688a93a1db15ab0010203c833940406cb852240e'
 'ab638bb8ef2b27f24433738299b9714a53ebabdecf7b01e8d9df6a9ecee77ec2'
 '7f56269c3b0679dc6ec118e27348e238ce492d4c766cb3813708c981a0692fa1'


[arch-commits] Commit in atom/trunk (PKGBUILD fix-restart.patch)

2017-01-15 Thread Nicola Squartini
Date: Sunday, January 15, 2017 @ 13:51:57
  Author: tensor5
Revision: 207441

upgpkg: atom 1.13.0-2

Fix FS#52324 and FS#52507.

Added:
  atom/trunk/fix-restart.patch
Modified:
  atom/trunk/PKGBUILD

---+
 PKGBUILD  |6 +-
 fix-restart.patch |   11 +++
 2 files changed, 16 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-15 11:36:07 UTC (rev 207440)
+++ PKGBUILD2017-01-15 13:51:57 UTC (rev 207441)
@@ -3,7 +3,7 @@
 
 pkgname=atom
 pkgver=1.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
 url='https://github.com/atom/atom'
@@ -11,11 +11,13 @@
 depends=('apm' 'electron' 'libxkbfile')
 makedepends=('git' 'npm')
 optdepends=('ctags: symbol indexing support')
+replaces=('atom-editor')
 options=(!emptydirs)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz";
 'fix-atom-sh.patch'
 'fix-ime-events-handler.patch'
 'fix-license-path.patch'
+'fix-restart.patch'
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
@@ -23,6 +25,7 @@
 '73efe3485c9f009b788afdfa688a93a1db15ab0010203c833940406cb852240e'
 'ab638bb8ef2b27f24433738299b9714a53ebabdecf7b01e8d9df6a9ecee77ec2'
 '7f56269c3b0679dc6ec118e27348e238ce492d4c766cb3813708c981a0692fa1'
+'e85051d4f435791c4bd898958304c3ee082d434228a68246a65d43479684c8cb'
 'a5a2b1fefa29799b3225c4aa3fe0e5b057b2b320f98ad7bc28d3596923e52b41'
 '822e1629ff754af3225bc3c1c9301b4459a67c79e016fd57cc122644d571e24b'
 '68430695ef866e87d2ae469e0677d3cd5256fe2dba58f750046aa8ec674c67ab')
@@ -34,6 +37,7 @@
   patch -Np1 -i "${srcdir}"/use-system-electron.patch
   patch -Np1 -i "${srcdir}"/use-system-apm.patch
   patch -Np1 -i "${srcdir}"/fix-license-path.patch
+  patch -Np1 -i "${srcdir}"/fix-restart.patch
 
   # Fix for Electron 1.4.0
   patch -Np1 -i "${srcdir}"/fix-ime-events-handler.patch

Added: fix-restart.patch
===
--- fix-restart.patch   (rev 0)
+++ fix-restart.patch   2017-01-15 13:51:57 UTC (rev 207441)
@@ -0,0 +1,11 @@
+--- a/src/main-process/atom-application.coffee
 b/src/main-process/atom-application.coffee
+@@ -794,7 +794,7 @@
+   @restart()
+ 
+   restart: ->
+-args = []
++args = ["--app=/usr/lib/atom"]
+ args.push("--safe") if @safeMode
+ args.push("--portable") if @setPortable
+ args.push("--log-file=#{@logFile}") if @logFile?


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

2017-01-05 Thread Nicola Squartini
Date: Thursday, January 5, 2017 @ 17:34:08
  Author: tensor5
Revision: 204918

upgpkg: atom 1.12.9-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-05 17:07:40 UTC (rev 204917)
+++ PKGBUILD2017-01-05 17:34:08 UTC (rev 204918)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.12.8
+pkgver=1.12.9
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('6ec95e5404156df947d68830a21d53144a9363a0f200cb8e0522933762dd3f42'
+sha256sums=('2616bab176f8be6ba1ca7997c84e62490b0e093d2d03982b9934cfeedb590e8f'
 '73efe3485c9f009b788afdfa688a93a1db15ab0010203c833940406cb852240e'
 'd3ca65c7059352ebb584b1e77c4012af2d099450f8e2e71f77cd6d9d4dd1c09a'
 '5fc7f905dc71ddb0b35f2027c7e13ed875fe53a34490109f5b668eac32dc3580'


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

2017-01-04 Thread Nicola Squartini
Date: Wednesday, January 4, 2017 @ 13:53:38
  Author: tensor5
Revision: 204866

upgpkg: atom 1.12.8-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-04 13:47:23 UTC (rev 204865)
+++ PKGBUILD2017-01-04 13:53:38 UTC (rev 204866)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.12.7
+pkgver=1.12.8
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('03d2486e0d8f9216b46d55dff42708d09dbf5027dc96b4906463a8dbcd469c47'
+sha256sums=('6ec95e5404156df947d68830a21d53144a9363a0f200cb8e0522933762dd3f42'
 '73efe3485c9f009b788afdfa688a93a1db15ab0010203c833940406cb852240e'
 'd3ca65c7059352ebb584b1e77c4012af2d099450f8e2e71f77cd6d9d4dd1c09a'
 '5fc7f905dc71ddb0b35f2027c7e13ed875fe53a34490109f5b668eac32dc3580'


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

2016-11-28 Thread Nicola Squartini
Date: Monday, November 28, 2016 @ 18:08:08
  Author: tensor5
Revision: 197171

upgpkg: atom 1.12.6-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-28 16:57:42 UTC (rev 197170)
+++ PKGBUILD2016-11-28 18:08:08 UTC (rev 197171)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.12.5
+pkgver=1.12.6
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -19,13 +19,13 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('d86de0e5ab29ec1d26532b82837439c0ae38ff03576b1f48c6d5356ffa810aad'
+sha256sums=('ef94ee343eff2e17a805bcba813d49d6f0b02af37ac0b39a87be1b91a449110e'
 '73efe3485c9f009b788afdfa688a93a1db15ab0010203c833940406cb852240e'
 'd3ca65c7059352ebb584b1e77c4012af2d099450f8e2e71f77cd6d9d4dd1c09a'
 '5fc7f905dc71ddb0b35f2027c7e13ed875fe53a34490109f5b668eac32dc3580'
 'a5a2b1fefa29799b3225c4aa3fe0e5b057b2b320f98ad7bc28d3596923e52b41'
 '9acef67fb781ac33703f3f4a60e69c4ba03d1a7d58f04308f4bdbaca6bce693e'
-'a021e7913646256ba6053df54f72f9c9ad34e7afd5c277caa3881326a629bc75')
+'9ec4d7fe4ec1cc502ba308be5d63ad1a5fa46d53246db0243b407ba4be892efc')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2016-11-28 16:57:42 UTC (rev 197170)
+++ use-system-electron.patch   2016-11-28 18:08:08 UTC (rev 197171)
@@ -7,7 +7,7 @@
 -  "electronVersion": "1.3.9",
"dependencies": {
  "async": "0.2.6",
- "atom-keymap": "7.1.3-6",
+ "atom-keymap": "7.1.3-8",
 --- a/script/build
 +++ b/script/build
 @@ -2,10 +2,6 @@


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

2016-11-21 Thread Nicola Squartini
Date: Monday, November 21, 2016 @ 20:55:08
  Author: tensor5
Revision: 196476

upgpkg: atom 1.12.5-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-21 20:10:11 UTC (rev 196475)
+++ PKGBUILD2016-11-21 20:55:08 UTC (rev 196476)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.12.4
+pkgver=1.12.5
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -19,13 +19,13 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('13640cc601bdb500283ca2e239da2afa89d94d41553b5fd7d72a6ccf1370aabc'
+sha256sums=('d86de0e5ab29ec1d26532b82837439c0ae38ff03576b1f48c6d5356ffa810aad'
 '73efe3485c9f009b788afdfa688a93a1db15ab0010203c833940406cb852240e'
 'd3ca65c7059352ebb584b1e77c4012af2d099450f8e2e71f77cd6d9d4dd1c09a'
 '5fc7f905dc71ddb0b35f2027c7e13ed875fe53a34490109f5b668eac32dc3580'
 'a5a2b1fefa29799b3225c4aa3fe0e5b057b2b320f98ad7bc28d3596923e52b41'
 '9acef67fb781ac33703f3f4a60e69c4ba03d1a7d58f04308f4bdbaca6bce693e'
-'58bee5e8cebe0629df0a5d8e1ddb84f0db4e6a44c1f2c5ce3c1b4e92343846a1')
+'a021e7913646256ba6053df54f72f9c9ad34e7afd5c277caa3881326a629bc75')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2016-11-21 20:10:11 UTC (rev 196475)
+++ use-system-electron.patch   2016-11-21 20:55:08 UTC (rev 196476)
@@ -7,7 +7,7 @@
 -  "electronVersion": "1.3.9",
"dependencies": {
  "async": "0.2.6",
- "atom-keymap": "7.1.3-3",
+ "atom-keymap": "7.1.3-6",
 --- a/script/build
 +++ b/script/build
 @@ -2,10 +2,6 @@


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

2016-11-18 Thread Nicola Squartini
Date: Friday, November 18, 2016 @ 09:52:23
  Author: tensor5
Revision: 196294

upgpkg: atom 1.12.4-1

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

---+
 PKGBUILD  |6 +++---
 use-system-electron.patch |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-18 09:06:51 UTC (rev 196293)
+++ PKGBUILD2016-11-18 09:52:23 UTC (rev 196294)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.12.3
+pkgver=1.12.4
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -19,13 +19,13 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('a381a7d0b81e6f80deb14b6968dbd755497b06184c974c8f0930c7f4c648173c'
+sha256sums=('13640cc601bdb500283ca2e239da2afa89d94d41553b5fd7d72a6ccf1370aabc'
 '73efe3485c9f009b788afdfa688a93a1db15ab0010203c833940406cb852240e'
 'd3ca65c7059352ebb584b1e77c4012af2d099450f8e2e71f77cd6d9d4dd1c09a'
 '5fc7f905dc71ddb0b35f2027c7e13ed875fe53a34490109f5b668eac32dc3580'
 'a5a2b1fefa29799b3225c4aa3fe0e5b057b2b320f98ad7bc28d3596923e52b41'
 '9acef67fb781ac33703f3f4a60e69c4ba03d1a7d58f04308f4bdbaca6bce693e'
-'7057152ea98131e5b590aea84f9910ebc1a47573477f42d9f9d689f2d1380072')
+'58bee5e8cebe0629df0a5d8e1ddb84f0db4e6a44c1f2c5ce3c1b4e92343846a1')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2016-11-18 09:06:51 UTC (rev 196293)
+++ use-system-electron.patch   2016-11-18 09:52:23 UTC (rev 196294)
@@ -4,10 +4,10 @@
  "url": "https://github.com/atom/atom/issues";
},
"license": "MIT",
--  "electronVersion": "1.3.6",
+-  "electronVersion": "1.3.9",
"dependencies": {
  "async": "0.2.6",
- "atom-keymap": "7.1.3",
+ "atom-keymap": "7.1.3-3",
 --- a/script/build
 +++ b/script/build
 @@ -2,10 +2,6 @@


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

2016-11-16 Thread Nicola Squartini
Date: Wednesday, November 16, 2016 @ 18:32:50
  Author: tensor5
Revision: 196053

upgpkg: atom 1.12.3-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-16 17:48:01 UTC (rev 196052)
+++ PKGBUILD2016-11-16 18:32:50 UTC (rev 196053)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.12.2
+pkgver=1.12.3
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('f244c2769d2bf92510882ca169bb059932fd8640bf4d1df0d7c7f03073d3faf6'
+sha256sums=('a381a7d0b81e6f80deb14b6968dbd755497b06184c974c8f0930c7f4c648173c'
 '73efe3485c9f009b788afdfa688a93a1db15ab0010203c833940406cb852240e'
 'd3ca65c7059352ebb584b1e77c4012af2d099450f8e2e71f77cd6d9d4dd1c09a'
 '5fc7f905dc71ddb0b35f2027c7e13ed875fe53a34490109f5b668eac32dc3580'


[arch-commits] Commit in atom/trunk (PKGBUILD deprecated-api.patch)

2016-11-12 Thread Nicola Squartini
Date: Saturday, November 12, 2016 @ 16:28:31
  Author: tensor5
Revision: 195434

atom: remove unused patch

Modified:
  atom/trunk/PKGBUILD
Deleted:
  atom/trunk/deprecated-api.patch

--+
 PKGBUILD |2 --
 deprecated-api.patch |   17 -
 2 files changed, 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-12 15:30:28 UTC (rev 195433)
+++ PKGBUILD2016-11-12 16:28:31 UTC (rev 195434)
@@ -16,7 +16,6 @@
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz";
 'autocomplete-plus.patch'
 'beforeunload.patch'
-'deprecated-api.patch'
 'fix-atom-sh.patch'
 'fix-ime-events-handler.patch'
 'fix-license-path.patch'
@@ -29,7 +28,6 @@
 sha256sums=('b7c09d03d950b0a6aca82225f072d9005d5681887e3a7c466b0504bf64d7c5cd'
 '58198d214edc434580c5764f749e26fb686d77c3c983d01f247f48aec84eb1a4'
 '9c419697ed1ce272a864f1a89c91d4a2e314f88ba1dc6f1836468db6572f95b6'
-'6fca91b3e80248a96fc4b6b0228602d4dd68ef851cb059a97a7379e72e53b432'
 'b0c94877962e98818b8c14865c35ac0d0e088838e24670264069b7417ce1b6ab'
 '25ccca2a773f6bf449691eac10fc4e78f5c2d264092c9f792177f6bd7ea32cce'
 '883b0be8b68cda5d1004e99e8c1622ca633cf3eaf5c4aad7cc25f8dcb1235350'

Deleted: deprecated-api.patch
===
--- deprecated-api.patch2016-11-12 15:30:28 UTC (rev 195433)
+++ deprecated-api.patch2016-11-12 16:28:31 UTC (rev 195434)
@@ -1,17 +0,0 @@
 a/src/browser/atom-window.coffee
-+++ b/src/browser/atom-window.coffee
-@@ -24,11 +24,11 @@
- options =
-   show: false
-   title: 'Atom'
--  'web-preferences':
--'direct-write': true
-+  'webPreferences':
-+'directWrite': true
- 
- if @isSpec
--  options['web-preferences']['page-visibility'] = true
-+  options.webPreferences.backgroundThrottling = false
- 
- # Don't set icon on Windows so the exe's ico will be used as window and
- # taskbar's icon. See https://github.com/atom/atom/issues/4811 for more.


[arch-commits] Commit in atom/trunk (PKGBUILD fix-ime-events-handler.patch)

2016-09-17 Thread Nicola Squartini
Date: Sunday, September 18, 2016 @ 05:13:24
  Author: tensor5
Revision: 189892

upgpkg: atom 1.10.2-4

Fix IME events handler (see FS#50809).

Added:
  atom/trunk/fix-ime-events-handler.patch
Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |7 +-
 fix-ime-events-handler.patch |   47 +
 2 files changed, 53 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-18 05:11:40 UTC (rev 189891)
+++ PKGBUILD2016-09-18 05:13:24 UTC (rev 189892)
@@ -3,7 +3,7 @@
 
 pkgname=atom
 pkgver=1.10.2
-pkgrel=3
+pkgrel=4
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
 url='https://github.com/atom/atom'
@@ -17,6 +17,7 @@
 'beforeunload.patch'
 'deprecated-api.patch'
 'fix-atom-sh.patch'
+'fix-ime-events-handler.patch'
 'fix-license-path.patch'
 'fix-marker-index.patch'
 'fix-oniguruma.patch'
@@ -31,6 +32,7 @@
 'e92e23bbf839bec6611b2ac76c1f5bba35b476983b0faa9b310288e2956247a2'
 '6fca91b3e80248a96fc4b6b0228602d4dd68ef851cb059a97a7379e72e53b432'
 'd3eb239f53feb3181fb4d57d2db391d7b31ce2188c5bd5b79d9ed3133351cd90'
+'51e8f64206cdc96bddd934ffbf0a3b3509617deb9c9aad0ccb21df4b5b72dfee'
 'a606d1efbea1f68a0a9c250b1d7023315a5392fa23f220600304c7308be7ebbb'
 '2569702bee0508ee38a181f28bc99d6844725de206362a010705d84da09735c3'
 'c0ae6c64802bc20219bc9142bd6e62e65853044b4a678d3f7ec72dcb61d22274'
@@ -58,6 +60,9 @@
 
   # Fix for Electron 1.3.0
   patch -Np1 -i "${srcdir}"/fix-pane-resize-handle.patch
+
+  # Fix for Electron 1.4.0
+  patch -Np1 -i "${srcdir}"/fix-ime-events-handler.patch
 }
 
 build() {

Added: fix-ime-events-handler.patch
===
--- fix-ime-events-handler.patch(rev 0)
+++ fix-ime-events-handler.patch2016-09-18 05:13:24 UTC (rev 189892)
@@ -0,0 +1,47 @@
+--- a/src/text-editor-component.coffee
 b/src/text-editor-component.coffee
+@@ -119,6 +119,7 @@ class TextEditorComponent
+ @updateSync()
+ @checkForVisibilityChange()
+ @initialized = true
++@checkpointForIME = null
+ 
+   destroy: ->
+ @mounted = false
+@@ -309,19 +310,20 @@ class TextEditorComponent
+ # User escape to cancel
+ #   4. compositionend fired
+ # OR User chooses a completion
+-#   4. compositionend fired
+-#   5. textInput fired; event.data == the completion string
++#   4. textInput fired; event.data == the completion string
++#   5. compositionend fired
+ 
+-checkpoint = null
+ @domNode.addEventListener 'compositionstart', =>
+   if @openedAccentedCharacterMenu
+ @editor.selectLeft()
+ @openedAccentedCharacterMenu = false
+-  checkpoint = @editor.createCheckpoint()
++  @checkpointForIME = @editor.createCheckpoint()
+ @domNode.addEventListener 'compositionupdate', (event) =>
+   @editor.insertText(event.data, select: true)
+ @domNode.addEventListener 'compositionend', (event) =>
+-  @editor.revertToCheckpoint(checkpoint)
++  if @checkpointForIME
++@editor.revertToCheckpoint(@checkpointForIME)
++@checkpointForIME = null
+   event.target.value = ''
+ 
+   # Listen for selection changes and store the currently selected text
+@@ -373,6 +375,10 @@ class TextEditorComponent
+   onTextInput: (event) =>
+ event.stopPropagation()
+ 
++if @checkpointForIME
++  @editor.revertToCheckpoint(@checkpointForIME)
++  @checkpointForIME = null
++
+ # WARNING: If we call preventDefault on the input of a space character,
+ # then the browser interprets the spacebar keypress as a page-down 
command,
+ # causing spaces to scroll elements containing editors. This is impossible


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

2016-09-17 Thread Nicola Squartini
Date: Sunday, September 18, 2016 @ 05:04:49
  Author: tensor5
Revision: 189889

atom: remove execute permission from icons

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-17 23:41:20 UTC (rev 189888)
+++ PKGBUILD2016-09-18 05:04:49 UTC (rev 189889)
@@ -137,7 +137,7 @@
   resources/linux/atom.desktop.in > 
"${pkgdir}/usr/share/applications/atom.desktop"
 
   for size in 16 24 32 48 64 128 256 512 1024; do
-install -D -m 755 resources/app-icons/stable/png/${size}.png \
+install -D -m 644 resources/app-icons/stable/png/${size}.png \
 "${pkgdir}"/usr/share/icons/hicolor/${size}x${size}/apps/atom.png
   done
   ln -sf ../../../share/icons/hicolor/1024x1024/apps/atom.png \


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

2016-09-16 Thread Nicola Squartini
Date: Friday, September 16, 2016 @ 09:53:57
  Author: tensor5
Revision: 189582

upgpkg: atom 1.10.2-3

Rebuild for electron 1.4.0-1.

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-16 09:49:54 UTC (rev 189581)
+++ PKGBUILD2016-09-16 09:53:57 UTC (rev 189582)
@@ -3,7 +3,7 @@
 
 pkgname=atom
 pkgver=1.10.2
-pkgrel=2
+pkgrel=3
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
 url='https://github.com/atom/atom'


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

2016-09-09 Thread Nicola Squartini
Date: Friday, September 9, 2016 @ 07:30:04
  Author: tensor5
Revision: 189051

upgpkg: atom 1.10.2-2

Don't hard code icon path in atom.desktop.

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-09 07:20:30 UTC (rev 189050)
+++ PKGBUILD2016-09-09 07:30:04 UTC (rev 189051)
@@ -3,7 +3,7 @@
 
 pkgname=atom
 pkgver=1.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
 url='https://github.com/atom/atom'
@@ -133,9 +133,16 @@
   sed -e "s|<%= appName %>|Atom|" \
   -e "s/<%= description %>/${pkgdesc}/" \
   -e "s|<%= installDir %>/share/<%= appFileName %>/atom|electron 
--app=/usr/lib/atom|" \
-  -e "s|<%= iconPath %>|/usr/lib/atom/resources/atom.png|" \
+  -e "s|<%= iconPath %>|atom|" \
   resources/linux/atom.desktop.in > 
"${pkgdir}/usr/share/applications/atom.desktop"
 
+  for size in 16 24 32 48 64 128 256 512 1024; do
+install -D -m 755 resources/app-icons/stable/png/${size}.png \
+"${pkgdir}"/usr/share/icons/hicolor/${size}x${size}/apps/atom.png
+  done
+  ln -sf ../../../share/icons/hicolor/1024x1024/apps/atom.png \
+  "${pkgdir}"/usr/lib/atom/resources/atom.png
+
   install -D -m 755 out/Atom/resources/new-app/atom.sh "${pkgdir}/usr/bin/atom"
 
   install -D -m 644 out/Atom/resources/LICENSE.md \


[arch-commits] Commit in atom/trunk (PKGBUILD settings-view-fix-height.patch)

2016-09-07 Thread Nicola Squartini
Date: Thursday, September 8, 2016 @ 02:44:33
  Author: tensor5
Revision: 188959

upgpkg: atom 1.10.2-1

Modified:
  atom/trunk/PKGBUILD
Deleted:
  atom/trunk/settings-view-fix-height.patch

+
 PKGBUILD   |   11 ++-
 settings-view-fix-height.patch |   10 --
 2 files changed, 2 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-08 02:43:52 UTC (rev 188958)
+++ PKGBUILD2016-09-08 02:44:33 UTC (rev 188959)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.10.1
+pkgver=1.10.2
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -22,12 +22,11 @@
 'fix-oniguruma.patch'
 'fix-pane-resize-handle.patch'
 'run-as-node.patch'
-'settings-view-fix-height.patch'
 'symbols-view-use-system-ctags.patch'
 'tree-view.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('0cee5d9f32c437a21018f3f8efe57f1e855f059c83c158643c1f2bd311e6b8a5'
+sha256sums=('de47aa7d80b3e31f1c42823fec6e98a9473021c022970a8548cb36c498a7e6f8'
 '58198d214edc434580c5764f749e26fb686d77c3c983d01f247f48aec84eb1a4'
 'e92e23bbf839bec6611b2ac76c1f5bba35b476983b0faa9b310288e2956247a2'
 '6fca91b3e80248a96fc4b6b0228602d4dd68ef851cb059a97a7379e72e53b432'
@@ -37,7 +36,6 @@
 'c0ae6c64802bc20219bc9142bd6e62e65853044b4a678d3f7ec72dcb61d22274'
 '41aaa35b638e29d28b5d92077b7b242725046cc11d4c51d3eca589eaed977ec5'
 '991626ab07c90643e14039a1367769761262ddbc108a66193c08fe146b0222e9'
-'d0d56836fef731936c8824e610963461aa4539b59462d4071fe48ade16855ddd'
 'a5a2b1fefa29799b3225c4aa3fe0e5b057b2b320f98ad7bc28d3596923e52b41'
 '109af01ceae45615994f2ac08292c44db339bf7ef89369b077e04fcfc35aa3dd'
 '0c9a815a3e6f13134cd648af67e1de3b9c24297b731d5815967a08256ec54f58'
@@ -71,11 +69,6 @@
   apm clean
   apm install
 
-  # Fix height of "Choose a Theme" and "Install Packages" panels
-  cd node_modules/settings-view
-  patch -Np1 -i "${srcdir}"/settings-view-fix-height.patch
-  cd ../..
-
   # Use system ctags
   cd node_modules/symbols-view
   patch -Np1 -i "${srcdir}"/symbols-view-use-system-ctags.patch

Deleted: settings-view-fix-height.patch
===
--- settings-view-fix-height.patch  2016-09-08 02:43:52 UTC (rev 188958)
+++ settings-view-fix-height.patch  2016-09-08 02:44:33 UTC (rev 188959)
@@ -1,10 +0,0 @@
 a/styles/settings-view.less
-+++ b/styles/settings-view.less
-@@ -542,7 +542,6 @@
-   }
- 
-   .packages {
--height: 100%;
- display: flex;
- flex-flow: column;
- 


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

2016-09-07 Thread Nicola Squartini
Date: Wednesday, September 7, 2016 @ 07:41:00
  Author: tensor5
Revision: 188902

upgpkg: atom 1.10.1-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-07 07:33:27 UTC (rev 188901)
+++ PKGBUILD2016-09-07 07:41:00 UTC (rev 188902)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.10.0
+pkgver=1.10.1
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
 'tree-view.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('5fce9b85bbd27c5e2cb71c3316c563edb0a666120e7ad0dc73817d28e1e1faec'
+sha256sums=('0cee5d9f32c437a21018f3f8efe57f1e855f059c83c158643c1f2bd311e6b8a5'
 '58198d214edc434580c5764f749e26fb686d77c3c983d01f247f48aec84eb1a4'
 'e92e23bbf839bec6611b2ac76c1f5bba35b476983b0faa9b310288e2956247a2'
 '6fca91b3e80248a96fc4b6b0228602d4dd68ef851cb059a97a7379e72e53b432'


[arch-commits] Commit in atom/trunk (PKGBUILD fix-pane-resize-handle.patch)

2016-08-31 Thread Nicola Squartini
Date: Wednesday, August 31, 2016 @ 11:37:52
  Author: tensor5
Revision: 188117

upgpkg: atom 1.9.9-3

Fix pane resize handle.

Added:
  atom/trunk/fix-pane-resize-handle.patch
Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 fix-pane-resize-handle.patch |   18 ++
 2 files changed, 24 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-31 10:24:52 UTC (rev 188116)
+++ PKGBUILD2016-08-31 11:37:52 UTC (rev 188117)
@@ -3,7 +3,7 @@
 
 pkgname=atom
 pkgver=1.9.9
-pkgrel=2
+pkgrel=3
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
 url='https://github.com/atom/atom'
@@ -20,6 +20,7 @@
 'fix-license-path.patch'
 'fix-marker-index.patch'
 'fix-oniguruma.patch'
+'fix-pane-resize-handle.patch'
 'run-as-node.patch'
 'settings-view-fix-height.patch'
 'symbols-view-use-system-ctags.patch'
@@ -34,6 +35,7 @@
 'ffd67934c3f80b87dfe7706191c9afad79289b6640b2876f1439701d6827a759'
 '2569702bee0508ee38a181f28bc99d6844725de206362a010705d84da09735c3'
 'c0ae6c64802bc20219bc9142bd6e62e65853044b4a678d3f7ec72dcb61d22274'
+'41aaa35b638e29d28b5d92077b7b242725046cc11d4c51d3eca589eaed977ec5'
 '1533581eeede375924a3431fed7e6641a156f765bf252590d73da4259f07343f'
 'abafa58a3a9c81b7ecaf0d5ac001b0a164d016db4521fab9ad954f4ccbc8c6dc'
 'a5a2b1fefa29799b3225c4aa3fe0e5b057b2b320f98ad7bc28d3596923e52b41'
@@ -55,6 +57,9 @@
   # Fix for Electron 1.2.0
   patch -Np1 -i "${srcdir}"/beforeunload.patch
   patch -Np1 -i "${srcdir}"/run-as-node.patch
+
+  # Fix for Electron 1.3.0
+  patch -Np1 -i "${srcdir}"/fix-pane-resize-handle.patch
 }
 
 build() {

Added: fix-pane-resize-handle.patch
===
--- fix-pane-resize-handle.patch(rev 0)
+++ fix-pane-resize-handle.patch2016-08-31 11:37:52 UTC (rev 188117)
@@ -0,0 +1,18 @@
+--- a/static/panes.less
 b/static/panes.less
+@@ -15,7 +15,6 @@ atom-pane-container {
+ min-width: 0;
+ 
+ & > atom-pane-resize-handle {
+-  position: absolute;
+   z-index: 3;
+ }
+   }
+@@ -39,6 +38,7 @@ atom-pane-container {
+   width: 8px;
+   height: 100%;
+   margin-left: -4px;
++  margin-right: -4px;
+   cursor: col-resize;
+   border-right: none;
+ }


[arch-commits] Commit in atom/trunk (PKGBUILD settings-view-fix-height.patch)

2016-08-20 Thread Nicola Squartini
Date: Saturday, August 20, 2016 @ 08:42:48
  Author: tensor5
Revision: 187139

upgpkg: atom 1.9.9-2

Fix height of panels in settings-view.

Added:
  atom/trunk/settings-view-fix-height.patch
Modified:
  atom/trunk/PKGBUILD

+
 PKGBUILD   |9 -
 settings-view-fix-height.patch |   10 ++
 2 files changed, 18 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-20 07:22:05 UTC (rev 187138)
+++ PKGBUILD2016-08-20 08:42:48 UTC (rev 187139)
@@ -3,7 +3,7 @@
 
 pkgname=atom
 pkgver=1.9.9
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
 url='https://github.com/atom/atom'
@@ -21,6 +21,7 @@
 'fix-marker-index.patch'
 'fix-oniguruma.patch'
 'run-as-node.patch'
+'settings-view-fix-height.patch'
 'symbols-view-use-system-ctags.patch'
 'tree-view.patch'
 'use-system-apm.patch'
@@ -34,6 +35,7 @@
 '2569702bee0508ee38a181f28bc99d6844725de206362a010705d84da09735c3'
 'c0ae6c64802bc20219bc9142bd6e62e65853044b4a678d3f7ec72dcb61d22274'
 '1533581eeede375924a3431fed7e6641a156f765bf252590d73da4259f07343f'
+'abafa58a3a9c81b7ecaf0d5ac001b0a164d016db4521fab9ad954f4ccbc8c6dc'
 'a5a2b1fefa29799b3225c4aa3fe0e5b057b2b320f98ad7bc28d3596923e52b41'
 '109af01ceae45615994f2ac08292c44db339bf7ef89369b077e04fcfc35aa3dd'
 '7771ff6ddf06bedeb37ff47bf98f685cc67585e6f831d2add9a31078383a6fbe'
@@ -64,6 +66,11 @@
   apm clean
   apm install
 
+  # Fix height of "Choose a Theme" and "Install Packages" panels
+  cd node_modules/settings-view
+  patch -Np1 -i "${srcdir}"/settings-view-fix-height.patch
+  cd ../..
+
   # Use system ctags
   cd node_modules/symbols-view
   patch -Np1 -i "${srcdir}"/symbols-view-use-system-ctags.patch

Added: settings-view-fix-height.patch
===
--- settings-view-fix-height.patch  (rev 0)
+++ settings-view-fix-height.patch  2016-08-20 08:42:48 UTC (rev 187139)
@@ -0,0 +1,10 @@
+--- a/styles/settings-view.less
 b/styles/settings-view.less
+@@ -541,7 +541,6 @@
+   }
+ 
+   .packages {
+-height: 100%;
+ display: flex;
+ flex-flow: column;
+ 


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

2016-08-18 Thread Nicola Squartini
Date: Friday, August 19, 2016 @ 02:55:42
  Author: tensor5
Revision: 186985

upgpkg: atom 1.9.9-1

Modified:
  atom/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-19 00:12:29 UTC (rev 186984)
+++ PKGBUILD2016-08-19 02:55:42 UTC (rev 186985)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.9.8
-pkgrel=3
+pkgver=1.9.9
+pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
 url='https://github.com/atom/atom'
@@ -25,7 +25,7 @@
 'tree-view.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('148c6dc162f51f438fc8385f0b6b6b4f19dc554c13a8edf2ec3826b5c164b466'
+sha256sums=('fc5305d1e686f0fd5a56ba2f1938b01c3a85c67cdab9b7f3dcdf2586f28f231a'
 '58198d214edc434580c5764f749e26fb686d77c3c983d01f247f48aec84eb1a4'
 'e92e23bbf839bec6611b2ac76c1f5bba35b476983b0faa9b310288e2956247a2'
 '6fca91b3e80248a96fc4b6b0228602d4dd68ef851cb059a97a7379e72e53b432'


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

2016-08-13 Thread Nicola Squartini
Date: Saturday, August 13, 2016 @ 08:24:35
  Author: tensor5
Revision: 186697

upgpkg: atom 1.9.8-3

Add ctags optional dependency.

Added:
  atom/trunk/symbols-view-use-system-ctags.patch
Modified:
  atom/trunk/PKGBUILD

-+
 PKGBUILD|   11 ++-
 symbols-view-use-system-ctags.patch |   11 +++
 2 files changed, 21 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-13 05:05:47 UTC (rev 186696)
+++ PKGBUILD2016-08-13 08:24:35 UTC (rev 186697)
@@ -3,7 +3,7 @@
 
 pkgname=atom
 pkgver=1.9.8
-pkgrel=2
+pkgrel=3
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
 url='https://github.com/atom/atom'
@@ -11,6 +11,7 @@
 depends=('apm'
  'electron')
 makedepends=('git' 'npm')
+optdepends=('ctags: symbol indexing support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz";
 'autocomplete-plus.patch'
 'beforeunload.patch'
@@ -20,6 +21,7 @@
 'fix-marker-index.patch'
 'fix-oniguruma.patch'
 'run-as-node.patch'
+'symbols-view-use-system-ctags.patch'
 'tree-view.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
@@ -32,6 +34,7 @@
 '2569702bee0508ee38a181f28bc99d6844725de206362a010705d84da09735c3'
 'c0ae6c64802bc20219bc9142bd6e62e65853044b4a678d3f7ec72dcb61d22274'
 '1533581eeede375924a3431fed7e6641a156f765bf252590d73da4259f07343f'
+'a5a2b1fefa29799b3225c4aa3fe0e5b057b2b320f98ad7bc28d3596923e52b41'
 '109af01ceae45615994f2ac08292c44db339bf7ef89369b077e04fcfc35aa3dd'
 '7771ff6ddf06bedeb37ff47bf98f685cc67585e6f831d2add9a31078383a6fbe'
 '23d9d2976ad23f17d7c6e7e09c5de5aceae72a5577f811723bf8c7885b319c05')
@@ -61,6 +64,12 @@
   apm clean
   apm install
 
+  # Use system ctags
+  cd node_modules/symbols-view
+  patch -Np1 -i "${srcdir}"/symbols-view-use-system-ctags.patch
+  rm -r vendor
+  cd ../..
+
   # Fix for Node 6
   cd node_modules/autocomplete-plus
   patch -Np1 -i "${srcdir}"/autocomplete-plus.patch

Added: symbols-view-use-system-ctags.patch
===
--- symbols-view-use-system-ctags.patch (rev 0)
+++ symbols-view-use-system-ctags.patch 2016-08-13 08:24:35 UTC (rev 186697)
@@ -0,0 +1,11 @@
+--- a/lib/tag-generator.coffee
 b/lib/tag-generator.coffee
+@@ -56,7 +56,7 @@ class TagGenerator
+   generate: ->
+ tags = {}
+ packageRoot = @getPackageRoot()
+-command = path.join(packageRoot, 'vendor', "ctags-#{process.platform}")
++command = 'ctags'
+ defaultCtagsFile = path.join(packageRoot, 'lib', 'ctags-config')
+ args = ["--options=#{defaultCtagsFile}", '--fields=+KS']
+ 


[arch-commits] Commit in atom/trunk (PKGBUILD autocomplete-plus.patch)

2016-08-12 Thread Nicola Squartini
Date: Friday, August 12, 2016 @ 14:48:24
  Author: tensor5
Revision: 186644

upgpkg: atom 1.9.8-2

Fix autocomplete-plus TypeError

Added:
  atom/trunk/autocomplete-plus.patch
Modified:
  atom/trunk/PKGBUILD

-+
 PKGBUILD|7 ++-
 autocomplete-plus.patch |   11 +++
 2 files changed, 17 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-12 14:46:56 UTC (rev 186643)
+++ PKGBUILD2016-08-12 14:48:24 UTC (rev 186644)
@@ -3,7 +3,7 @@
 
 pkgname=atom
 pkgver=1.9.8
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
 url='https://github.com/atom/atom'
@@ -12,6 +12,7 @@
  'electron')
 makedepends=('git' 'npm')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz";
+'autocomplete-plus.patch'
 'beforeunload.patch'
 'deprecated-api.patch'
 'fix-atom-sh.patch'
@@ -23,6 +24,7 @@
 'use-system-apm.patch'
 'use-system-electron.patch')
 sha256sums=('148c6dc162f51f438fc8385f0b6b6b4f19dc554c13a8edf2ec3826b5c164b466'
+'58198d214edc434580c5764f749e26fb686d77c3c983d01f247f48aec84eb1a4'
 'e92e23bbf839bec6611b2ac76c1f5bba35b476983b0faa9b310288e2956247a2'
 '6fca91b3e80248a96fc4b6b0228602d4dd68ef851cb059a97a7379e72e53b432'
 'd3eb239f53feb3181fb4d57d2db391d7b31ce2188c5bd5b79d9ed3133351cd90'
@@ -60,6 +62,9 @@
   apm install
 
   # Fix for Node 6
+  cd node_modules/autocomplete-plus
+  patch -Np1 -i "${srcdir}"/autocomplete-plus.patch
+  cd ../..
   cd node_modules/tree-view
   patch -Np1 -i "${srcdir}"/tree-view.patch
   cd ../..

Added: autocomplete-plus.patch
===
--- autocomplete-plus.patch (rev 0)
+++ autocomplete-plus.patch 2016-08-12 14:48:24 UTC (rev 186644)
@@ -0,0 +1,11 @@
+--- a/lib/autocomplete-manager.coffee
 b/lib/autocomplete-manager.coffee
+@@ -441,7 +441,7 @@ class AutocompleteManager
+   return @isCurrentFileBlackListedCache
+ 
+ minimatch ?= require('minimatch')
+-fileName = path.basename(@buffer.getPath())
++fileName = path.basename(@buffer.getPath() or '')
+ for blacklistGlob in @fileBlacklist
+   if minimatch(fileName, blacklistGlob)
+ @isCurrentFileBlackListedCache = true