View | Details | Raw Unified | Return to bug 203783 | Differences between
and this patch

Collapse All | Expand All

(-)b/editors/sublime3/Makefile (-1 / +1 lines)
Lines 11-17 DISTNAME= sublime_text_3_build_3083_x32 Link Here
11
MAINTAINER=	miguelmclara@gmail.com
11
MAINTAINER=	miguelmclara@gmail.com
12
COMMENT=	Sophisticated text editor for code, markup and prose
12
COMMENT=	Sophisticated text editor for code, markup and prose
13
13
14
USES=		tar:bzip2 desktop-file-utils
14
USES=		desktop-file-utils tar:bzip2
15
INSTALLS_ICONS=	yes
15
INSTALLS_ICONS=	yes
16
WRKSRC=		${WRKDIR}/sublime_text_3
16
WRKSRC=		${WRKDIR}/sublime_text_3
17
17
(-)b/editors/sublime3/files/patch-sublime_text.desktop (-3 / +3 lines)
Lines 1-6 Link Here
1
--- sublime_text.desktop.orig	2014-08-27 
1
--- sublime_text.desktop.orig	2015-03-26 07:23:04 UTC
2
+++ sublime_text.desktop	
2
+++ sublime_text.desktop
3
@@ -4,20 +4,9 @@
3
@@ -4,20 +4,9 @@ Type=Application
4
 Name=Sublime Text
4
 Name=Sublime Text
5
 GenericName=Text Editor
5
 GenericName=Text Editor
6
 Comment=Sophisticated text editor for code, markup and prose
6
 Comment=Sophisticated text editor for code, markup and prose
(-)b/editors/sublime3/files/sublime.in (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/compat/linux/bin/sh
1
#!/compat/linux/bin/sh
2
if [ -L "/dev/shm" ];then
2
if [ -L "/dev/shm" ];then
3
	%%DATADIR%%/sublime_text $*
3
	%%DATADIR%%/sublime_text "$@"
4
else
4
else
5
        echo    "Some Linux applications use shared memory.
5
        echo    "Some Linux applications use shared memory.
6
6

Return to bug 203783