From aad36b723591e435c3d6f5c13c133e56d44fa8e8 Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Sat, 14 Nov 2020 22:47:20 +0100 Subject: media-sound/terminatorx: pass .desktop file validation Closes: https://bugs.gentoo.org/740502 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic Signed-off-by: David Seifert --- .../terminatorx/files/terminatorx-4.0.1-desktop-QA.patch | 12 ++++++++++++ media-sound/terminatorx/terminatorx-4.0.1-r2.ebuild | 4 +++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 media-sound/terminatorx/files/terminatorx-4.0.1-desktop-QA.patch (limited to 'media-sound/terminatorx') diff --git a/media-sound/terminatorx/files/terminatorx-4.0.1-desktop-QA.patch b/media-sound/terminatorx/files/terminatorx-4.0.1-desktop-QA.patch new file mode 100644 index 000000000000..970b72f4de81 --- /dev/null +++ b/media-sound/terminatorx/files/terminatorx-4.0.1-desktop-QA.patch @@ -0,0 +1,12 @@ +--- a/terminatorX.desktop ++++ b/terminatorX.desktop +@@ -8,5 +8,5 @@ Comment=Versatile DJ scratching and mixing application. + Terminal=false + Type=Application + Icon=terminatorX +-Categories=Application;AudioVideo; ++Categories=AudioVideo; + StartupNotify=true +-- +2.26.2 + diff --git a/media-sound/terminatorx/terminatorx-4.0.1-r2.ebuild b/media-sound/terminatorx/terminatorx-4.0.1-r2.ebuild index 8e85e9878242..5940c58dd66f 100644 --- a/media-sound/terminatorx/terminatorx-4.0.1-r2.ebuild +++ b/media-sound/terminatorx/terminatorx-4.0.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -47,6 +47,8 @@ PATCHES=( # Fails to build with USE="X vorbis -alsa -debug -mad -pulseaudio # -sox", bug #604288 "${FILESDIR}"/${P}-gtkcombotext.patch + # 740502 + "${FILESDIR}"/${P}-desktop-QA.patch ) src_configure() { -- cgit v1.2.3-65-gdbad