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 9CDCA1382C5 for ; Sun, 29 Apr 2018 11:27:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E2EBE09B1; Sun, 29 Apr 2018 11:26:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EC620E09B1 for ; Sun, 29 Apr 2018 11:26:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BBE39335CA2 for ; Sun, 29 Apr 2018 11:26:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD0332B5 for ; Sun, 29 Apr 2018 11:26:48 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1525001186.35f55f98cdb871dfd7e257174fe2a3ffdacc3d81.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mednaffe/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/mednaffe/Manifest games-emulation/mednaffe/mednaffe-0.8.7.ebuild X-VCS-Directories: games-emulation/mednaffe/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 35f55f98cdb871dfd7e257174fe2a3ffdacc3d81 X-VCS-Branch: master Date: Sun, 29 Apr 2018 11:26:48 +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-Archives-Salt: 40f71132-9055-45e9-930e-1c4e014a6d4c X-Archives-Hash: c2062f94004a6ae1e7449578d4830432 commit: 35f55f98cdb871dfd7e257174fe2a3ffdacc3d81 Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 29 11:22:31 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 29 11:26:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f55f98 games-emulation/mednaffe: Version bump Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-emulation/mednaffe/Manifest | 1 + games-emulation/mednaffe/mednaffe-0.8.7.ebuild | 47 ++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/games-emulation/mednaffe/Manifest b/games-emulation/mednaffe/Manifest index e46469bfe6f..2637c79cc93 100644 --- a/games-emulation/mednaffe/Manifest +++ b/games-emulation/mednaffe/Manifest @@ -1 +1,2 @@ +DIST mednaffe-0.8.7.tar.gz 304300 BLAKE2B 80a57f2afbea0e33ec547f16088b678fd9a319a124bbebe71fe7848497e1276ae77c0fb47718324d8549dbb69709685f46c970dedf982f48ac095f1923b42dbd SHA512 3495ecd3b87f19ab65d8760ea8adfa830c4dc9fe959f2e2f349216b36f58d9623c9cfd0c7e40fe5e8b7b90846fe85d9808c2a5885f36d5d8b16659b25cf8a3a1 DIST mednaffe-0.8.zip 311381 BLAKE2B cffa364f58c83dfed85141ed6e740b0e31b76524e8a336b332d79884f745e8d918cfd78658ded4c377b384ccb7dbb921aa883ff3bb0a0d413a2bb00365f0f4a0 SHA512 54747318da956616af2fedba5d9760629d0064140b4aa2bd652208c4fda8cb24dec60d869d6999aaa371d837adcaf0c6761f843277c999c33d98cfdd07bf3776 diff --git a/games-emulation/mednaffe/mednaffe-0.8.7.ebuild b/games-emulation/mednaffe/mednaffe-0.8.7.ebuild new file mode 100644 index 00000000000..904241ddac8 --- /dev/null +++ b/games-emulation/mednaffe/mednaffe-0.8.7.ebuild @@ -0,0 +1,47 @@ +# 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 +}