diff -ruN a/Makefile elementary-code/Makefile --- a/Makefile 2020-06-29 01:18:59.673134000 +0800 +++ elementary-code/Makefile 2020-06-28 22:29:15.978357000 +0800 @@ -28,8 +28,8 @@ libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libzeitgeist-2.0.so:sysutils/zeitgeist -USES= desktop-file-utils gnome meson ninja pkgconfig python:3.7,build \ - xorg +USES= desktop-file-utils gnome gettext meson ninja pkgconfig \ + python:3.7,build xorg USE_GITHUB= yes GH_ACCOUNT= elementary GH_PROJECT= code @@ -37,6 +37,7 @@ GLIB_SCHEMAS= io.elementary.code.gschema.xml INSTALLS_ICONS= yes USE_XORG= x11 +USE_LDCONFIG= yes BINARY_ALIAS= python3=${PYTHON_CMD} diff -ruN a/pkg-plist elementary-code/pkg-plist --- a/pkg-plist 2020-06-29 01:18:59.679637000 +0800 +++ elementary-code/pkg-plist 2020-06-28 22:36:51.253326000 +0800 @@ -6,6 +6,8 @@ lib/io.elementary.code/plugins/browser-preview/libbrowser-preview.so lib/io.elementary.code/plugins/detect-indent/detect-indent.plugin lib/io.elementary.code/plugins/detect-indent/libdetect-indent.so +lib/io.elementary.code/plugins/editorconfig/editorconfig.plugin +lib/io.elementary.code/plugins/editorconfig/libeditorconfig.so lib/io.elementary.code/plugins/highlight-word-selection/highlight-word-selection.plugin lib/io.elementary.code/plugins/highlight-word-selection/libhighlight-word-selection.so lib/io.elementary.code/plugins/outline/liboutline.so