From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C33FE1382C5 for ; Wed, 21 Apr 2021 04:00:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF9FDE0855; Wed, 21 Apr 2021 04:00:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D93EE083E for ; Wed, 21 Apr 2021 04:00:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4AA5340F59 for ; Wed, 21 Apr 2021 04:00:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 516FF673 for ; Wed, 21 Apr 2021 04:00:42 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1618977624.5cd5cd2493df349f4cebab5b228e2b5efc90a70e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/lightsoff/lightsoff-40.0.1.ebuild X-VCS-Directories: games-puzzle/lightsoff/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5cd5cd2493df349f4cebab5b228e2b5efc90a70e X-VCS-Branch: master Date: Wed, 21 Apr 2021 04:00:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ec24abab-d308-42a5-af10-451f2c394ef7 X-Archives-Hash: 9af665378913636b7ccfcb6610de9f5f commit: 5cd5cd2493df349f4cebab5b228e2b5efc90a70e Author: Matt Turner gentoo org> AuthorDate: Wed Apr 21 04:00:19 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Apr 21 04:00:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd5cd24 games-puzzle/lightsoff: Fix appdata version info Closes: https://bugs.gentoo.org/778845 Signed-off-by: Matt Turner gentoo.org> games-puzzle/lightsoff/lightsoff-40.0.1.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild index 47b3e2b9932..211499a9c37 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() {