summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-09-05 08:20:34 +0000
committerJustin Lecher <jlec@gentoo.org>2012-09-05 08:20:34 +0000
commita69d31a7100becf3138e377a6834e3f4167dbb43 (patch)
treec80a66e4c1c9e5624a276854dc94e3f3a73d9671 /x11-plugins/wmgrabimage
parentUse domenu instead insinto + doins to install .desktop files (diff)
downloadhistorical-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/wmgrabimage')
-rw-r--r--x11-plugins/wmgrabimage/ChangeLog5
-rw-r--r--x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild5
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
}