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

Collapse All | Expand All

(-)elementary-code/Makefile (-2 / +3 lines)
Lines 28-35 Link Here
28
		libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
28
		libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
29
		libzeitgeist-2.0.so:sysutils/zeitgeist
29
		libzeitgeist-2.0.so:sysutils/zeitgeist
30
30
31
USES=		desktop-file-utils gnome meson ninja pkgconfig python:3.7,build \
31
USES=		desktop-file-utils gnome gettext meson ninja pkgconfig \
32
		xorg
32
		python:3.7,build xorg
33
USE_GITHUB=	yes
33
USE_GITHUB=	yes
34
GH_ACCOUNT=	elementary
34
GH_ACCOUNT=	elementary
35
GH_PROJECT=	code
35
GH_PROJECT=	code
Lines 37-42 Link Here
37
GLIB_SCHEMAS=	io.elementary.code.gschema.xml
37
GLIB_SCHEMAS=	io.elementary.code.gschema.xml
38
INSTALLS_ICONS=	yes
38
INSTALLS_ICONS=	yes
39
USE_XORG=	x11
39
USE_XORG=	x11
40
USE_LDCONFIG=	yes
40
41
41
BINARY_ALIAS=	python3=${PYTHON_CMD}
42
BINARY_ALIAS=	python3=${PYTHON_CMD}
42
43
(-)elementary-code/pkg-plist (+2 lines)
Lines 6-11 Link Here
6
lib/io.elementary.code/plugins/browser-preview/libbrowser-preview.so
6
lib/io.elementary.code/plugins/browser-preview/libbrowser-preview.so
7
lib/io.elementary.code/plugins/detect-indent/detect-indent.plugin
7
lib/io.elementary.code/plugins/detect-indent/detect-indent.plugin
8
lib/io.elementary.code/plugins/detect-indent/libdetect-indent.so
8
lib/io.elementary.code/plugins/detect-indent/libdetect-indent.so
9
lib/io.elementary.code/plugins/editorconfig/editorconfig.plugin
10
lib/io.elementary.code/plugins/editorconfig/libeditorconfig.so
9
lib/io.elementary.code/plugins/highlight-word-selection/highlight-word-selection.plugin
11
lib/io.elementary.code/plugins/highlight-word-selection/highlight-word-selection.plugin
10
lib/io.elementary.code/plugins/highlight-word-selection/libhighlight-word-selection.so
12
lib/io.elementary.code/plugins/highlight-word-selection/libhighlight-word-selection.so
11
lib/io.elementary.code/plugins/outline/liboutline.so
13
lib/io.elementary.code/plugins/outline/liboutline.so

Return to bug 247610