diff options
author | sem <sem@FreeBSD.org> | 2005-06-15 07:25:14 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-06-15 07:25:14 +0000 |
commit | cb5582a230f84c0f5c9d155ab5dd67490dbb7037 (patch) | |
tree | a813cdc8356779eace8b040b179ee310105a23d8 /editors/xemacs/files | |
parent | a63e49e0fa1c84c600a102c087d6959da74d212a (diff) | |
download | FreeBSD-ports-cb5582a230f84c0f5c9d155ab5dd67490dbb7037.zip FreeBSD-ports-cb5582a230f84c0f5c9d155ab5dd67490dbb7037.tar.gz |
- Make packages optional (WITHOUT_XEMACS_PACKAGES).
- Remove dependency on mail/faces (it is not required for an base
editor configuration and it pulls in gtk1 and what comes with that.
- Integrate with the GNOME desktop if installed.
PR: ports/68826
Submitted by: Pawel Worach <pawel.worach@telia.com>
Diffstat (limited to 'editors/xemacs/files')
-rw-r--r-- | editors/xemacs/files/xemacs.desktop.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/xemacs/files/xemacs.desktop.in b/editors/xemacs/files/xemacs.desktop.in new file mode 100644 index 0000000..66e1abd --- /dev/null +++ b/editors/xemacs/files/xemacs.desktop.in @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=XEmacs +Comment=XEmacs Text Editor +Exec=xemacs %F +Terminal=false +Type=Application +Icon=@XEMACS_ICON@ +Categories=Application;Utility;TextEditor; |