editors/neovim-qt: Update to 0.2.16.1

PR:		249033
Submitted by:	chuck@tuffli.net (maintainer)
This commit is contained in:
Steve Wills 2020-09-08 18:04:16 +00:00
parent 465114f38d
commit 2659a611e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548036
3 changed files with 5 additions and 13 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= neovim-qt
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.15
DISTVERSION= 0.2.16.1
CATEGORIES= editors
MAINTAINER= chuck@tuffli.net
@ -18,7 +18,7 @@ RUN_DEPENDS= neovim>=0:editors/neovim
USES= cmake compiler:c++11-lang desktop-file-utils qt:5
USE_GITHUB= yes
GH_ACCOUNT= equalsraf
USE_QT= core gui network testlib widgets buildtools_build qmake_build
USE_QT= core gui network testlib widgets buildtools_build qmake_build svg
CMAKE_ON= USE_SYSTEM_MSGPACK
CMAKE_OFF= ENABLE_TESTS

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1574686650
SHA256 (equalsraf-neovim-qt-v0.2.15_GH0.tar.gz) = 0e36c911b312a639140834d570a856294eb4b5830c4b86f99347deb02c0f5ca4
SIZE (equalsraf-neovim-qt-v0.2.15_GH0.tar.gz) = 1097108
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

View File

@ -1,8 +0,0 @@
--- src/gui/shellwidget/shellwidget.cpp.orig 2020-05-21 10:04:36 UTC
+++ src/gui/shellwidget/shellwidget.cpp
@@ -1,4 +1,5 @@
#include <QPainter>
+#include <QPainterPath>
#include <QPaintEvent>
#include <QDebug>
#include "shellwidget.h"