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 CEE5F138335 for ; Tue, 10 Dec 2019 23:49:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 893F9E098A; Tue, 10 Dec 2019 23:49:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4D6DCE098A for ; Tue, 10 Dec 2019 23:49:54 +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 76DB534D927 for ; Tue, 10 Dec 2019 23:49:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3BB8973 for ; Tue, 10 Dec 2019 23:49:48 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1576021735.c73383474e4815b02ca3feea76b35512b88371f3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gimmix/, media-sound/gimmix/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gimmix/files/gimmix-0.5.7.2-QA-desktop-file.patch media-sound/gimmix/gimmix-0.5.7.2-r1.ebuild X-VCS-Directories: media-sound/gimmix/ media-sound/gimmix/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c73383474e4815b02ca3feea76b35512b88371f3 X-VCS-Branch: master Date: Tue, 10 Dec 2019 23:49: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 55c18372-2143-45cc-b33c-be97fa185c68 X-Archives-Hash: a25753322fa20bc99fba45de5d1a7036 commit: c73383474e4815b02ca3feea76b35512b88371f3 Author: David Seifert gentoo org> AuthorDate: Tue Dec 10 23:48:55 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Dec 10 23:48:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7338347 media-sound/gimmix: Port to EAPI 7 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> .../files/gimmix-0.5.7.2-QA-desktop-file.patch | 11 ++++++ media-sound/gimmix/gimmix-0.5.7.2-r1.ebuild | 40 +++++++++++++--------- 2 files changed, 35 insertions(+), 16 deletions(-) diff --git a/media-sound/gimmix/files/gimmix-0.5.7.2-QA-desktop-file.patch b/media-sound/gimmix/files/gimmix-0.5.7.2-QA-desktop-file.patch new file mode 100644 index 00000000000..1a0b3d0105a --- /dev/null +++ b/media-sound/gimmix/files/gimmix-0.5.7.2-QA-desktop-file.patch @@ -0,0 +1,11 @@ +--- a/data/gimmix.desktop ++++ b/data/gimmix.desktop +@@ -5,6 +5,6 @@ + Terminal=false + Type=Application + StartupNotify=true +-Icon=gimmix.png +-Categories=Application;GTK;AudioVideo; ++Icon=gimmix ++Categories=GTK;AudioVideo; + MimeType= diff --git a/media-sound/gimmix/gimmix-0.5.7.2-r1.ebuild b/media-sound/gimmix/gimmix-0.5.7.2-r1.ebuild index 0b9ae98c4bb..7d875e3d3fd 100644 --- a/media-sound/gimmix/gimmix-0.5.7.2-r1.ebuild +++ b/media-sound/gimmix/gimmix-0.5.7.2-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 -inherit autotools eutils +EAPI=7 + +inherit autotools DESCRIPTION="a graphical music player daemon (MPD) client using GTK+2" HOMEPAGE="https://launchpad.net/gimmix" @@ -13,25 +14,32 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="cover lyrics taglib" -RDEPEND=">=media-libs/libmpd-0.17 - gnome-base/libglade +RDEPEND=" + media-libs/libmpd:= + gnome-base/libglade:= x11-libs/gtk+:2 - cover? ( net-libs/libnxml net-misc/curl ) - lyrics? ( net-libs/libnxml net-misc/curl ) - taglib? ( >=media-libs/taglib-1.5 )" -DEPEND="${RDEPEND} + cover? ( + net-libs/libnxml:= + net-misc/curl:= + ) + lyrics? ( + net-libs/libnxml:= + net-misc/curl:= + ) + taglib? ( media-libs/taglib:= )" +DEPEND="${RDEPEND}" +BDEPEND=" virtual/pkgconfig dev-util/intltool" -DOCS=( AUTHORS ChangeLog README TODO ) +PATCHES=( + "${FILESDIR}"/${PN}-0.5.7.1-curl-headers.patch + "${FILESDIR}"/${P}-format-security.patch + "${FILESDIR}"/${PN}-0.5.7.2-QA-desktop-file.patch +) src_prepare() { - epatch "${FILESDIR}"/${PN}-0.5.7.1-curl-headers.patch \ - "${FILESDIR}"/${P}-format-security.patch - sed -i -e "/^Icon/s/\.png$//" \ - -e "/^Categories/s/Application;//" data/gimmix.desktop - - # broken build system in tarball + default eautoreconf }