mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
games-emulation/mupen64plus-qt: new ebuild https://bugs.gentoo.org/562444
Signed-off-by: Samuel Bauer <samuel.bauer@yahoo.fr>
This commit is contained in:
8
games-emulation/mupen64plus-qt/metadata.xml
Normal file
8
games-emulation/mupen64plus-qt/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<name>mazes-80</name>
|
||||||
|
<email>mazes-80@none.org</email>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
||||||
45
games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild
Normal file
45
games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
# Copyright 2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit desktop qmake-utils
|
||||||
|
|
||||||
|
DESCRIPTION="A basic launcher for Mupen64Plus"
|
||||||
|
HOMEPAGE="https://github.com/dh4/mupen64plus-qt"
|
||||||
|
SRC_URI="https://github.com/dh4/${PN}/archive/${PV}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="BSD"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
dev-qt/qtcore:5
|
||||||
|
dev-qt/qtnetwork:5
|
||||||
|
dev-qt/qtxml:5
|
||||||
|
dev-qt/qtsql:5
|
||||||
|
dev-qt/qtwidgets:5
|
||||||
|
dev-libs/quazip
|
||||||
|
"
|
||||||
|
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
|
||||||
|
default
|
||||||
|
}
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
eqmake5
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dobin ${PN}
|
||||||
|
dodoc README.md
|
||||||
|
doman resources/${PN}.6
|
||||||
|
domenu resources/${PN}.desktop
|
||||||
|
newicon resources/images/mupen64plus.png ${PN}.png
|
||||||
|
}
|
||||||
45
games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild
Normal file
45
games-emulation/mupen64plus-qt/mupen64plus-qt-9999.ebuild
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
# Copyright 2018-2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit desktop git-r3 qmake-utils
|
||||||
|
|
||||||
|
DESCRIPTION="A basic launcher for Mupen64Plus"
|
||||||
|
HOMEPAGE="https://github.com/dh4/mupen64plus-qt"
|
||||||
|
EGIT_REPO_URI="https://github.com/dh4/mupen64plus-qt"
|
||||||
|
|
||||||
|
LICENSE="BSD"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS=""
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
dev-qt/qtcore:5
|
||||||
|
dev-qt/qtnetwork:5
|
||||||
|
dev-qt/qtxml:5
|
||||||
|
dev-qt/qtsql:5
|
||||||
|
dev-qt/qtwidgets:5
|
||||||
|
dev-libs/quazip
|
||||||
|
"
|
||||||
|
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
|
||||||
|
default
|
||||||
|
}
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
eqmake5
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dobin ${PN}
|
||||||
|
dodoc README.md
|
||||||
|
doman resources/${PN}.6
|
||||||
|
domenu resources/${PN}.desktop
|
||||||
|
newicon resources/images/mupen64plus.png ${PN}.png
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user