diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-09-05 07:10:16 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-09-05 07:10:16 +0000 |
commit | fec9076ba3987d8a0eb8cd8091e49cb113711454 (patch) | |
tree | f55eda970bb755d71db77ace7d9304cd8f1adb55 /app-editors/scite | |
parent | Use domenu instead insinto + doins to install .desktop files (diff) | |
download | gentoo-2-fec9076ba3987d8a0eb8cd8091e49cb113711454.tar.gz gentoo-2-fec9076ba3987d8a0eb8cd8091e49cb113711454.tar.bz2 gentoo-2-fec9076ba3987d8a0eb8cd8091e49cb113711454.zip |
Use domenu instead insinto + doins to install .desktop files
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/scite')
-rw-r--r-- | app-editors/scite/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/scite/scite-3.1.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog index e812ddf5088b..6971651a8e51 100644 --- a/app-editors/scite/ChangeLog +++ b/app-editors/scite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/scite # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.143 2012/09/03 13:19:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.144 2012/09/05 07:10:16 jlec Exp $ + + 05 Sep 2012; Justin Lecher <jlec@gentoo.org> scite-3.1.0.ebuild: + Use domenu instead insinto + doins to install .desktop files 03 Sep 2012; Agostino Sarubbo <ago@gentoo.org> -scite-3.0.4.ebuild: Remove old diff --git a/app-editors/scite/scite-3.1.0.ebuild b/app-editors/scite/scite-3.1.0.ebuild index eb5fa6446dd0..34bfa53f5e0b 100644 --- a/app-editors/scite/scite-3.1.0.ebuild +++ b/app-editors/scite/scite-3.1.0.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/app-editors/scite/scite-3.1.0.ebuild,v 1.6 2012/08/05 21:58:58 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.1.0.ebuild,v 1.7 2012/09/05 07:10:16 jlec Exp $ EAPI="4" @@ -80,8 +80,7 @@ src_install() { # replace .desktop file with our own working version rm -f "${ED}/usr/share/applications/SciTE.desktop" - insinto /usr/share/applications - doins "${FILESDIR}/scite.desktop" + domenu "${FILESDIR}/scite.desktop" doman ../doc/scite.1 dodoc ../README |