diff options
author | 2012-09-05 07:48:29 +0000 | |
---|---|---|
committer | 2012-09-05 07:48:29 +0000 | |
commit | 2028e966db39f2dc50e12c2c90cbe98091120eb8 (patch) | |
tree | 4de5cd890acf73333686dc1b86e63768eabf5e26 /dev-util/helpblocks | |
parent | Use domenu instead insinto + doins to install .desktop files (diff) | |
download | historical-2028e966db39f2dc50e12c2c90cbe98091120eb8.tar.gz historical-2028e966db39f2dc50e12c2c90cbe98091120eb8.tar.bz2 historical-2028e966db39f2dc50e12c2c90cbe98091120eb8.zip |
Use domenu instead insinto + doins to install .desktop files
Package-Manager: portage-2.2.0_alpha124/cvs/Linux x86_64
Diffstat (limited to 'dev-util/helpblocks')
-rw-r--r-- | dev-util/helpblocks/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/helpblocks/helpblocks-1.21-r1.ebuild | 7 |
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 } |