mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
editors/elementary-code: update to 7.4.0
ChangeLog: https://github.com/elementary/code/releases/tag/7.4.0 * Add symbol filter to Outline pane * Updated translations PR: 284020 Reported by: duchateau.olivier@gmail.com Approved by: miguel@gocobachi.dev (maintainer, timeout > 2 weeks)
This commit is contained in:
parent
24f8eec5a2
commit
725ee99f05
3 changed files with 11 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= elementary-code
|
||||
DISTVERSION= 7.1.0
|
||||
PORTREVISION= 5
|
||||
PORTNAME= code
|
||||
DISTVERSION= 7.4.0
|
||||
CATEGORIES= editors
|
||||
PKGNAMEPREFIX= elementary-
|
||||
|
||||
MAINTAINER= miguel@gocobachi.dev
|
||||
COMMENT= Code editor designed for elementary OS
|
||||
|
@ -19,25 +19,17 @@ LIB_DEPENDS= libeditorconfig.so:editors/editorconfig-core-c \
|
|||
libhandy-1.so:x11-toolkits/libhandy \
|
||||
libpeas-1.0.so:devel/libpeas \
|
||||
libpeas-gtk-1.0.so:devel/libpeas \
|
||||
libsoup-2.4.so:devel/libsoup \
|
||||
libwebkit2gtk-4.0.so:www/webkit2-gtk3
|
||||
libsoup-2.4.so:devel/libsoup
|
||||
RUN_DEPENDS= droid-fonts-ttf>0:x11-fonts/droid-fonts-ttf \
|
||||
pkcheck:sysutils/polkit
|
||||
|
||||
USES= compiler:c++11-lang desktop-file-utils gettext gnome meson \
|
||||
ninja pkgconfig python:build vala:lib xorg
|
||||
pkgconfig vala:lib
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= elementary
|
||||
GH_PROJECT= code
|
||||
USE_GNOME= atk cairo glib20 gtk30 gtksourceview4 pango vte3
|
||||
USE_GNOME= cairo glib20 gtk30 gtksourceview4 pango vte3
|
||||
GLIB_SCHEMAS= io.elementary.code.gschema.xml \
|
||||
io.elementary.code.plugins.spell.gschema.xml
|
||||
USE_LDCONFIG= yes
|
||||
USE_XORG= x11
|
||||
|
||||
BINARY_ALIAS= python3=${PYTHON_CMD}
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC}/${MESON_BUILD_DIR} && ninja test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1691330176
|
||||
SHA256 (elementary-code-7.1.0_GH0.tar.gz) = 08ec4f778fd1d4acc2a4e0ee79a1680200d8ef68a262e46e1d80aadc0b4a3388
|
||||
SIZE (elementary-code-7.1.0_GH0.tar.gz) = 1800657
|
||||
TIMESTAMP = 1736605509
|
||||
SHA256 (elementary-code-7.4.0_GH0.tar.gz) = fbb592092f7f1a0303740a20d0554efa3870f3902a0238e742fdfa1edae6e75b
|
||||
SIZE (elementary-code-7.4.0_GH0.tar.gz) = 1944025
|
||||
|
|
|
@ -6,6 +6,8 @@ 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/fuzzy-search/fuzzy-search.plugin
|
||||
lib/io.elementary.code/plugins/fuzzy-search/libfuzzy-search.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/markdown-actions/libmarkdown-actions.so
|
||||
|
|
Loading…
Add table
Reference in a new issue