media-video/xine-ui: QA: Fix .desktop file
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 3 Oct 2018 17:58:08 +0000 (19:58 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 3 Oct 2018 18:05:33 +0000 (20:05 +0200)
Closes: https://bugs.gentoo.org/486358
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

media-video/xine-ui/files/xine-ui-0.99.10-desktop.patch [new file with mode: 0644]
media-video/xine-ui/xine-ui-0.99.10.ebuild

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 (file)
index 0000000..04aecb7
--- /dev/null
@@ -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
index 12355a49bf956fe1606ca8f41f43fd78a5967a4b..66fffbd153c0b1e76fce1d1ac133d4faacb1de4d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit gnome2-utils xdg-utils
+inherit autotools gnome2-utils xdg-utils
 
 DESCRIPTION="Xine movie player"
 HOMEPAGE="https://xine-project.org/home"
@@ -48,10 +48,14 @@ DEPEND="${RDEPEND}
        )
 "
 
-PATCHES=( "${FILESDIR}"/${P}-libcaca.patch )
+PATCHES=(
+       "${FILESDIR}"/${P}-desktop.patch
+       "${FILESDIR}"/${P}-libcaca.patch
+)
 
 src_prepare() {
        default
+       eautoreconf
        rm misc/xine-bugreport || die
 }