Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] neochat: update to 24.05.0.
@ 2024-05-24 12:56 TinfoilSubmarine
  2024-05-24 14:15 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2024-05-28 15:40 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: TinfoilSubmarine @ 2024-05-24 12:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1241 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/50501

neochat: update to 24.05.0.
<!-- 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/50501.patch is attached

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

From 3f9dfefa6a4c240839aa2b037287b030172ada8d Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 24 May 2024 08:26:15 -0400
Subject: [PATCH] neochat: update to 24.05.0.

---
 srcpkgs/neochat/template | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/neochat/template b/srcpkgs/neochat/template
index 6977b880ea2a75..adcacbbd5a3bd3 100644
--- a/srcpkgs/neochat/template
+++ b/srcpkgs/neochat/template
@@ -1,6 +1,6 @@
 # Template file for 'neochat'
 pkgname=neochat
-version=24.02.2
+version=24.05.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
@@ -10,20 +10,18 @@ hostmakedepends="extra-cmake-modules gettext pkg-config qt6-base qt6-tools
 makedepends="kquickimageeditor-devel libQuotient-devel qtkeychain-qt6-devel
  qt6-multimedia-devel kf6-kirigami-devel kf6-ki18n-devel cmark-devel
  kf6-knotifications-devel kf6-kconfig-devel kf6-kcoreaddons-devel
- kf6-kstatusnotifieritem-devel kf6-qqc2-desktop-style-devel
- kf6-sonnet-devel kf6-kitemmodels-devel kirigami-addons
- kf6-kconfigwidgets-devel kf6-kio-devel kirigami-addons-devel
- qcoro-qt6-devel olm-devel qt6-plugin-sqlite kquickimageeditor
+ kf6-kstatusnotifieritem-devel kf6-qqc2-desktop-style-devel kf6-sonnet-devel
+ kf6-kitemmodels-devel kf6-kconfigwidgets-devel kf6-kio-devel
+ kirigami-addons-devel qcoro-qt6-devel olm-devel qt6-plugin-sqlite
+ kf6-purpose-devel kf6-syntax-highlighting-devel
  $(vopt_if webview qt6-webview-devel)"
-depends="kquickimageeditor kf6-kitemmodels kf6-kirigami kirigami-addons
- kf6-syntax-highlighting
- kf6-kquickcharts qt6-location"
+depends="kquickimageeditor kf6-kquickcharts qt6-location"
 short_desc="Client for matrix from KDE"
 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=b6dce8f96be12bab0d762694f50c49cea18d6155e1e46549f0bf97046f04741e
+checksum=900eceef45f578cd87cad92b4736d86e5c181c5f9330a6f77956fd2a6423d1b1
 
 build_options="webview"
 desc_option_webview="Use Qt6 WebView"

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

* Re: [PR PATCH] [Updated] neochat: update to 24.05.0.
  2024-05-24 12:56 [PR PATCH] neochat: update to 24.05.0 TinfoilSubmarine
@ 2024-05-24 14:15 ` TinfoilSubmarine
  2024-05-28 15:40 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: TinfoilSubmarine @ 2024-05-24 14:15 UTC (permalink / raw)
  To: ml

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

There is an updated 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/50501

neochat: update to 24.05.0.
<!-- 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/50501.patch is attached

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

From 83b68bdeff10fd33df642df866f0ff88f3f20fe3 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 24 May 2024 08:26:15 -0400
Subject: [PATCH] neochat: update to 24.05.0.

---
 srcpkgs/neochat/template | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/neochat/template b/srcpkgs/neochat/template
index 6977b880ea2a75..ede60bdea8879b 100644
--- a/srcpkgs/neochat/template
+++ b/srcpkgs/neochat/template
@@ -1,6 +1,6 @@
 # Template file for 'neochat'
 pkgname=neochat
-version=24.02.2
+version=24.05.0
 revision=1
 build_style=cmake
 configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
@@ -10,27 +10,25 @@ hostmakedepends="extra-cmake-modules gettext pkg-config qt6-base qt6-tools
 makedepends="kquickimageeditor-devel libQuotient-devel qtkeychain-qt6-devel
  qt6-multimedia-devel kf6-kirigami-devel kf6-ki18n-devel cmark-devel
  kf6-knotifications-devel kf6-kconfig-devel kf6-kcoreaddons-devel
- kf6-kstatusnotifieritem-devel kf6-qqc2-desktop-style-devel
- kf6-sonnet-devel kf6-kitemmodels-devel kirigami-addons
- kf6-kconfigwidgets-devel kf6-kio-devel kirigami-addons-devel
- qcoro-qt6-devel olm-devel qt6-plugin-sqlite kquickimageeditor
+ kf6-kstatusnotifieritem-devel kf6-qqc2-desktop-style-devel kf6-sonnet-devel
+ kf6-kitemmodels-devel kf6-kconfigwidgets-devel kf6-kio-devel
+ kirigami-addons-devel qcoro-qt6-devel olm-devel qt6-plugin-sqlite
+ kf6-purpose-devel kf6-syntax-highlighting-devel
  $(vopt_if webview qt6-webview-devel)"
-depends="kquickimageeditor kf6-kitemmodels kf6-kirigami kirigami-addons
- kf6-syntax-highlighting
- kf6-kquickcharts qt6-location"
+depends="kquickimageeditor kf6-kquickcharts qt6-location"
 short_desc="Client for matrix from KDE"
 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=b6dce8f96be12bab0d762694f50c49cea18d6155e1e46549f0bf97046f04741e
+checksum=900eceef45f578cd87cad92b4736d86e5c181c5f9330a6f77956fd2a6423d1b1
 
 build_options="webview"
 desc_option_webview="Use Qt6 WebView"
 
 if [ "$XBPS_TARGET_ENDIAN" = "le" ] &&
-   [ "64" = "$XBPS_WORDSIZE" ] &&
-   [ "$XBPS_TARGET_WORDSIZE" = "$XBPS_WORDSIZE" ]; then
+	[ "64" = "$XBPS_WORDSIZE" ] &&
+	[ "$XBPS_TARGET_WORDSIZE" = "$XBPS_WORDSIZE" ]; then
 	build_options_default="webview"
 fi
 

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

* Re: [PR PATCH] [Merged]: neochat: update to 24.05.0.
  2024-05-24 12:56 [PR PATCH] neochat: update to 24.05.0 TinfoilSubmarine
  2024-05-24 14:15 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2024-05-28 15:40 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-05-28 15:40 UTC (permalink / raw)
  To: ml

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

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

neochat: update to 24.05.0.
https://github.com/void-linux/void-packages/pull/50501

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

end of thread, other threads:[~2024-05-28 15:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-24 12:56 [PR PATCH] neochat: update to 24.05.0 TinfoilSubmarine
2024-05-24 14:15 ` [PR PATCH] [Updated] " TinfoilSubmarine
2024-05-28 15:40 ` [PR PATCH] [Merged]: " cinerea0

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