Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libQuotient/Quaternion: rebuild for Qt-6.7; neochat: update to 24.05.1.
@ 2024-06-30 23:52 TinfoilSubmarine
  2024-07-01  0:41 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 1 reply; 2+ messages in thread
From: TinfoilSubmarine @ 2024-06-30 23:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update/neochat
https://github.com/void-linux/void-packages/pull/51055

libQuotient/Quaternion: rebuild for Qt-6.7; neochat: update to 24.05.1.
<!-- 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/51055.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/neochat-51055.patch --]
[-- Type: text/x-diff, Size: 2624 bytes --]

From 413a47ae2e2d0b2eea22dc98239b8301e0348af9 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sun, 30 Jun 2024 19:46:16 -0400
Subject: [PATCH 1/3] libQuotient: rebuild for Qt-6.7

---
 srcpkgs/libQuotient/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libQuotient/template b/srcpkgs/libQuotient/template
index e5003a29b7bf4f..3a6ce91f79f9d1 100644
--- a/srcpkgs/libQuotient/template
+++ b/srcpkgs/libQuotient/template
@@ -1,7 +1,7 @@
 # Template file for 'libQuotient'
 pkgname=libQuotient
 version=0.8.2
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=1 -DQuotient_INSTALL_TESTS=0
  -DBUILD_WITH_QT6=ON $(vopt_bool e2ee Quotient_ENABLE_E2EE)"

From 4e672a8cfd1051354628b749a319c4f1ff2255e3 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sun, 30 Jun 2024 19:48:31 -0400
Subject: [PATCH 2/3] Quaternion: rebuild for Qt-6.7

---
 srcpkgs/Quaternion/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/Quaternion/template b/srcpkgs/Quaternion/template
index 3dc8159f1d50af..6ff99b116930a1 100644
--- a/srcpkgs/Quaternion/template
+++ b/srcpkgs/Quaternion/template
@@ -1,7 +1,7 @@
 # Template file for 'Quaternion'
 pkgname=Quaternion
 version=0.0.96.1
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="qt6-base qt6-declarative-host-tools qt6-tools"
 makedepends="qt6-declarative-devel libQuotient-devel qt6-multimedia-devel

From 519ec660bab7ce2d3ee930a818d4e2b33ff87469 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 13 Jun 2024 15:24:09 -0400
Subject: [PATCH 3/3] neochat: update to 24.05.1.

---
 srcpkgs/neochat/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/neochat/template b/srcpkgs/neochat/template
index ede60bdea8879b..f66408b5287198 100644
--- a/srcpkgs/neochat/template
+++ b/srcpkgs/neochat/template
@@ -1,6 +1,6 @@
 # Template file for 'neochat'
 pkgname=neochat
-version=24.05.0
+version=24.05.1
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
@@ -21,7 +21,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only, GPL-3.0-or-later, GPL-2.0-or-later, BSD-2-Clause"
 homepage="https://apps.kde.org/en/neochat"
 distfiles="${KDE_SITE}/release-service/${version}/src/neochat-${version}.tar.xz"
-checksum=900eceef45f578cd87cad92b4736d86e5c181c5f9330a6f77956fd2a6423d1b1
+checksum=1832de08b3ac29338bffdead5eeca5a6eb4210dea9241288334fbcb4bd90cfd7
 
 build_options="webview"
 desc_option_webview="Use Qt6 WebView"

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

* Re: [PR PATCH] [Merged]: libQuotient/Quaternion: rebuild for Qt-6.7; neochat: update to 24.05.1.
  2024-06-30 23:52 [PR PATCH] libQuotient/Quaternion: rebuild for Qt-6.7; neochat: update to 24.05.1 TinfoilSubmarine
@ 2024-07-01  0:41 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2024-07-01  0:41 UTC (permalink / raw)
  To: ml

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

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

libQuotient/Quaternion: rebuild for Qt-6.7; neochat: update to 24.05.1.
https://github.com/void-linux/void-packages/pull/51055

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] 2+ messages in thread

end of thread, other threads:[~2024-07-01  0:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-30 23:52 [PR PATCH] libQuotient/Quaternion: rebuild for Qt-6.7; neochat: update to 24.05.1 TinfoilSubmarine
2024-07-01  0:41 ` [PR PATCH] [Merged]: " sgn

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).