pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Updated neovim-qt to the latest version



Module Name:	pkgsrc-wip
Committed By:	Salil Wadnerkar <spwadner%asu.edu@localhost>
Pushed By:	rohshall
Date:		Sat Jun 24 13:23:42 2023 -0700
Changeset:	0009c07bd5c17951cbe2f92bd39827c911f20f62

Modified Files:
	neovim-qt/Makefile
	neovim-qt/PLIST
	neovim-qt/distinfo

Log Message:
Updated neovim-qt to the latest version

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0009c07bd5c17951cbe2f92bd39827c911f20f62

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 neovim-qt/Makefile | 12 +++++++++---
 neovim-qt/PLIST    |  3 ++-
 neovim-qt/distinfo |  6 +++---
 3 files changed, 14 insertions(+), 7 deletions(-)

diffs:
diff --git a/neovim-qt/Makefile b/neovim-qt/Makefile
index c3f98bdfa3..b53d039371 100644
--- a/neovim-qt/Makefile
+++ b/neovim-qt/Makefile
@@ -1,8 +1,8 @@
 # $NetBSD$
 
 GITHUB_PROJECT=	neovim-qt
-GITHUB_TAG=	refs/tags/v0.2.16.1
-DISTNAME=	v0.2.16.1
+GITHUB_TAG=	refs/tags/staging
+DISTNAME=	staging
 PKGNAME=	${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
 CATEGORIES=	editors x11
 MASTER_SITES=	${MASTER_SITE_GITHUB:=equalsraf/}
@@ -13,13 +13,19 @@ HOMEPAGE=	https://github.com/equalsraf/neovim-qt/
 COMMENT=	Neovim client library and GUI, in Qt5
 LICENSE=	isc
 
-WRKSRC=		${WRKDIR}/neovim-qt-0.2.16.1
+WRKSRC=		${WRKDIR}/neovim-qt-${DISTNAME}
 USE_CMAKE=	yes
 USE_LANGUAGES=	c c++
 
+CONFIGURE_DIRS=	build
+CMAKE_ARG_PATH=	..
+
+CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}
 CMAKE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
 CMAKE_ARGS+=	-DUSE_SYSTEM_MSGPACK=ON
 
+pre-configure:
+	${MKDIR} -p ${WRKSRC}/build
 
 DEPENDS+=	neovim-[0-9]*:../../wip/neovim
 
diff --git a/neovim-qt/PLIST b/neovim-qt/PLIST
index 70d0c50af2..b82e34e7f6 100644
--- a/neovim-qt/PLIST
+++ b/neovim-qt/PLIST
@@ -2,7 +2,8 @@
 bin/nvim-qt
 share/applications/nvim-qt.desktop
 share/icons/hicolor/192x192/apps/nvim-qt.png
-share/nvim-qt/runtime/README.md
+share/icons/hicolor/scalable/apps/nvim-qt.svg
+share/nvim-qt/LICENSE
 share/nvim-qt/runtime/doc/nvim_gui_shim.txt
 share/nvim-qt/runtime/doc/tags
 share/nvim-qt/runtime/plugin/nvim_gui_shim.vim
diff --git a/neovim-qt/distinfo b/neovim-qt/distinfo
index 4097bf7023..390afbf2fa 100644
--- a/neovim-qt/distinfo
+++ b/neovim-qt/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (neovim-qt/v0.2.16.1.tar.gz) = a346e40da583c42ba6f1736d3e50060924eb0416
-SHA512 (neovim-qt/v0.2.16.1.tar.gz) = 63910b0416103f8c4f2450a07d4790c2b7fd26e2ba324445a20700a12d1dc3cb6fb06c674f3a1173348dad5c2256e8018167765306ca33ad94bc176bf5e4e45c
-Size (neovim-qt/v0.2.16.1.tar.gz) = 1069176 bytes
+BLAKE2s (neovim-qt/staging.tar.gz) = feed65c23a2f3834deaf09ccda63d5672423a72b5b6559e61b5965efc0e7d034
+SHA512 (neovim-qt/staging.tar.gz) = f06195db0ad2d6e3e35b9b9d1319cb259ea0a5db4e3139698fd03ba11defd9b6dbd5061a152e2a29288b5ce0a9fd144d6b366cca2187b7b320c22a22e580be43
+Size (neovim-qt/staging.tar.gz) = 1077099 bytes


Home | Main Index | Thread Index | Old Index