summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-04-21 00:00:19 -0400
committerMatt Turner <mattst88@gentoo.org>2021-04-21 00:00:24 -0400
commit5cd5cd2493df349f4cebab5b228e2b5efc90a70e (patch)
tree329cbfcddd6d88ddcb99b44e74a32fe5bfccb229 /games-puzzle
parentgames-puzzle/gnome-sudoku: Fix appdata version info (diff)
downloadgentoo-5cd5cd2493df349f4cebab5b228e2b5efc90a70e.tar.gz
gentoo-5cd5cd2493df349f4cebab5b228e2b5efc90a70e.tar.bz2
gentoo-5cd5cd2493df349f4cebab5b228e2b5efc90a70e.zip
games-puzzle/lightsoff: Fix appdata version info
Closes: https://bugs.gentoo.org/778845 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/lightsoff/lightsoff-40.0.1.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
index 47b3e2b99329..211499a9c37f 100644
--- a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
+++ b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
@@ -33,6 +33,13 @@ BDEPEND="
src_prepare() {
xdg_src_prepare
vala_src_prepare
+
+ # Bug #778845
+ sed -i \
+ -e 's:40\.rc:40~rc:' \
+ -e 's:40\.beta:40~beta:' \
+ -e 's:40\.alpha:40~alpha:' \
+ data/org.gnome.LightsOff.appdata.xml.in || die
}
pkg_postinst() {