diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-06-09 18:13:59 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-06-09 18:13:59 +0000 |
commit | 50288dd0a11449c7480e073c6dd947e922c93943 (patch) | |
tree | d8ac5619ebb80bf189ae06d08c9415b172a230bd /app-editors/xemacs | |
parent | Add ~x86-fbsd keyword (diff) | |
download | gentoo-2-50288dd0a11449c7480e073c6dd947e922c93943.tar.gz gentoo-2-50288dd0a11449c7480e073c6dd947e922c93943.tar.bz2 gentoo-2-50288dd0a11449c7480e073c6dd947e922c93943.zip |
Two minor fixes: remove Application category from desktop file and fix typo with sound configuration.
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-editors/xemacs')
-rw-r--r-- | app-editors/xemacs/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/xemacs/files/xemacs.desktop | 2 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.20-r3.ebuild | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog index 2d4fd33891f4..17de5a0ffad2 100644 --- a/app-editors/xemacs/ChangeLog +++ b/app-editors/xemacs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/xemacs # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.89 2007/05/24 20:54:38 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.90 2007/06/09 18:13:59 graaff Exp $ + + 09 Jun 2007; Hans de Graaff <graaff@gentoo.org> xemacs-21.4.30-r3.ebuild: + Fix silly typo that may affect esd sound configuration. + + 02 Jun 2007; Hans de Graaff <graaff@gentoo.org> files/xemacs.desktop: + Remove Application category from .desktop file as it is not a valid category. 24 May 2007; Christian Faulhammer <opfer@gentoo.org> ChangeLog: corrected ChangeLog, so it conforms to our standards diff --git a/app-editors/xemacs/files/xemacs.desktop b/app-editors/xemacs/files/xemacs.desktop index 11482b40a114..54f23a2f9ef9 100644 --- a/app-editors/xemacs/files/xemacs.desktop +++ b/app-editors/xemacs/files/xemacs.desktop @@ -29,6 +29,6 @@ Exec=xemacs %f Icon=xemacs Type=Application Terminal=false -Categories=Application;Development;TextEditor; +Categories=Development;TextEditor; Encoding=UTF-8 StartupWMClass=Emacs diff --git a/app-editors/xemacs/xemacs-21.4.20-r3.ebuild b/app-editors/xemacs/xemacs-21.4.20-r3.ebuild index d58e2a7a4a6f..11ff3280f5a5 100644 --- a/app-editors/xemacs/xemacs-21.4.20-r3.ebuild +++ b/app-editors/xemacs/xemacs-21.4.20-r3.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/xemacs/xemacs-21.4.20-r3.ebuild,v 1.4 2007/04/30 23:04:57 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.20-r3.ebuild,v 1.5 2007/06/09 18:13:59 graaff Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -145,7 +145,7 @@ src_compile() { # This determines how these sounds should be played use nas && soundconf="${soundconf},nas" - use esd && soundconf="${soundcond},esd" + use esd && soundconf="${soundconf},esd" myconf="${myconf} --with-sound=${soundconf}" |