From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QpbNw-0000rL-PT for garchives@archives.gentoo.org; Sat, 06 Aug 2011 07:33:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA98721C0B1; Sat, 6 Aug 2011 07:33:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BF6C521C0B1 for ; Sat, 6 Aug 2011 07:33:21 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D0471BC014 for ; Sat, 6 Aug 2011 07:33:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 54DD580040 for ; Sat, 6 Aug 2011 07:33:20 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <925b0b61526905a24d9e1e4178975753e121d187.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-sound/sound-juicer/, media-sound/sound-juicer/files/ X-VCS-Repository: proj/gnome X-VCS-Files: media-sound/sound-juicer/files/sound-juicer-correct-desktop-files.patch media-sound/sound-juicer/sound-juicer-2.99.0_pre20110405.ebuild X-VCS-Directories: media-sound/sound-juicer/ media-sound/sound-juicer/files/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 925b0b61526905a24d9e1e4178975753e121d187 Date: Sat, 6 Aug 2011 07:33:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 55691d06bd1dc87dcf28d579cf7452bd commit: 925b0b61526905a24d9e1e4178975753e121d187 Author: Alexandre Rostovtsev gmail com> AuthorDate: Sat Aug 6 07:29:14 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sat Aug 6 07:29:14 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D925b0b61 media-sound/sound-juicer: fix .desktop file (#377855) Add a tiny patch to use a non-generic Name field in sound-juicer's .desktop file; addresses Gentoo bug #377855 and satisfies Gnome policy (see https://live.gnome.org/GnomeGoals/CorrectDesktopFiles). Upstream bug is at https://bugzilla.gnome.org/show_bug.cgi?id=3D616860 No revision bump since this is a trivial change. --- .../files/sound-juicer-correct-desktop-files.patch | 13 +++++++++++++ .../sound-juicer-2.99.0_pre20110405.ebuild | 6 +++++- 2 files changed, 18 insertions(+), 1 deletions(-) diff --git a/media-sound/sound-juicer/files/sound-juicer-correct-desktop-= files.patch b/media-sound/sound-juicer/files/sound-juicer-correct-desktop= -files.patch new file mode 100644 index 0000000..5d7546b --- /dev/null +++ b/media-sound/sound-juicer/files/sound-juicer-correct-desktop-files.p= atch @@ -0,0 +1,13 @@ +diff --git a/data/sound-juicer.desktop.in.in b/data/sound-juicer.desktop= .in.in +index ecd42e0..3a7dc28 100644 +--- a/data/sound-juicer.desktop.in.in ++++ b/data/sound-juicer.desktop.in.in +@@ -1,5 +1,7 @@ + [Desktop Entry] +-_Name=3DAudio CD Extractor ++_Name=3DSound Juicer ++_GenericName=3DAudio CD Extractor ++_X-GNOME-FullName=3DSound Juicer Audio CD Extractor + _Comment=3DCopy music from your CDs + Exec=3Dsound-juicer %u + Icon=3Dsound-juicer diff --git a/media-sound/sound-juicer/sound-juicer-2.99.0_pre20110405.ebu= ild b/media-sound/sound-juicer/sound-juicer-2.99.0_pre20110405.ebuild index bf178c0..8fd3b5c 100644 --- a/media-sound/sound-juicer/sound-juicer-2.99.0_pre20110405.ebuild +++ b/media-sound/sound-juicer/sound-juicer-2.99.0_pre20110405.ebuild @@ -6,7 +6,7 @@ EAPI=3D"4" GCONF_DEBUG=3D"yes" GNOME2_LA_PUNT=3D"yes" =20 -inherit autotools gnome2 +inherit autotools eutils gnome2 if [[ ${PV} =3D 9999 ]]; then inherit gnome2-live fi @@ -63,6 +63,10 @@ pkg_setup() { } =20 src_prepare() { + # Use non-generic application name. See bug #377855, upstream bug 61686= 0, + # and https://live.gnome.org/GnomeGoals/CorrectDesktopFiles + epatch "${FILESDIR}/${PN}-correct-desktop-files.patch" + gnome-doc-common gnome-doc-prepare --automake intltoolize --force