Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149944 - media-video/xine-ui-0.99.5_pre20060716 installs desktop file to wrong location
Summary: media-video/xine-ui-0.99.5_pre20060716 installs desktop file to wrong location
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-03 04:40 UTC by Jakub Moc (RETIRED)
Modified: 2007-03-03 23:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Moc (RETIRED) gentoo-dev 2006-10-03 04:40:48 UTC
It's not useful in /usr/share/xine/desktop. Please, apply the patch below:

<snip>
--- xine-ui-0.99.5_pre20060716.ebuild.orig	2006-10-03 13:38:51.000000000 +0200
+++ xine-ui-0.99.5_pre20060716.ebuild	2006-10-03 13:34:49.000000000 +0200
@@ -68,6 +68,8 @@
 
 src_install() {
 	emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" docsdir="/usr/share/doc/${PF}" install || die
-
 	dodoc AUTHORS ChangeLog NEWS README
+	insinto /usr/share/applications
+	newins misc/desktops/xine.desktop xine-${PN}.desktop
+	rm -rf ${D}/usr/share/xine/desktop
 }
</snip>

Thanks.
Comment 1 Pacho Ramos gentoo-dev 2007-03-03 22:56:01 UTC
Fixed in media-video/xine-ui-0.99.5_pre20070303
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-03-03 23:03:54 UTC
Indeed...