Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Oct 2022 05:58:06 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bb30e04bc346 - main - editors/neovim-qt: Update to 0.2.17
Message-ID:  <202210140558.29E5w6d0079858@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bb30e04bc346cb9461cbab94b84fd912d3b91f00

commit bb30e04bc346cb9461cbab94b84fd912d3b91f00
Author:     Gian-Simon Purkert <gspurki@gmail.com>
AuthorDate: 2022-10-03 12:00:22 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-10-14 05:53:46 +0000

    editors/neovim-qt: Update to 0.2.17
    
    ChangeLog: https://github.com/equalsraf/neovim-qt/releases/tag/v0.2.17
    
    Main changes since the last release:
    
     * Allow negative linespace
     * Set initial editor size properly
     * Persist Gui options with QSettings
     * Add GuiWindowFrameless function
     * Add GuiNewWindow function
     * Add Improved GuiTabline
     * Add strikethrough support
     * Add support for guifontwide
     * Add GuiWindowOpacity command
     * Support exit status to differenciate :q and :cq
     * Add Font Ligature Support
    
    Fixes:
    
     * Antialiasing artifact fix
     * Cannot map on Linux
     * ContextMenu incompatible with mswin.vim
     * Scale undercurl and underline with font size.
     * Underline Undercurl Strikethrough Color
     * Bold + Italic not applied correctly
     * Underline should render with special
     * Underline + Undercurl Rendering Incorrect
    
    PR:             266718
    Reported by:    gspurki@gmail.com
    Approved by:    chuck@tuffli.net (maintainer)
    MFH:            2022Q4 (many bugfixes)
---
 editors/neovim-qt/Makefile  | 6 +++---
 editors/neovim-qt/distinfo  | 6 +++---
 editors/neovim-qt/pkg-plist | 5 +++--
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/editors/neovim-qt/Makefile b/editors/neovim-qt/Makefile
index a183570a3888..a9296e8d8a03 100644
--- a/editors/neovim-qt/Makefile
+++ b/editors/neovim-qt/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	neovim-qt
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.2.16.1
+DISTVERSION=	0.2.17
 CATEGORIES=	editors
 
 MAINTAINER=	chuck@tuffli.net
@@ -10,8 +10,8 @@ WWW=		https://github.com/equalsraf/neovim-qt/
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	neovim>=0:editors/neovim
-LIB_DEPENDS=	libmsgpackc.so:devel/msgpack
+BUILD_DEPENDS=	neovim>=0:editors/neovim unibilium>=0:devel/unibilium
+LIB_DEPENDS=	libmsgpackc.so:devel/msgpack libunibilium.so:devel/unibilium
 RUN_DEPENDS=	neovim>=0:editors/neovim
 
 USES=		cmake compiler:c++11-lang desktop-file-utils qt:5
diff --git a/editors/neovim-qt/distinfo b/editors/neovim-qt/distinfo
index 859fc33fd279..801a634b6c1f 100644
--- a/editors/neovim-qt/distinfo
+++ b/editors/neovim-qt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595693645
-SHA256 (equalsraf-neovim-qt-v0.2.16.1_GH0.tar.gz) = 971d4597b40df2756b313afe1996f07915643e8bf10efe416b64cc337e4faf2a
-SIZE (equalsraf-neovim-qt-v0.2.16.1_GH0.tar.gz) = 1069176
+TIMESTAMP = 1664528865
+SHA256 (equalsraf-neovim-qt-v0.2.17_GH0.tar.gz) = ac538c2e5d63572dd0543c13fafb4d428e67128ea676467fcda68965b2aacda1
+SIZE (equalsraf-neovim-qt-v0.2.17_GH0.tar.gz) = 1076230
diff --git a/editors/neovim-qt/pkg-plist b/editors/neovim-qt/pkg-plist
index c7a2947785f3..6050a6eceba5 100644
--- a/editors/neovim-qt/pkg-plist
+++ b/editors/neovim-qt/pkg-plist
@@ -1,7 +1,8 @@
 bin/nvim-qt
 share/applications/nvim-qt.desktop
-%%DATADIR%%/runtime/README.md
+share/icons/hicolor/192x192/apps/nvim-qt.png
+share/icons/hicolor/scalable/apps/nvim-qt.svg
+%%DATADIR%%/LICENSE
 %%DATADIR%%/runtime/doc/nvim_gui_shim.txt
 %%DATADIR%%/runtime/doc/tags
 %%DATADIR%%/runtime/plugin/nvim_gui_shim.vim
-share/icons/hicolor/192x192/apps/nvim-qt.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210140558.29E5w6d0079858>