emacsVER.menu 699 B

123456789101112131415161718
  1. ?package(@PKG_NAME@):\
  2. needs="X11"\
  3. section="Applications/Editors"\
  4. title="Emacs @MENU_VERSION@ (X11)"\
  5. command="/usr/bin/@DEB_FLAVOR@"\
  6. icon16x16="/usr/share/emacs/@FULL_VERSION@/etc/images/icons/hicolor/16x16/apps/emacs.xpm"\
  7. icon32x32="/usr/share/emacs/@FULL_VERSION@/etc/images/icons/hicolor/32x32/apps/emacs.xpm"\
  8. hints="Text"
  9. ?package(@PKG_NAME@):\
  10. needs="text"\
  11. section="Applications/Editors"\
  12. title="Emacs @MENU_VERSION@ (text)"\
  13. command="/usr/bin/@DEB_FLAVOR@ -nw"\
  14. icon16x16="/usr/share/emacs/@FULL_VERSION@/etc/images/icons/hicolor/16x16/apps/emacs.xpm"\
  15. icon32x32="/usr/share/emacs/@FULL_VERSION@/etc/images/icons/hicolor/32x32/apps/emacs.xpm"\
  16. hints="Text"