Skip to content

Commit

Permalink
editors/neovim-qt: Update to 0.2.17
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
gspu authored and fernape committed Oct 14, 2022
1 parent 9971a52 commit bb30e04
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions 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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
5 changes: 3 additions & 2 deletions 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

0 comments on commit bb30e04

Please sign in to comment.