Gentoo Archives: gentoo-commits

From: Samuel Bauer <samuel.bauer@×××××.fr>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/mupen64plus-qt/
Date: Wed, 18 May 2022 02:38:40
Message-Id: 1652841380.25ce61a823d284c2facdc82bc4dccb88991d7414.samuel.bauer@gentoo
1 commit: 25ce61a823d284c2facdc82bc4dccb88991d7414
2 Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
3 AuthorDate: Wed May 18 02:36:20 2022 +0000
4 Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
5 CommitDate: Wed May 18 02:36:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25ce61a8
7
8 games-emulation/mupen64plus-qt: version bump
9
10 Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
11
12 .../{mupen64plus-qt-1.14.ebuild => mupen64plus-qt-1.15.ebuild} | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild
16 similarity index 87%
17 rename from games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild
18 rename to games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild
19 index 790fc311b..bb5dbf0c0 100644
20 --- a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild
21 +++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 2020 Gentoo Authors
24 +# Copyright 2018-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -25,7 +25,6 @@ DEPEND=">=games-emulation/mupen64plus-core-2.5
29 ${RDEPEND}"
30
31 src_prepare() {
32 - sed -i -e '/MatchWildcard/{s/Wildcard/RegExp/; s/"\*"/".*"/}' src/dialogs/settingsdialog.cpp || die
33 sed -i -e '/include.*quazip5/s/quazip5/QuaZip-Qt5-1.1\/quazip/' \
34 src/emulation/emulatorhandler.cpp src/common.cpp || die
35 sed -i -e 's/lquazip5/lquazip1-qt5/' mupen64plus-qt.pro || die