diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-05-11 19:55:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-05-11 19:55:43 +0100 |
commit | 185fa19bbf68a4d4dca534d2b46729207a177f16 (patch) | |
tree | a8a537b82fda83a0799c2ca9887f212558363aa7 /games-emulation/mednaffe | |
parent | c8fd0d84af0bfd1949542adc2cbb735b1d28f9ed (diff) |
gentoo resync : 11.05.2021
Diffstat (limited to 'games-emulation/mednaffe')
-rw-r--r-- | games-emulation/mednaffe/Manifest | 4 | ||||
-rw-r--r-- | games-emulation/mednaffe/mednaffe-0.8.7.ebuild | 47 | ||||
-rw-r--r-- | games-emulation/mednaffe/mednaffe-0.9.1.ebuild | 23 |
3 files changed, 25 insertions, 49 deletions
diff --git a/games-emulation/mednaffe/Manifest b/games-emulation/mednaffe/Manifest index c5358cc1cb28..029799974bd8 100644 --- a/games-emulation/mednaffe/Manifest +++ b/games-emulation/mednaffe/Manifest @@ -1,3 +1,3 @@ -DIST mednaffe-0.8.7.tar.gz 304300 BLAKE2B 80a57f2afbea0e33ec547f16088b678fd9a319a124bbebe71fe7848497e1276ae77c0fb47718324d8549dbb69709685f46c970dedf982f48ac095f1923b42dbd SHA512 3495ecd3b87f19ab65d8760ea8adfa830c4dc9fe959f2e2f349216b36f58d9623c9cfd0c7e40fe5e8b7b90846fe85d9808c2a5885f36d5d8b16659b25cf8a3a1 -EBUILD mednaffe-0.8.7.ebuild 869 BLAKE2B b04ffa62a023f0c2f49babc8ebc88e70d8ab9ab24fea303db31d80aa4c66378659dca954df244c762b3273091b97edc5d16f2caab17a98d28422a988b44e6407 SHA512 ac868f6139863cdbec397523688b342640c5f2403fe6e1ceda3326fa04085f6e823b26e0049f4e49cf3114dcfa14f5afad0f264679f78a9c320bd12032341d91 +DIST mednaffe-0.9.1.tar.gz 2000069 BLAKE2B a87c49a3e2cf76b21b6c2522987f5773e519512b2cd192591542204224ce3fe009ebaf1b78d3a332e3a35293dd2a6021ccf34e280c98eaf4227690c57aa973a0 SHA512 02390e7960511756aafb925b77c9eebc099ac81623dfb640dbfcbb342061f885955599d2edbc1d84b8818f7ce459eac183917507235c58c27ce9ab2b3d8eb198 +EBUILD mednaffe-0.9.1.ebuild 515 BLAKE2B 50e37d606d28f37e7d9150d927012db393057b323f8ad40daf2a3e89d3dbf13b1608735343502e1b4420bb925d148b2ab467efb02e34daf68cbf3a13f6894c8a SHA512 e6fd7868192415994a9f4ca585326e372e1fef729854082a4aac0b7d202c9512c3a0cf11454626c83fdc6d4d3d41744bd10bc7f7e360e7ded4964a471ba13ab4 MISC metadata.xml 336 BLAKE2B 36957f8dd3f83bd9fbbf5e504e5dd8b0fced6a57b51a4f31bc322b498ef16178641e13c9033cd6e3746677a6e9fe39e10b049f8a681ef04b0426a682ddec70b5 SHA512 5d0ade58e84b321f763690314eb9fa4d8aa2f8b06f4470466101e4213828d92ad200565d1cd5324a0a4e9ccd9daa0a13ff14f9574f6d6f639c92d0d9235dacb7 diff --git a/games-emulation/mednaffe/mednaffe-0.8.7.ebuild b/games-emulation/mednaffe/mednaffe-0.8.7.ebuild deleted file mode 100644 index 904241ddac84..000000000000 --- a/games-emulation/mednaffe/mednaffe-0.8.7.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools flag-o-matic gnome2-utils - -DESCRIPTION="A front-end (GUI) for mednafen emulator" -HOMEPAGE="https://github.com/AmatCoder/mednaffe" -SRC_URI="https://github.com/AmatCoder/mednaffe/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=dev-libs/glib-2.32:2 - games-emulation/mednafen[debugger] - >=x11-libs/gtk+-3.4:3 -" -DEPEND="${RDEPEND} - app-arch/unzip - virtual/pkgconfig -" - -src_prepare() { - default - append-cflags -Wl,-export-dynamic - sed -i -e 's:$(datadir):/usr/share:' share/Makefile.am || die - eautoreconf -} - -src_configure() { - econf --enable-gtk3 -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/games-emulation/mednaffe/mednaffe-0.9.1.ebuild b/games-emulation/mednaffe/mednaffe-0.9.1.ebuild new file mode 100644 index 000000000000..b8adfde93be4 --- /dev/null +++ b/games-emulation/mednaffe/mednaffe-0.9.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xdg + +DESCRIPTION="Front-end (GUI) for mednafen emulator" +HOMEPAGE="https://github.com/AmatCoder/mednaffe/" +SRC_URI="https://github.com/AmatCoder/mednaffe/releases/download/${PV}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-libs/glib:2 + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3" +RDEPEND=" + ${DEPEND} + >=games-emulation/mednafen-1.22.1" +BDEPEND="virtual/pkgconfig" |