Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/
Date: Wed, 21 Apr 2021 04:00:46
Message-Id: 1618977624.5cd5cd2493df349f4cebab5b228e2b5efc90a70e.mattst88@gentoo
1 commit: 5cd5cd2493df349f4cebab5b228e2b5efc90a70e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 21 04:00:19 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 21 04:00:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd5cd24
7
8 games-puzzle/lightsoff: Fix appdata version info
9
10 Closes: https://bugs.gentoo.org/778845
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 games-puzzle/lightsoff/lightsoff-40.0.1.ebuild | 7 +++++++
14 1 file changed, 7 insertions(+)
15
16 diff --git a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
17 index 47b3e2b9932..211499a9c37 100644
18 --- a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
19 +++ b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
20 @@ -33,6 +33,13 @@ BDEPEND="
21 src_prepare() {
22 xdg_src_prepare
23 vala_src_prepare
24 +
25 + # Bug #778845
26 + sed -i \
27 + -e 's:40\.rc:40~rc:' \
28 + -e 's:40\.beta:40~beta:' \
29 + -e 's:40\.alpha:40~alpha:' \
30 + data/org.gnome.LightsOff.appdata.xml.in || die
31 }
32
33 pkg_postinst() {