Import neovim-qt-0.2.16.1
OK sthen@, port from Laurence Tratt <laurie -A-T-tratt -DOT- net> Comment: Qt5 GUI front-end for neovim Description: neovim-qt is a simple QT5 GUI front-end for neovim. WWW: https://github.com/equalsraf/neovim-qt/wiki
This commit is contained in:
parent
a14ed998a3
commit
7c86a7d1cb
43
editors/neovim-qt/Makefile
Normal file
43
editors/neovim-qt/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2020/06/28 21:24:26 rsadowski Exp $
|
||||
|
||||
COMMENT = Qt5 GUI front-end for neovim
|
||||
|
||||
GH_ACCOUNT = equalsraf
|
||||
GH_PROJECT = neovim-qt
|
||||
GH_TAGNAME = v0.2.16.1
|
||||
|
||||
CATEGORIES = editors
|
||||
|
||||
HOMEPAGE = https://github.com/equalsraf/neovim-qt/wiki
|
||||
|
||||
MAINTAINER = Laurence Tratt <laurie@tratt.net>
|
||||
|
||||
# ISC
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Network Qt5Svg
|
||||
WANTLIB += Qt5Widgets c m msgpackc
|
||||
|
||||
MODULES = devel/cmake \
|
||||
lang/python \
|
||||
x11/qt5
|
||||
|
||||
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
|
||||
MODPY_RUNDEP = Yes
|
||||
|
||||
BUILD_DEPENDS = editors/neovim
|
||||
|
||||
LIB_DEPENDS = devel/msgpack \
|
||||
x11/qt5/qtsvg
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils \
|
||||
editors/neovim \
|
||||
x11/gtk+3,-guic \
|
||||
x11/xclip
|
||||
|
||||
CONFIGURE_ARGS = -DUSE_SYSTEM_MSGPACK=On \
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=On
|
||||
|
||||
TEST_IS_INTERACTIVE = X11
|
||||
|
||||
.include <bsd.port.mk>
|
2
editors/neovim-qt/distinfo
Normal file
2
editors/neovim-qt/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (neovim-qt-0.2.16.1.tar.gz) = lx1Fl7QN8nVrMTr+GZbweRVkPovxDv5Ba2TMM35Pryo=
|
||||
SIZE (neovim-qt-0.2.16.1.tar.gz) = 1069176
|
1
editors/neovim-qt/pkg/DESCR
Normal file
1
editors/neovim-qt/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
neovim-qt is a simple QT5 GUI front-end for neovim.
|
14
editors/neovim-qt/pkg/PLIST
Normal file
14
editors/neovim-qt/pkg/PLIST
Normal file
@ -0,0 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/06/28 21:24:26 rsadowski Exp $
|
||||
@bin bin/nvim-qt
|
||||
share/applications/nvim-qt.desktop
|
||||
share/icons/hicolor/192x192/apps/nvim-qt.png
|
||||
share/nvim-qt/
|
||||
share/nvim-qt/runtime/
|
||||
share/nvim-qt/runtime/README.md
|
||||
share/nvim-qt/runtime/doc/
|
||||
share/nvim-qt/runtime/doc/nvim_gui_shim.txt
|
||||
share/nvim-qt/runtime/doc/tags
|
||||
share/nvim-qt/runtime/plugin/
|
||||
share/nvim-qt/runtime/plugin/nvim_gui_shim.vim
|
||||
@tag update-desktop-database
|
||||
@tag gtk-update-icon-cache %D/share/icons/hicolor
|
Loading…
Reference in New Issue
Block a user