summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-09-05 07:42:44 +0000
committerJustin Lecher <jlec@gentoo.org>2012-09-05 07:42:44 +0000
commit6543252976d33ab5d5fa94f9476d13bbcbe17ec0 (patch)
tree9b948c92d8dc447694577016aeab14be5c872e58 /dev-util
parentUse domenu instead insinto + doins to install .desktop files (diff)
downloadgentoo-2-6543252976d33ab5d5fa94f9476d13bbcbe17ec0.tar.gz
gentoo-2-6543252976d33ab5d5fa94f9476d13bbcbe17ec0.tar.bz2
gentoo-2-6543252976d33ab5d5fa94f9476d13bbcbe17ec0.zip
Use domenu instead insinto + doins to install .desktop files
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/helpblocks/ChangeLog6
-rw-r--r--dev-util/helpblocks/helpblocks-1.21-r1.ebuild7
2 files changed, 7 insertions, 6 deletions
diff --git a/dev-util/helpblocks/ChangeLog b/dev-util/helpblocks/ChangeLog
index c15554daca1b..d885d146f84f 100644
--- a/dev-util/helpblocks/ChangeLog
+++ b/dev-util/helpblocks/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/helpblocks
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/ChangeLog,v 1.12 2012/04/17 01:55:07 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/ChangeLog,v 1.13 2012/09/05 07:42:44 jlec Exp $
+
+ 05 Sep 2012; Justin Lecher <jlec@gentoo.org> helpblocks-1.21-r1.ebuild:
+ Use domenu instead insinto + doins to install .desktop files
17 Apr 2012; Ryan Hill <dirtyepic@gentoo.org> metadata.xml:
Set wxwidgets as maintainer.
@@ -53,4 +56,3 @@
18 Aug 2006; Alin Nastac <mrness@gentoo.org> +files/helpblocks.desktop,
+files/helpblocks.sh, +metadata.xml, +helpblocks-1.18.ebuild:
Initial version, adapted from dialogblocks ebuild.
-
diff --git a/dev-util/helpblocks/helpblocks-1.21-r1.ebuild b/dev-util/helpblocks/helpblocks-1.21-r1.ebuild
index 9bace86a6f2d..0b00e55d8e46 100644
--- a/dev-util/helpblocks/helpblocks-1.21-r1.ebuild
+++ b/dev-util/helpblocks/helpblocks-1.21-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/helpblocks-1.21-r1.ebuild,v 1.2 2011/03/29 13:13:32 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/helpblocks/helpblocks-1.21-r1.ebuild,v 1.3 2012/09/05 07:42:44 jlec Exp $
EAPI=1
@@ -33,7 +33,6 @@ src_install() {
for i in 32x32 48x48 128x128; do
dosym /opt/helpblocks/appicons/helpblocks${i}.png /usr/share/icons/hicolor/${i}/apps/helpblocks.png
done
- insinto /usr/share/applications
- doins "${FILESDIR}/helpblocks.desktop"
+ domenu "${FILESDIR}/helpblocks.desktop"
newbin "${FILESDIR}/helpblocks.sh" helpblocks
}