diff options
author | 2012-09-05 08:20:34 +0000 | |
---|---|---|
committer | 2012-09-05 08:20:34 +0000 | |
commit | a69d31a7100becf3138e377a6834e3f4167dbb43 (patch) | |
tree | c80a66e4c1c9e5624a276854dc94e3f3a73d9671 /x11-plugins/wmcdplay | |
parent | Use domenu instead insinto + doins to install .desktop files (diff) | |
download | historical-a69d31a7100becf3138e377a6834e3f4167dbb43.tar.gz historical-a69d31a7100becf3138e377a6834e3f4167dbb43.tar.bz2 historical-a69d31a7100becf3138e377a6834e3f4167dbb43.zip |
Use domenu instead insinto + doins to install .desktop files
Package-Manager: portage-2.2.0_alpha124/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins/wmcdplay')
-rw-r--r-- | x11-plugins/wmcdplay/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild | 7 |
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 } |