Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lilypond: update to 2.24.4
@ 2024-08-01 18:33 newbluemoon
  2024-08-01 18:56 ` icp1994
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: newbluemoon @ 2024-08-01 18:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages lilypond
https://github.com/void-linux/void-packages/pull/51597

lilypond: update to 2.24.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, (x84_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - x86_64-musl
  - i686



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

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

From 638421f9c75032a4f30d79363fb4a57ff1b6e796 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Thu, 1 Aug 2024 20:30:16 +0200
Subject: [PATCH 1/2] lilypond: update to 2.24.4

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

diff --git a/srcpkgs/lilypond/template b/srcpkgs/lilypond/template
index 622930eab4c3ee..e898d5d050b2c3 100644
--- a/srcpkgs/lilypond/template
+++ b/srcpkgs/lilypond/template
@@ -1,7 +1,7 @@
 # Template file for 'lilypond'
 # should be kept in sync with 'lilypond-doc'
 pkgname=lilypond
-version=2.24.3
+version=2.24.4
 revision=1
 build_wrksrc="build"
 build_style="gnu-configure"
@@ -18,7 +18,7 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later, GFDL-1.3-or-later"
 homepage="https://lilypond.org/"
 distfiles="https://lilypond.org/downloads/sources/v${version%.*}/lilypond-${version}.tar.gz"
-checksum=df005f76ef7af5a4cd74a10f8e7115278b7fa79f14018937b65c109498ec44be
+checksum=e96fa03571c79f20e1979653afabdbe4ee42765a3d9fd14953f0cd9eea51781c
 python_version=3
 make_check=ci-skip # ci sometimes fails, but all checks pass locally
 

From ea68fbc175087abbd54f0d239e8266e326f3ec69 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Thu, 1 Aug 2024 20:30:29 +0200
Subject: [PATCH 2/2] lilypond-doc: update to 2.24.4

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

diff --git a/srcpkgs/lilypond-doc/template b/srcpkgs/lilypond-doc/template
index f439389079194a..523033b16cde06 100644
--- a/srcpkgs/lilypond-doc/template
+++ b/srcpkgs/lilypond-doc/template
@@ -1,14 +1,14 @@
 # Template file for 'lilypond-doc'
 # should be kept in sync with 'lilypond'
 pkgname=lilypond-doc
-version=2.24.3
+version=2.24.4
 revision=1
 short_desc="Documentation for the lilypond music engraving program"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later, GFDL-1.3-or-later"
 homepage="https://lilypond.org/"
 distfiles="https://gitlab.com/lilypond/lilypond/-/releases/v${version}/downloads/lilypond-${version}-documentation.tar.xz"
-checksum=58e41af8f4691cf518d4204ad2b278abde9ff2139a54453d17bcb90a15d7e5b7
+checksum=b387da765df1e5907800ce99af66418f50c2100ddcfb6e50911b84b65d722b3b
 
 do_install() {
 	vmkdir usr/share

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

* Re: lilypond: update to 2.24.4
  2024-08-01 18:33 [PR PATCH] lilypond: update to 2.24.4 newbluemoon
@ 2024-08-01 18:56 ` icp1994
  2024-08-01 19:02 ` newbluemoon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2024-08-01 18:56 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/51597#issuecomment-2263756826

Comment:
included in https://github.com/void-linux/void-packages/pull/51554

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

* Re: lilypond: update to 2.24.4
  2024-08-01 18:33 [PR PATCH] lilypond: update to 2.24.4 newbluemoon
  2024-08-01 18:56 ` icp1994
