* [PR PATCH] neovim-qt: update to 0.2.19, adopt
@ 2025-01-31 6:54 mvf
2025-02-02 23:05 ` sgn
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: mvf @ 2025-01-31 6:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1266 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/54156
neovim-qt: update to 0.2.19, adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES** (been using it for days)
<!--
#### 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/54156.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pr/neovim-qt-54156.patch --]
[-- Type: text/x-diff, Size: 1309 bytes --]
From 7e1794ec2ec7f569d88a2b36d44f4b74d17626e8 Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Thu, 30 Jan 2025 10:26:42 +0100
Subject: [PATCH] neovim-qt: update to 0.2.19, adopt
---
srcpkgs/neovim-qt/template | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/neovim-qt/template b/srcpkgs/neovim-qt/template
index b036245e96fe2e..088ec567d05406 100644
--- a/srcpkgs/neovim-qt/template
+++ b/srcpkgs/neovim-qt/template
@@ -1,18 +1,18 @@
# Template file for 'neovim-qt'
pkgname=neovim-qt
-version=0.2.18
-revision=2
+version=0.2.19
+revision=1
build_style=cmake
configure_args="-DENABLE_TESTS=OFF -DUSE_SYSTEM_MSGPACK=ON"
hostmakedepends="qt5-host-tools qt5-qmake neovim"
makedepends="msgpack-devel qt5-devel qt5-svg-devel"
-depends="neovim"
+depends="neovim qt5-svg"
short_desc="Neovim client library and GUI, in Qt5"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Matthias von Faber <mvf@gmx.eu>"
license="ISC"
homepage="https://github.com/equalsraf/neovim-qt"
distfiles="https://github.com/equalsraf/neovim-qt/archive/v${version}.tar.gz"
-checksum=b1e1e019946ecb106b3aea8e35fc6e367d2efce44ca1c1599a2ccdfb35a28635
+checksum=2c5a5de6813566aeec9449be61e1a8cd8ef85979a9e234d420f2882efcfde382
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: neovim-qt: update to 0.2.19, adopt
2025-01-31 6:54 [PR PATCH] neovim-qt: update to 0.2.19, adopt mvf
@ 2025-02-02 23:05 ` sgn
2025-02-03 10:00 ` [PR PATCH] [Updated] " mvf
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2025-02-02 23:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 150 bytes --]
New comment by sgn on void-packages repository
https://github.com/void-linux/void-packages/pull/54156#issuecomment-2629603496
Comment:
Move to Qt6?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] neovim-qt: update to 0.2.19, adopt
2025-01-31 6:54 [PR PATCH] neovim-qt: update to 0.2.19, adopt mvf
2025-02-02 23:05 ` sgn
@ 2025-02-03 10:00 ` mvf
2025-02-03 10:01 ` neovim-qt: update to 0.2.19, switch to qt6, adopt mvf
2025-02-07 2:15 ` [PR PATCH] [Merged]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: mvf @ 2025-02-03 10:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1271 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/54156
neovim-qt: update to 0.2.19, adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES** (been using it for days)
<!--
#### 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/54156.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pr/neovim-qt-54156.patch --]
[-- Type: text/x-diff, Size: 1552 bytes --]
From 9d23df3074335c1635de3d598ac544df0969656c Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Thu, 30 Jan 2025 10:26:42 +0100
Subject: [PATCH] neovim-qt: update to 0.2.19, switch to qt6, adopt
---
srcpkgs/neovim-qt/template | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/srcpkgs/neovim-qt/template b/srcpkgs/neovim-qt/template
index b036245e96fe2e..8a1ea8b071e3ee 100644
--- a/srcpkgs/neovim-qt/template
+++ b/srcpkgs/neovim-qt/template
@@ -1,18 +1,18 @@
# Template file for 'neovim-qt'
pkgname=neovim-qt
-version=0.2.18
-revision=2
+version=0.2.19
+revision=1
build_style=cmake
-configure_args="-DENABLE_TESTS=OFF -DUSE_SYSTEM_MSGPACK=ON"
-hostmakedepends="qt5-host-tools qt5-qmake neovim"
-makedepends="msgpack-devel qt5-devel qt5-svg-devel"
-depends="neovim"
-short_desc="Neovim client library and GUI, in Qt5"
-maintainer="Orphaned <orphan@voidlinux.org>"
+configure_args="-DENABLE_TESTS=OFF -DUSE_SYSTEM_MSGPACK=ON -DWITH_QT=Qt6"
+hostmakedepends="neovim qt6-base"
+makedepends="msgpack-devel qt6-base-devel qt6-svg-devel"
+depends="neovim qt6-svg"
+short_desc="Neovim client library and GUI, in Qt6"
+maintainer="Matthias von Faber <mvf@gmx.eu>"
license="ISC"
homepage="https://github.com/equalsraf/neovim-qt"
distfiles="https://github.com/equalsraf/neovim-qt/archive/v${version}.tar.gz"
-checksum=b1e1e019946ecb106b3aea8e35fc6e367d2efce44ca1c1599a2ccdfb35a28635
+checksum=2c5a5de6813566aeec9449be61e1a8cd8ef85979a9e234d420f2882efcfde382
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: neovim-qt: update to 0.2.19, switch to qt6, adopt
2025-01-31 6:54 [PR PATCH] neovim-qt: update to 0.2.19, adopt mvf
2025-02-02 23:05 ` sgn
2025-02-03 10:00 ` [PR PATCH] [Updated] " mvf
@ 2025-02-03 10:01 ` mvf
2025-02-07 2:15 ` [PR PATCH] [Merged]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: mvf @ 2025-02-03 10:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 323 bytes --]
New comment by mvf on void-packages repository
https://github.com/void-linux/void-packages/pull/54156#issuecomment-2630480694
Comment:
Great catch. Didn't even occur to me, the official description still says "in Qt5" :sweat_smile:. Anyway, Qt6 build works fine. Even improves some rendering aspects, such as underlines.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Merged]: neovim-qt: update to 0.2.19, switch to qt6, adopt
2025-01-31 6:54 [PR PATCH] neovim-qt: update to 0.2.19, adopt mvf
` (2 preceding siblings ...)
2025-02-03 10:01 ` neovim-qt: update to 0.2.19, switch to qt6, adopt mvf
@ 2025-02-07 2:15 ` classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2025-02-07 2:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1133 bytes --]
There's a merged pull request on the void-packages repository
neovim-qt: update to 0.2.19, switch to qt6, adopt
https://github.com/void-linux/void-packages/pull/54156
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES** (been using it for days)
<!--
#### 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] 5+ messages in thread
end of thread, other threads:[~2025-02-07 2:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-31 6:54 [PR PATCH] neovim-qt: update to 0.2.19, adopt mvf
2025-02-02 23:05 ` sgn
2025-02-03 10:00 ` [PR PATCH] [Updated] " mvf
2025-02-03 10:01 ` neovim-qt: update to 0.2.19, switch to qt6, adopt mvf
2025-02-07 2:15 ` [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).