summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-plugins/wmcdplay/ChangeLog7
-rw-r--r--x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-plugins/wmcdplay/ChangeLog b/x11-plugins/wmcdplay/ChangeLog
index 7b7e69ab2ab9..1bf2de002039 100644
--- a/x11-plugins/wmcdplay/ChangeLog
+++ b/x11-plugins/wmcdplay/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmcdplay
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcdplay/ChangeLog,v 1.8 2010/08/31 10:07:38 s4t4n Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcdplay/ChangeLog,v 1.9 2012/09/05 08:14:17 jlec Exp $
+
+ 05 Sep 2012; Justin Lecher <jlec@gentoo.org> wmcdplay-1.0_beta1.ebuild:
+ Use domenu instead insinto + doins to install .desktop files
31 Aug 2010; Michele Noberasco <s4t4n@gentoo.org> wmcdplay-1.0_beta1.ebuild:
Honour LDFLAGS. Closes bug #335376.
diff --git a/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild b/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild
index 641f712b05ac..4485217f6c7c 100644
--- a/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild
+++ b/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild,v 1.9 2010/08/31 10:07:38 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild,v 1.10 2012/09/05 08:14:17 jlec Exp $
inherit eutils
@@ -46,6 +46,5 @@ src_install() {
dodoc ARTWORK README
- insinto /usr/share/applications
- doins "${FILESDIR}"/${PN}.desktop
+ domenu "${FILESDIR}"/${PN}.desktop
}