From owner-dev-commits-ports-main@freebsd.org Sun Aug 15 06:30:23 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9E92C65AFF5; Sun, 15 Aug 2021 06:30:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GnS8b44HNz4dqv; Sun, 15 Aug 2021 06:30:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 73B6511785; Sun, 15 Aug 2021 06:30:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17F6UNAs041066; Sun, 15 Aug 2021 06:30:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17F6UNll041065; Sun, 15 Aug 2021 06:30:23 GMT (envelope-from git) Date: Sun, 15 Aug 2021 06:30:23 GMT Message-Id: <202108150630.17F6UNll041065@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: 4e043393f374 - main - editors/elementary-code: Update to 6.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4e043393f374bfd88ba26d65767b48f7c87bd9bc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2021 06:30:23 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e043393f374bfd88ba26d65767b48f7c87bd9bc commit 4e043393f374bfd88ba26d65767b48f7c87bd9bc Author: Miguel Gocobachi AuthorDate: 2021-08-15 06:29:57 +0000 Commit: Guangyuan Yang CommitDate: 2021-08-15 06:29:57 +0000 editors/elementary-code: Update to 6.0.0 PR: 257822 --- editors/elementary-code/Makefile | 13 ++++++------- editors/elementary-code/distinfo | 6 +++--- editors/elementary-code/pkg-plist | 8 +++++--- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/editors/elementary-code/Makefile b/editors/elementary-code/Makefile index 3c1fe8640e07..0ceb0a3fc67e 100644 --- a/editors/elementary-code/Makefile +++ b/editors/elementary-code/Makefile @@ -1,6 +1,5 @@ PORTNAME= elementary-code -DISTVERSION= 3.4.1 -PORTREVISION= 3 +DISTVERSION= 6.0.0 CATEGORIES= editors MAINTAINER= miguel@gocobachi.dev @@ -10,29 +9,29 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala +RUN_DEPENDS= droid-fonts-ttf>0:x11-fonts/droid-fonts-ttf \ + pkcheck:sysutils/polkit LIB_DEPENDS= libatk-1.0.so:accessibility/atk \ libeditorconfig.so:editors/editorconfig-core-c \ libfontconfig.so:x11-fonts/fontconfig \ libgee-0.8.so:devel/libgee \ libgit2-glib-1.0.so:devel/libgit2-glib \ libgranite.so:x11-toolkits/granite \ - libgtksourceview-3.0.so:x11-toolkits/gtksourceview3 \ libgtkspell3-3.so:textproc/gtkspell3 \ + 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 \ libvala-0.48.so:lang/vala \ - libvte-2.91.so:x11-toolkits/vte3 \ - libvterm.so:devel/libvterm \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libzeitgeist-2.0.so:sysutils/zeitgeist USES= compiler:c++11-lang desktop-file-utils gettext gnome meson \ - ninja pkgconfig python:build xorg + ninja pkgconfig python:3.6+,build xorg USE_GITHUB= yes GH_ACCOUNT= elementary GH_PROJECT= code -USE_GNOME= cairo glib20 gtk30 gtksourceview3 pango +USE_GNOME= cairo glib20 gtk30 gtksourceview4 pango vte3 GLIB_SCHEMAS= io.elementary.code.gschema.xml \ io.elementary.code.plugins.spell.gschema.xml \ io.elementary.code.plugins.terminal.gschema.xml diff --git a/editors/elementary-code/distinfo b/editors/elementary-code/distinfo index 9c7e82a9793f..42f3c1d99506 100644 --- a/editors/elementary-code/distinfo +++ b/editors/elementary-code/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1593319458 -SHA256 (elementary-code-3.4.1_GH0.tar.gz) = d84b38193b72cd93995aae604358c83c5b6976d8472ce985027b947cfed990bf -SIZE (elementary-code-3.4.1_GH0.tar.gz) = 1468212 +TIMESTAMP = 1628896888 +SHA256 (elementary-code-6.0.0_GH0.tar.gz) = c58b33db512e1c031f6870eb62b035dea764dbdd7c54b8e19c434af8ccd3a384 +SIZE (elementary-code-6.0.0_GH0.tar.gz) = 1303421 diff --git a/editors/elementary-code/pkg-plist b/editors/elementary-code/pkg-plist index 326696d107a6..8841554e8ba1 100644 --- a/editors/elementary-code/pkg-plist +++ b/editors/elementary-code/pkg-plist @@ -2,14 +2,14 @@ bin/io.elementary.code include/codecore.h lib/io.elementary.code/plugins/brackets-completion/brackets-completion.plugin lib/io.elementary.code/plugins/brackets-completion/libbrackets-completion.so -lib/io.elementary.code/plugins/browser-preview/browser-preview.plugin -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/markdown-actions/libmarkdown-actions.so +lib/io.elementary.code/plugins/markdown-actions/markdown-actions.plugin lib/io.elementary.code/plugins/outline/liboutline.so lib/io.elementary.code/plugins/outline/outline.plugin lib/io.elementary.code/plugins/pastebin/libpastebin.so @@ -68,6 +68,7 @@ share/locale/bo/LC_MESSAGES/io.elementary.code.mo share/locale/br/LC_MESSAGES/io.elementary.code.mo share/locale/bs/LC_MESSAGES/io.elementary.code.mo share/locale/ca/LC_MESSAGES/io.elementary.code.mo +share/locale/ca@valencia/LC_MESSAGES/io.elementary.code.mo share/locale/ce/LC_MESSAGES/io.elementary.code.mo share/locale/ch/LC_MESSAGES/io.elementary.code.mo share/locale/ckb/LC_MESSAGES/io.elementary.code.mo @@ -155,7 +156,6 @@ share/locale/mi/LC_MESSAGES/io.elementary.code.mo share/locale/mk/LC_MESSAGES/io.elementary.code.mo share/locale/ml/LC_MESSAGES/io.elementary.code.mo share/locale/mn/LC_MESSAGES/io.elementary.code.mo -share/locale/mo/LC_MESSAGES/io.elementary.code.mo share/locale/mr/LC_MESSAGES/io.elementary.code.mo share/locale/ms/LC_MESSAGES/io.elementary.code.mo share/locale/mt/LC_MESSAGES/io.elementary.code.mo @@ -186,6 +186,7 @@ share/locale/qu/LC_MESSAGES/io.elementary.code.mo share/locale/rm/LC_MESSAGES/io.elementary.code.mo share/locale/rn/LC_MESSAGES/io.elementary.code.mo share/locale/ro/LC_MESSAGES/io.elementary.code.mo +share/locale/ro_MD/LC_MESSAGES/io.elementary.code.mo share/locale/ru/LC_MESSAGES/io.elementary.code.mo share/locale/rue/LC_MESSAGES/io.elementary.code.mo share/locale/rw/LC_MESSAGES/io.elementary.code.mo @@ -242,5 +243,6 @@ share/locale/zh_HK/LC_MESSAGES/io.elementary.code.mo share/locale/zh_TW/LC_MESSAGES/io.elementary.code.mo share/locale/zu/LC_MESSAGES/io.elementary.code.mo share/metainfo/io.elementary.code.appdata.xml +share/polkit-1/actions/io.elementary.code.policy share/vala/vapi/codecore.deps share/vala/vapi/codecore.vapi