diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-11-14 22:47:20 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-11-14 22:47:20 +0100 |
commit | aad36b723591e435c3d6f5c13c133e56d44fa8e8 (patch) | |
tree | e34b9456d3db322eb57703c630fc71e0bd54fc90 /media-sound | |
parent | media-sound/spek: update desktop mimeinfo cache (diff) | |
download | gentoo-aad36b723591e435c3d6f5c13c133e56d44fa8e8.tar.gz gentoo-aad36b723591e435c3d6f5c13c133e56d44fa8e8.tar.bz2 gentoo-aad36b723591e435c3d6f5c13c133e56d44fa8e8.zip |
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@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/terminatorx/files/terminatorx-4.0.1-desktop-QA.patch | 12 | ||||
-rw-r--r-- | media-sound/terminatorx/terminatorx-4.0.1-r2.ebuild | 4 |
2 files changed, 15 insertions, 1 deletions
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() { |