summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElvis Pranskevichus <elvis@magic.io>2016-11-14 14:58:18 -0500
committerGöktürk Yüksek <gokturk@gentoo.org>2016-11-21 00:11:46 -0500
commitfa7a6c34df2baede60bd5b9134bf34753259ab1d (patch)
tree118cd936d3b3e2618dd0968376677e7a685a8bac /app-editors/atom/files
parentnet-wireless/broadcom-sta: Add support for Linux v4.8 (diff)
downloadgentoo-fa7a6c34df2baede60bd5b9134bf34753259ab1d.tar.gz
gentoo-fa7a6c34df2baede60bd5b9134bf34753259ab1d.tar.bz2
gentoo-fa7a6c34df2baede60bd5b9134bf34753259ab1d.zip
app-editors/atom: Version bump to 1.12.2
Gentoo-Bug: https://bugs.gentoo.org/597442 Package-Manager: portage-2.3.0
Diffstat (limited to 'app-editors/atom/files')
-rw-r--r--app-editors/atom/files/atom-apm-path.patch4
-rw-r--r--app-editors/atom/files/atom-license-path.patch11
-rw-r--r--app-editors/atom/files/atom-python.patch4
3 files changed, 15 insertions, 4 deletions
diff --git a/app-editors/atom/files/atom-apm-path.patch b/app-editors/atom/files/atom-apm-path.patch
index 957fed4b71bd..7ee7cdb4a107 100644
--- a/app-editors/atom/files/atom-apm-path.patch
+++ b/app-editors/atom/files/atom-apm-path.patch
@@ -1,5 +1,5 @@
---- build/app/src/config-schema.js.orig 2016-05-24 16:59:41.284449076 -0400
-+++ build/app/src/config-schema.js 2016-05-24 17:01:05.685447769 -0400
+--- a/build/app/src/config-schema.js
++++ b/build/app/src/config-schema.js
@@ -9,6 +9,11 @@
core: {
type: 'object',
diff --git a/app-editors/atom/files/atom-license-path.patch b/app-editors/atom/files/atom-license-path.patch
new file mode 100644
index 000000000000..0ddf993448a5
--- /dev/null
+++ b/app-editors/atom/files/atom-license-path.patch
@@ -0,0 +1,11 @@
+--- a/build/app/src/main-process/atom-application.js
++++ b/build/app/src/main-process/atom-application.js
+@@ -406,7 +406,7 @@
+ this.openPathOnEvent('application:open-your-keymap', 'atom://.atom/keymap');
+ this.openPathOnEvent('application:open-your-snippets', 'atom://.atom/snippets');
+ this.openPathOnEvent('application:open-your-stylesheet', 'atom://.atom/stylesheet');
+- this.openPathOnEvent('application:open-license', path.join(process.resourcesPath, 'LICENSE.md'));
++ this.openPathOnEvent('application:open-license', '/usr/share/licenses/atom/LICENSE.md');
+ this.disposable.add(ipcHelpers.on(app, 'before-quit', (function(_this) {
+ return function(event) {
+ if (!_this.quitting) {
diff --git a/app-editors/atom/files/atom-python.patch b/app-editors/atom/files/atom-python.patch
index 250ca5734ff4..57a475ecce02 100644
--- a/app-editors/atom/files/atom-python.patch
+++ b/app-editors/atom/files/atom-python.patch
@@ -1,5 +1,5 @@
---- ~atom.sh 2015-10-30 11:41:20.090417736 +0100
-+++ atom.sh 2015-10-30 11:42:19.707553644 +0100
+--- a/atom.sh
++++ b/atom.sh
@@ -92,6 +92,7 @@
fi