summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-09-05 08:14:17 +0000
committerJustin Lecher <jlec@gentoo.org>2012-09-05 08:14:17 +0000
commit716418e7e77ae018efaae69a0f14c93f1f632a1b (patch)
tree7851a5dd3fe21cfa4b955c96d732d596c9a1ae86 /x11-plugins/wmcdplay
parentUse domenu instead insinto + doins to install .desktop files (diff)
downloadgentoo-2-716418e7e77ae018efaae69a0f14c93f1f632a1b.tar.gz
gentoo-2-716418e7e77ae018efaae69a0f14c93f1f632a1b.tar.bz2
gentoo-2-716418e7e77ae018efaae69a0f14c93f1f632a1b.zip
Use domenu instead insinto + doins to install .desktop files
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/wmcdplay')
-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
}