From 25ce61a823d284c2facdc82bc4dccb88991d7414 Mon Sep 17 00:00:00 2001 From: Samuel Bauer Date: Wed, 18 May 2022 04:36:20 +0200 Subject: [PATCH] games-emulation/mupen64plus-qt: version bump Signed-off-by: Samuel Bauer --- .../{mupen64plus-qt-1.14.ebuild => mupen64plus-qt-1.15.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename games-emulation/mupen64plus-qt/{mupen64plus-qt-1.14.ebuild => mupen64plus-qt-1.15.ebuild} (87%) diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild similarity index 87% rename from games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild rename to games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild index 790fc311b0..bb5dbf0c0e 100644 --- a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild +++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2018-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,7 +25,6 @@ DEPEND=">=games-emulation/mupen64plus-core-2.5 ${RDEPEND}" src_prepare() { - sed -i -e '/MatchWildcard/{s/Wildcard/RegExp/; s/"\*"/".*"/}' src/dialogs/settingsdialog.cpp || die sed -i -e '/include.*quazip5/s/quazip5/QuaZip-Qt5-1.1\/quazip/' \ src/emulation/emulatorhandler.cpp src/common.cpp || die sed -i -e 's/lquazip5/lquazip1-qt5/' mupen64plus-qt.pro || die