mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
5dc918f30b
- Bring port directory and package names in sync - Resolve PKGBASE conflict with editors/linux-sublime PR: 205694 Approved by: portmgr blanket (due to PKGBASE conflict)
25 lines
637 B
Desktop File
25 lines
637 B
Desktop File
--- sublime_text.desktop.orig 2015-03-26 07:23:04 UTC
|
|
+++ sublime_text.desktop
|
|
@@ -4,20 +4,9 @@ Type=Application
|
|
Name=Sublime Text
|
|
GenericName=Text Editor
|
|
Comment=Sophisticated text editor for code, markup and prose
|
|
-Exec=/opt/sublime_text/sublime_text %F
|
|
+Exec=sublime %F
|
|
Terminal=false
|
|
MimeType=text/plain;
|
|
Icon=sublime-text
|
|
Categories=TextEditor;Development;
|
|
StartupNotify=true
|
|
-Actions=Window;Document;
|
|
-
|
|
-[Desktop Action Window]
|
|
-Name=New Window
|
|
-Exec=/opt/sublime_text/sublime_text -n
|
|
-OnlyShowIn=Unity;
|
|
-
|
|
-[Desktop Action Document]
|
|
-Name=New File
|
|
-Exec=/opt/sublime_text/sublime_text --command new_file
|
|
-OnlyShowIn=Unity;
|