Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] halloy: update to 2024.5
@ 2024-03-21 16:21 tranzystorekk
  2024-03-21 16:32 ` tranzystorekk
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tranzystorekk @ 2024-03-21 16:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages halloy
https://github.com/void-linux/void-packages/pull/49433

halloy: update to 2024.5
<!-- 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/49433.patch is attached

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

From 5971c517be7c00482991973c513ca02feca51549 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 21 Mar 2024 17:18:56 +0100
Subject: [PATCH] halloy: update to 2024.5

---
 srcpkgs/halloy/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/halloy/template b/srcpkgs/halloy/template
index 9fc2973de46192..19230fd1f5ff6f 100644
--- a/srcpkgs/halloy/template
+++ b/srcpkgs/halloy/template
@@ -1,6 +1,6 @@
 # Template file for 'halloy'
 pkgname=halloy
-version=2024.4
+version=2024.5
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -11,12 +11,12 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/squidowl/halloy"
 changelog="https://raw.githubusercontent.com/squidowl/halloy/main/CHANGELOG.md"
 distfiles="https://github.com/squidowl/halloy/archive/refs/tags/${version}.tar.gz"
-checksum=d051692b053ee425a7cbffe08f3dd6737f396682031823062a1c621de5a3583f
+checksum=6c68e9aa7ffa0785130f39aa6b0fcb8c79e0cfc7320e3967590594f6dabfc75a
 
 post_install() {
 	vinstall assets/linux/org.squidowl.halloy.appdata.xml 644 usr/share/metainfo
 	vinstall assets/linux/org.squidowl.halloy.desktop 644 usr/share/applications
-	vsconf config.yaml
+	vsconf config.toml
 
 	for _size in 16x16 24x24 32x32 48x48 64x64 96x96 128x128 256x256 512x512; do
 		vinstall assets/linux/icons/hicolor/${_size}/apps/org.squidowl.halloy.png 644 usr/share/icons/hicolor/${_size}/apps

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

* Re: halloy: update to 2024.5
  2024-03-21 16:21 [PR PATCH] halloy: update to 2024.5 tranzystorekk
@ 2024-03-21 16:32 ` tranzystorekk
  2024-03-21 20:43 ` [PR PATCH] [Updated] " tranzystorekk
  2024-03-22  0:10 ` [PR PATCH] [Merged]: " cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2024-03-21 16:32 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/49433#issuecomment-2012909986

Comment:
This release introduces a sizeable breaking change: transition from yaml to toml config, users need to manually replace their old config with the new example and fill in the gaps.

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

* Re: [PR PATCH] [Updated] halloy: update to 2024.5
  2024-03-21 16:21 [PR PATCH] halloy: update to 2024.5 tranzystorekk
  2024-03-21 16:32 ` tranzystorekk
@ 2024-03-21 20:43 ` tranzystorekk
  2024-03-22  0:10 ` [PR PATCH] [Merged]: " cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2024-03-21 20:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages halloy
https://github.com/void-linux/void-packages/pull/49433

halloy: update to 2024.5
<!-- 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/49433.patch is attached

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

From 9798e6db62664a5eaef3dca6f4e4ea2e18859681 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 21 Mar 2024 17:18:56 +0100
Subject: [PATCH] halloy: update to 2024.5

---
 srcpkgs/halloy/INSTALL.msg | 5 +++++
 srcpkgs/halloy/template    | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/halloy/INSTALL.msg

diff --git a/srcpkgs/halloy/INSTALL.msg b/srcpkgs/halloy/INSTALL.msg
new file mode 100644
index 00000000000000..4f05b3c7b329c3
--- /dev/null
+++ b/srcpkgs/halloy/INSTALL.msg
@@ -0,0 +1,5 @@
+NOTICE: Halloy starting from 2024.5 changed to TOML configuration files
+without providing an automated migration path or backward support.
+
+Users updating from earlier versions are expected to manually port their config
+to new format: https://halloy.squidowl.org/guides/migrating-from-yaml.html
diff --git a/srcpkgs/halloy/template b/srcpkgs/halloy/template
index 9fc2973de46192..19230fd1f5ff6f 100644
--- a/srcpkgs/halloy/template
+++ b/srcpkgs/halloy/template
@@ -1,6 +1,6 @@
 # Template file for 'halloy'
 pkgname=halloy
-version=2024.4
+version=2024.5
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -11,12 +11,12 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/squidowl/halloy"
 changelog="https://raw.githubusercontent.com/squidowl/halloy/main/CHANGELOG.md"
 distfiles="https://github.com/squidowl/halloy/archive/refs/tags/${version}.tar.gz"
-checksum=d051692b053ee425a7cbffe08f3dd6737f396682031823062a1c621de5a3583f
+checksum=6c68e9aa7ffa0785130f39aa6b0fcb8c79e0cfc7320e3967590594f6dabfc75a
 
 post_install() {
 	vinstall assets/linux/org.squidowl.halloy.appdata.xml 644 usr/share/metainfo
 	vinstall assets/linux/org.squidowl.halloy.desktop 644 usr/share/applications
-	vsconf config.yaml
+	vsconf config.toml
 
 	for _size in 16x16 24x24 32x32 48x48 64x64 96x96 128x128 256x256 512x512; do
 		vinstall assets/linux/icons/hicolor/${_size}/apps/org.squidowl.halloy.png 644 usr/share/icons/hicolor/${_size}/apps

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

* Re: [PR PATCH] [Merged]: halloy: update to 2024.5
  2024-03-21 16:21 [PR PATCH] halloy: update to 2024.5 tranzystorekk
  2024-03-21 16:32 ` tranzystorekk
  2024-03-21 20:43 ` [PR PATCH] [Updated] " tranzystorekk
@ 2024-03-22  0:10 ` cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2024-03-22  0:10 UTC (permalink / raw)
  To: ml

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

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

halloy: update to 2024.5
https://github.com/void-linux/void-packages/pull/49433

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:[~2024-03-22  0:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-21 16:21 [PR PATCH] halloy: update to 2024.5 tranzystorekk
2024-03-21 16:32 ` tranzystorekk
2024-03-21 20:43 ` [PR PATCH] [Updated] " tranzystorekk
2024-03-22  0:10 ` [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).