diff options
author | 2012-09-05 08:13:21 +0000 | |
---|---|---|
committer | 2012-09-05 08:13:21 +0000 | |
commit | 517fbe5ed4aa3c6a4c6f4df908e79815b4151323 (patch) | |
tree | f92ae403f031f6a8323664914236ea6bdc6c9af0 /x11-apps | |
parent | Remove unused wrapper by Arfrever. (diff) | |
download | gentoo-2-517fbe5ed4aa3c6a4c6f4df908e79815b4151323.tar.gz gentoo-2-517fbe5ed4aa3c6a4c6f4df908e79815b4151323.tar.bz2 gentoo-2-517fbe5ed4aa3c6a4c6f4df908e79815b4151323.zip |
Use domenu instead insinto + doins to install .desktop files
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/whyteboard/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/whyteboard/whyteboard-0.41.1.ebuild | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/x11-apps/whyteboard/ChangeLog b/x11-apps/whyteboard/ChangeLog index 6508f493aa73..b5fc3f94b715 100644 --- a/x11-apps/whyteboard/ChangeLog +++ b/x11-apps/whyteboard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/whyteboard # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/ChangeLog,v 1.3 2012/01/26 18:53:38 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/ChangeLog,v 1.4 2012/09/05 08:13:21 jlec Exp $ + + 05 Sep 2012; Justin Lecher <jlec@gentoo.org> whyteboard-0.41.1.ebuild: + Use domenu instead insinto + doins to install .desktop files 26 Jan 2012; Fabio Erculiani <lxnay@gentoo.org> whyteboard-0.41.1.ebuild, -files/whyteboard.png: @@ -14,4 +17,3 @@ 20 Jan 2011; Fabio Erculiani <lxnay@gentoo.org> +whyteboard-0.41.1.ebuild, +files/whyteboard.desktop, +files/whyteboard.png, +metadata.xml: new ebuild, close bug #348305 - diff --git a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild b/x11-apps/whyteboard/whyteboard-0.41.1.ebuild index f791003ca2ed..5bf51888d8e7 100644 --- a/x11-apps/whyteboard/whyteboard-0.41.1.ebuild +++ b/x11-apps/whyteboard/whyteboard-0.41.1.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-apps/whyteboard/whyteboard-0.41.1.ebuild,v 1.2 2012/01/26 18:53:38 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/whyteboard/whyteboard-0.41.1.ebuild,v 1.3 2012/09/05 08:13:21 jlec Exp $ EAPI="3" @@ -28,8 +28,7 @@ src_install() { insinto /usr/share/pixmaps doins "${DISTDIR}/${PN}.png" || die - insinto /usr/share/applications - doins "${FILESDIR}/${PN}.desktop" || die + domenu "${FILESDIR}/${PN}.desktop" || die dodoc CHANGELOG.txt DEVELOPING.txt README.txt TODO.txt || die |