Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] neovim-qt: update to 0.2.17
@ 2023-04-14  6:52 mvf
  2023-04-15 13:39 ` [PR PATCH] [Updated] " mvf
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mvf @ 2023-04-14  6:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1236 bytes --]

There is a new pull request by mvf against master on the void-packages repository

https://github.com/mvf/void-packages pr/neovim-qt
https://github.com/void-linux/void-packages/pull/43433

neovim-qt: update to 0.2.17
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/43433.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pr/neovim-qt-43433.patch --]
[-- Type: text/x-diff, Size: 1241 bytes --]

From 015ba99a810d0155f4b5cb0699d8c8494ec5ef3a Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Tue, 11 Apr 2023 17:43:29 +0200
Subject: [PATCH] neovim-qt: update to 0.2.17

---
 srcpkgs/neovim-qt/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/neovim-qt/template b/srcpkgs/neovim-qt/template
index 459fd23b19b7..34a1f336dac4 100644
--- a/srcpkgs/neovim-qt/template
+++ b/srcpkgs/neovim-qt/template
@@ -1,17 +1,18 @@
 # Template file for 'neovim-qt'
 pkgname=neovim-qt
-version=0.2.16.1
+version=0.2.17
 revision=1
 build_style=cmake
+configure_args="-DUSE_SYSTEM_MSGPACK=ON"
 hostmakedepends="qt5-host-tools qt5-qmake neovim"
-makedepends="qt5-devel qt5-svg-devel"
+makedepends="msgpack-devel qt5-devel qt5-svg-devel"
 depends="neovim"
 short_desc="Neovim client library and GUI, in Qt5"
 maintainer="Dominic Monroe <monroef4@googlemail.com>"
 license="ISC"
 homepage="https://github.com/equalsraf/neovim-qt"
 distfiles="https://github.com/equalsraf/neovim-qt/archive/v${version}.tar.gz"
-checksum=971d4597b40df2756b313afe1996f07915643e8bf10efe416b64cc337e4faf2a
+checksum=ac538c2e5d63572dd0543c13fafb4d428e67128ea676467fcda68965b2aacda1
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] neovim-qt: update to 0.2.17
  2023-04-14  6:52 [PR PATCH] neovim-qt: update to 0.2.17 mvf
@ 2023-04-15 13:39 ` mvf
  2023-04-15 13:47 ` mvf
  2023-06-09  9:29 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: mvf @ 2023-04-15 13:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1241 bytes --]

There is an updated pull request by mvf against master on the void-packages repository

https://github.com/mvf/void-packages pr/neovim-qt
https://github.com/void-linux/void-packages/pull/43433

neovim-qt: update to 0.2.17
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/43433.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pr/neovim-qt-43433.patch --]
[-- Type: text/x-diff, Size: 1260 bytes --]

From abe93e960b6c33c9ba759bc8641200c86d569fcc Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Tue, 11 Apr 2023 17:43:29 +0200
Subject: [PATCH] neovim-qt: update to 0.2.17

---
 srcpkgs/neovim-qt/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/neovim-qt/template b/srcpkgs/neovim-qt/template
index 459fd23b19b7..faea60a20084 100644
--- a/srcpkgs/neovim-qt/template
+++ b/srcpkgs/neovim-qt/template
@@ -1,17 +1,18 @@
 # Template file for 'neovim-qt'
 pkgname=neovim-qt
-version=0.2.16.1
+version=0.2.17
 revision=1
 build_style=cmake
+configure_args="-DENABLE_TESTS=OFF -DUSE_SYSTEM_MSGPACK=ON"
 hostmakedepends="qt5-host-tools qt5-qmake neovim"
-makedepends="qt5-devel qt5-svg-devel"
+makedepends="msgpack-devel qt5-devel qt5-svg-devel"
 depends="neovim"
 short_desc="Neovim client library and GUI, in Qt5"
 maintainer="Dominic Monroe <monroef4@googlemail.com>"
 license="ISC"
 homepage="https://github.com/equalsraf/neovim-qt"
 distfiles="https://github.com/equalsraf/neovim-qt/archive/v${version}.tar.gz"
-checksum=971d4597b40df2756b313afe1996f07915643e8bf10efe416b64cc337e4faf2a
+checksum=ac538c2e5d63572dd0543c13fafb4d428e67128ea676467fcda68965b2aacda1
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: neovim-qt: update to 0.2.17
  2023-04-14  6:52 [PR PATCH] neovim-qt: update to 0.2.17 mvf
  2023-04-15 13:39 ` [PR PATCH] [Updated] " mvf
@ 2023-04-15 13:47 ` mvf
  2023-06-09  9:29 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: mvf @ 2023-04-15 13:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 456 bytes --]

New comment by mvf on void-packages repository

https://github.com/void-linux/void-packages/pull/43433#issuecomment-1509837016

Comment:
Disabled tests for now since `ninja test` hangs at the end on 64-bit (regardless of outcome) due to `nvim` grandchildren not exiting. Still looking into this. Upstream later disabled them by default: equalsraf/neovim-qt@409fad81323f44e83ebcdbd4e8fa13bfff3f844c

This build has been my daily driver for the past week.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: neovim-qt: update to 0.2.17
  2023-04-14  6:52 [PR PATCH] neovim-qt: update to 0.2.17 mvf
  2023-04-15 13:39 ` [PR PATCH] [Updated] " mvf
  2023-04-15 13:47 ` mvf
@ 2023-06-09  9:29 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-06-09  9:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]

There's a merged pull request on the void-packages repository

neovim-qt: update to 0.2.17
https://github.com/void-linux/void-packages/pull/43433

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-09  9:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-14  6:52 [PR PATCH] neovim-qt: update to 0.2.17 mvf
2023-04-15 13:39 ` [PR PATCH] [Updated] " mvf
2023-04-15 13:47 ` mvf
2023-06-09  9:29 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).