commit: aad36b723591e435c3d6f5c13c133e56d44fa8e8 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Sat Nov 14 21:47:20 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Nov 14 21:47:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad36b72
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 <jakov.smolic <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> .../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(-) 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 00000000000..970b72f4de8 --- /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 8e85e987824..5940c58dd66 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() {
