From 2659a611e539bbd732071517b7e63d5341e608af Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Tue, 8 Sep 2020 18:04:16 +0000 Subject: [PATCH] editors/neovim-qt: Update to 0.2.16.1 PR: 249033 Submitted by: chuck@tuffli.net (maintainer) --- editors/neovim-qt/Makefile | 4 ++-- editors/neovim-qt/distinfo | 6 +++--- .../files/patch-src_gui_shellwidget_shellwidget.cpp | 8 -------- 3 files changed, 5 insertions(+), 13 deletions(-) delete mode 100644 editors/neovim-qt/files/patch-src_gui_shellwidget_shellwidget.cpp diff --git a/editors/neovim-qt/Makefile b/editors/neovim-qt/Makefile index ed43ce41f981..f555c6eabc2c 100644 --- a/editors/neovim-qt/Makefile +++ b/editors/neovim-qt/Makefile @@ -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 diff --git a/editors/neovim-qt/distinfo b/editors/neovim-qt/distinfo index 71c2bf94969c..859fc33fd279 100644 --- a/editors/neovim-qt/distinfo +++ b/editors/neovim-qt/distinfo @@ -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 diff --git a/editors/neovim-qt/files/patch-src_gui_shellwidget_shellwidget.cpp b/editors/neovim-qt/files/patch-src_gui_shellwidget_shellwidget.cpp deleted file mode 100644 index 85f888bb9fc5..000000000000 --- a/editors/neovim-qt/files/patch-src_gui_shellwidget_shellwidget.cpp +++ /dev/null @@ -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 -+#include - #include - #include - #include "shellwidget.h"