@ 2024-08-01 19:02 ` newbluemoon
  2024-09-08  8:44 ` [PR PATCH] [Updated] " newbluemoon
  2024-09-08 18:30 ` [PR PATCH] [Closed]: " newbluemoon
  3 siblings, 0 replies; 5+ messages in thread
From: newbluemoon @ 2024-08-01 19:02 UTC (permalink / raw)
  To: ml

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

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/51597#issuecomment-2263767712

Comment:
Thanks, didn’t catch that.

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

* Re: [PR PATCH] [Updated] lilypond: update to 2.24.4
  2024-08-01 18:33 [PR PATCH] lilypond: update to 2.24.4 newbluemoon
  2024-08-01 18:56 ` icp1994
  2024-08-01 19:02 ` newbluemoon
@ 2024-09-08  8:44 ` newbluemoon
  2024-09-08 18:30 ` [PR PATCH] [Closed]: " newbluemoon
  3 siblings, 0 replies; 5+ messages in thread
From: newbluemoon @ 2024-09-08  8:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages lilypond
https://github.com/void-linux/void-packages/pull/51597

lilypond: update to 2.24.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, (x84_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - x86_64-musl
  - i686



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

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

From 8e98e7cd73ad0037aa72a148d97eba0f7b3e2bb1 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Thu, 1 Aug 2024 20:30:16 +0200
Subject: [PATCH 1/2] lilypond: update to 2.24.4

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

diff --git a/srcpkgs/lilypond/template b/srcpkgs/lilypond/template
index 622930eab4c3ee..e898d5d050b2c3 100644
--- a/srcpkgs/lilypond/template
+++ b/srcpkgs/lilypond/template
@@ -1,7 +1,7 @@
 # Template file for 'lilypond'
 # should be kept in sync with 'lilypond-doc'
 pkgname=lilypond
-version=2.24.3
+version=2.24.4
 revision=1
 build_wrksrc="build"
 build_style="gnu-configure"
@@ -18,7 +18,7 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later, GFDL-1.3-or-later"
 homepage="https://lilypond.org/"
 distfiles="https://lilypond.org/downloads/sources/v${version%.*}/lilypond-${version}.tar.gz"
-checksum=df005f76ef7af5a4cd74a10f8e7115278b7fa79f14018937b65c109498ec44be
+checksum=e96fa03571c79f20e1979653afabdbe4ee42765a3d9fd14953f0cd9eea51781c
 python_version=3
 make_check=ci-skip # ci sometimes fails, but all checks pass locally
 

From 7ca812dea0bd16f55a41bc43a8cd4cc00ad4030f Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Thu, 1 Aug 2024 20:30:29 +0200
Subject: [PATCH 2/2] lilypond-doc: update to 2.24.4

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

diff --git a/srcpkgs/lilypond-doc/template b/srcpkgs/lilypond-doc/template
index f439389079194a..523033b16cde06 100644
--- a/srcpkgs/lilypond-doc/template
+++ b/srcpkgs/lilypond-doc/template
@@ -1,14 +1,14 @@
 # Template file for 'lilypond-doc'
 # should be kept in sync with 'lilypond'
 pkgname=lilypond-doc
-version=2.24.3
+version=2.24.4
 revision=1
 short_desc="Documentation for the lilypond music engraving program"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later, GFDL-1.3-or-later"
 homepage="https://lilypond.org/"
 distfiles="https://gitlab.com/lilypond/lilypond/-/releases/v${version}/downloads/lilypond-${version}-documentation.tar.xz"
-checksum=58e41af8f4691cf518d4204ad2b278abde9ff2139a54453d17bcb90a15d7e5b7
+checksum=b387da765df1e5907800ce99af66418f50c2100ddcfb6e50911b84b65d722b3b
 
 do_install() {
 	vmkdir usr/share

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

* Re: [PR PATCH] [Closed]: lilypond: update to 2.24.4
  2024-08-01 18:33 [PR PATCH] lilypond: update to 2.24.4 newbluemoon
                   ` (2 preceding siblings ...)
  2024-09-08  8:44 ` [PR PATCH] [Updated] " newbluemoon
@ 2024-09-08 18:30 ` newbluemoon
  3 siblings, 0 replies; 5+ messages in thread
From: newbluemoon @ 2024-09-08 18:30 UTC (permalink / raw)
  To: ml

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

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

lilypond: update to 2.24.4
https://github.com/void-linux/void-packages/pull/51597

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

#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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, (x84_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - x86_64-musl
  - i686



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

end of thread, other threads:[~2024-09-08 18:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-01 18:33 [PR PATCH] lilypond: update to 2.24.4 newbluemoon
2024-08-01 18:56 ` icp1994
2024-08-01 19:02 ` newbluemoon
2024-09-08  8:44 ` [PR PATCH] [Updated] " newbluemoon
2024-09-08 18:30 ` [PR PATCH] [Closed]: " newbluemoon

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