Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-editors/atom-bin/
Date: Wed, 07 Jul 2021 14:02:13
Message-Id: 1625500662.80ba915fed96132802d9687696cbf1a6a3d2f593.flow@gentoo
1 commit: 80ba915fed96132802d9687696cbf1a6a3d2f593
2 Author: Marco Scardovi <marco <AT> scardovi <DOT> com>
3 AuthorDate: Mon Jul 5 15:57:25 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 15:57:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80ba915f
7
8 app-editors/atom-bin: fix bug 798459
9
10 Closes: https://bugs.gentoo.org/798459
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
13
14 .../atom-bin/{atom-bin-1.57.0.ebuild => atom-bin-1.57.0-r1.ebuild} | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 diff --git a/app-editors/atom-bin/atom-bin-1.57.0.ebuild b/app-editors/atom-bin/atom-bin-1.57.0-r1.ebuild
18 similarity index 92%
19 rename from app-editors/atom-bin/atom-bin-1.57.0.ebuild
20 rename to app-editors/atom-bin/atom-bin-1.57.0-r1.ebuild
21 index 110522639..bbd1b653d 100644
22 --- a/app-editors/atom-bin/atom-bin-1.57.0.ebuild
23 +++ b/app-editors/atom-bin/atom-bin-1.57.0-r1.ebuild
24 @@ -68,6 +68,10 @@ src_install(){
25 fperms +x /opt/"${PN}"/resources/app/apm/bin/node
26 fperms +x /opt/"${PN}"/resources/app/apm/bin/npm
27
28 + # Bug 798459
29 + fperms +x /opt/"${PN}"/resources/app.asar.unpacked/node_modules/vscode-ripgrep/bin/rg
30 + fperms +x /opt/"${PN}"/resources/app.asar.unpacked/node_modules/dugite/git/bin/git
31 +
32 doicon atom.png
33 make_desktop_entry "/opt/atom-bin/atom %U" "Atom" "atom" \
34 "GNOME;GTK;Utility;TextEditor;Development;" \