diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-09-05 08:16:38 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-09-05 08:16:38 +0000 |
commit | a0243760501f40bb107ae7afb03237cb8ada9d32 (patch) | |
tree | 963a666e868969aa3804b520538af10ff8aa32f8 /x11-plugins | |
parent | Use domenu instead insinto + doins to install .desktop files (diff) | |
download | gentoo-2-a0243760501f40bb107ae7afb03237cb8ada9d32.tar.gz gentoo-2-a0243760501f40bb107ae7afb03237cb8ada9d32.tar.bz2 gentoo-2-a0243760501f40bb107ae7afb03237cb8ada9d32.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')
-rw-r--r-- | x11-plugins/wmgrabimage/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-plugins/wmgrabimage/ChangeLog b/x11-plugins/wmgrabimage/ChangeLog index f78b72cf03de..a6bf4fd45fec 100644 --- a/x11-plugins/wmgrabimage/ChangeLog +++ b/x11-plugins/wmgrabimage/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmgrabimage # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.15 2012/02/15 09:48:47 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.16 2012/09/05 08:16:38 jlec Exp $ + + 05 Sep 2012; Justin Lecher <jlec@gentoo.org> wmgrabimage-0.72-r1.ebuild: + Use domenu instead insinto + doins to install .desktop files 15 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> wmgrabimage-0.72-r1.ebuild: diff --git a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild index db14a346eecc..09953b2515a5 100644 --- a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild +++ b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.11 2012/02/15 09:48:47 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.12 2012/09/05 08:16:38 jlec Exp $ inherit eutils @@ -48,6 +48,5 @@ src_install() { dodoc ../{BUGS,CHANGES,HINTS,TODO} - insinto /usr/share/applications - doins "${FILESDIR}"/${PN}.desktop + domenu "${FILESDIR}"/${PN}.desktop } |