summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-03 19:58:08 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-03 20:05:33 +0200
commita248b92d13cc2d8ca840a3f53e17b4000ab2fca5 (patch)
tree2b7c63cf21c052795c2acc8ba11c4cb005ccecf4 /media-video/xine-ui/files
parentmedia-video/xine-ui: Fix HOMEPAGE (diff)
downloadgentoo-a248b92d13cc2d8ca840a3f53e17b4000ab2fca5.tar.gz
gentoo-a248b92d13cc2d8ca840a3f53e17b4000ab2fca5.tar.bz2
gentoo-a248b92d13cc2d8ca840a3f53e17b4000ab2fca5.zip
media-video/xine-ui: QA: Fix .desktop file
Closes: https://bugs.gentoo.org/486358 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'media-video/xine-ui/files')
-rw-r--r--media-video/xine-ui/files/xine-ui-0.99.10-desktop.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/media-video/xine-ui/files/xine-ui-0.99.10-desktop.patch b/media-video/xine-ui/files/xine-ui-0.99.10-desktop.patch
new file mode 100644
index 000000000000..04aecb7ccf11
--- /dev/null
+++ b/media-video/xine-ui/files/xine-ui-0.99.10-desktop.patch
@@ -0,0 +1,23 @@
+--- a/misc/desktops/xine.desktop.in 2017-12-28 17:34:15.000000000 +0100
++++ b/misc/desktops/xine.desktop.in 2018-10-03 18:53:23.909196224 +0200
+@@ -6,5 +6,5 @@
+ Icon=xine
+ Terminal=false
+ Type=Application
+-Categories=Application;AudioVideo;Player;
+-MimeType=
+\ No newline at end of file
++Categories=AudioVideo;Player;
++MimeType=
+\ No newline at end of file
+--- a/misc/desktops/Makefile.am 2017-12-28 17:34:15.000000000 +0100
++++ b/misc/desktops/Makefile.am 2018-10-03 19:52:23.262534618 +0200
+@@ -32,7 +32,7 @@
+ if XINE_LIST
+ xine.desktop: xine.desktop.in @XINE_LIST@
+ $(AM_V_GEN)cat $< > $@; \
+- @XINE_LIST@ | perl -ne 'print join(";",sort(split(";")))' >> $@; \
++ @XINE_LIST@ | perl -ne 'print join("\n",split(";"))' | sort -u | xargs | perl -ne 'print join(";",sort(split(" ")))' >> $@; \
+ echo ';$(INPUT_MIME_TYPES)' >> $@
+ else
+ XINE_MIME = $(if $(shell test "$(XINE_CONFIG)" = '' && echo y),$(shell pkg-config --variable=plugindir libxine),$(shell $(XINE_CONFIG) --plugindir))/mime.types