diff options
author | 2007-12-06 20:20:36 +0000 | |
---|---|---|
committer | 2007-12-06 20:20:36 +0000 | |
commit | 6bf41934489579b2abf0b851bb0b1ad4537f273b (patch) | |
tree | 2a623ec909c46c42db9da723e408c10a7d7d004d /app-editors/jasspa-microemacs | |
parent | Remove the desktop file on USE=-gtk (diff) | |
download | gentoo-2-6bf41934489579b2abf0b851bb0b1ad4537f273b.tar.gz gentoo-2-6bf41934489579b2abf0b851bb0b1ad4537f273b.tar.bz2 gentoo-2-6bf41934489579b2abf0b851bb0b1ad4537f273b.zip |
really generate a valid desktop file this time
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-editors/jasspa-microemacs')
-rw-r--r-- | app-editors/jasspa-microemacs/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/jasspa-microemacs/ChangeLog b/app-editors/jasspa-microemacs/ChangeLog index 103e089a5e40..1e0b28016d35 100644 --- a/app-editors/jasspa-microemacs/ChangeLog +++ b/app-editors/jasspa-microemacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/jasspa-microemacs # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.30 2007/12/06 19:15:27 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.31 2007/12/06 20:20:36 opfer Exp $ + + 06 Dec 2007; Christian Faulhammer <opfer@gentoo.org> + jasspa-microemacs-20060909-r1.ebuild: + really generate a valid desktop file this time 06 Dec 2007; Christian Faulhammer <opfer@gentoo.org> -files/jasspa-microemacs.desktop, jasspa-microemacs-20060909-r1.ebuild: diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild index 601f7fbc3c4a..7e95fd4a5e44 100644 --- a/app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild +++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild,v 1.6 2007/12/06 19:15:27 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20060909-r1.ebuild,v 1.7 2007/12/06 20:20:36 opfer Exp $ inherit eutils toolchain-funcs @@ -65,7 +65,7 @@ src_install() { keepdir /usr/share/jasspa/site insinto /usr/share doins -r "${WORKDIR}/jasspa" - make_desktop_entry me "Jasspa MicroEmacs" /usr/share/jasspa/icons/32x32/me.png Application + make_desktop_entry me "Jasspa MicroEmacs" /usr/share/jasspa/icons/32x32/me.png "Utility;TextEditor" fi dodoc ../faq.txt ../readme.txt ../change.log || die "dodoc failed" |