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

Collapse All | Expand All

(-)editors/codelite/Makefile (+2 lines)
Lines 11-16 Link Here
11
LICENSE=	GPLv2+
11
LICENSE=	GPLv2+
12
12
13
RUN_DEPENDS=	xterm:x11/xterm
13
RUN_DEPENDS=	xterm:x11/xterm
14
LIB_DEPENDS+=	libhunspell-1.3.so:textproc/hunspell
14
15
15
USE_GITHUB=	yes
16
USE_GITHUB=	yes
16
GH_ACCOUNT=	eranif
17
GH_ACCOUNT=	eranif
Lines 17-22 Link Here
17
18
18
USES=		cmake:outsource compiler:c++11-lib dos2unix execinfo gettext \
19
USES=		cmake:outsource compiler:c++11-lib dos2unix execinfo gettext \
19
		pathfix shebangfix sqlite
20
		pathfix shebangfix sqlite
21
USE_GNOME+=	cairo gtk20
20
DOS2UNIX_GLOB=	*.cpp *.txt
22
DOS2UNIX_GLOB=	*.cpp *.txt
21
SHEBANG_FILES=	Runtime/codelite_xterm
23
SHEBANG_FILES=	Runtime/codelite_xterm
22
bash_CMD=	/bin/sh
24
bash_CMD=	/bin/sh
(-)editors/codelite/pkg-plist (+10 lines)
Lines 9-14 Link Here
9
bin/codelite_indexer
9
bin/codelite_indexer
10
bin/codelite_kill_children
10
bin/codelite_kill_children
11
bin/codelite_xterm
11
bin/codelite_xterm
12
%%CLANG34%%bin/codelite-lldb
13
%%CLANG34%%lib/codelite/LLDBDebugger.so
14
%%CLANG35%%bin/codelite-lldb
15
%%CLANG35%%lib/codelite/LLDBDebugger.so
16
%%CLANG36%%bin/codelite-lldb
17
%%CLANG36%%lib/codelite/LLDBDebugger.so
18
%%CLANG37%%bin/codelite-lldb
19
%%CLANG37%%lib/codelite/LLDBDebugger.so
20
%%CLANG38%%bin/codelite-lldb
21
%%CLANG38%%lib/codelite/LLDBDebugger.so
12
lib/codelite/CMakePlugin.so
22
lib/codelite/CMakePlugin.so
13
lib/codelite/CallGraph.so
23
lib/codelite/CallGraph.so
14
lib/codelite/CodeFormatter.so
24
lib/codelite/CodeFormatter.so

Return to bug 211587