summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElvis Pranskevichus <elvis@magic.io>2016-05-24 17:32:33 -0400
committerPatrice Clement <monsieurp@gentoo.org>2016-05-25 08:06:15 +0000
commitdae19fae0467398969398eb15faeb36cda02fa37 (patch)
tree4343334b7bd49c114ea3e8f9d1207d9bdfdaff9f /app-editors/atom/files/atom-apm-path.patch
parentdev-util/electron: Fix erroneous dependency on gconf with USE="-gnome" (diff)
downloadgentoo-dae19fae0467398969398eb15faeb36cda02fa37.tar.gz
gentoo-dae19fae0467398969398eb15faeb36cda02fa37.tar.bz2
gentoo-dae19fae0467398969398eb15faeb36cda02fa37.zip
app-editors/atom: Bump to 1.7.4, fix default apm path
Gentoo-Bug: https://bugs.gentoo.org/583040 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1531 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-editors/atom/files/atom-apm-path.patch')
-rw-r--r--app-editors/atom/files/atom-apm-path.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/app-editors/atom/files/atom-apm-path.patch b/app-editors/atom/files/atom-apm-path.patch
new file mode 100644
index 000000000000..8746b95e24fa
--- /dev/null
+++ b/app-editors/atom/files/atom-apm-path.patch
@@ -0,0 +1,14 @@
+--- build/app.asar/src/config-schema.js.orig 2016-05-24 16:59:41.284449076 -0400
++++ build/app.asar/src/config-schema.js 2016-05-24 17:01:05.685447769 -0400
+@@ -9,6 +9,11 @@
+ core: {
+ type: 'object',
+ properties: {
++ apmPath: {
++ type: 'string',
++ "default": '/usr/bin/apm{{ATOM_SUFFIX}}',
++ description: 'Path to apm executable.'
++ },
+ ignoredNames: {
+ type: 'array',
+ "default": [".git", ".hg", ".svn", ".DS_Store", "._*", "Thumbs.db"],