* [bug#63592] [PATCH] gnu: dia: Update to 0.97.3-4.6ef461d, fix Meson build.
@ 2023-05-19 17:24 Ivan Vilata i Balaguer
2023-05-19 17:58 ` [bug#63592] [PATCH v2] gnu: dia: Update to 0.97.3-4.6ef461d to " Ivan Vilata i Balaguer
0 siblings, 1 reply; 3+ messages in thread
From: Ivan Vilata i Balaguer @ 2023-05-19 17:24 UTC (permalink / raw)
To: 63592
[-- Attachment #1: Type: text/plain, Size: 1443 bytes --]
Fixes <https://issues.guix.gnu.org/63274>.
* gnu/packages/gnome.scm (dia): Update to 0.97.3-4.6ef461d.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 754bb668ba..cf53c4d1b1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1951,8 +1951,8 @@ (define-public dia
;; recent versions of the build tools. The latest activity on the
;; pre-GNOME version has been in 2014, while GNOME has continued applying
;; fixes since.
- (let ((commit "0997887d97f01be28bf3886dfd3e2002de437930")
- (revision "3"))
+ (let ((commit "6ef461d8a04ffcd23df26fc4749cebc6322a5322")
+ (revision "4"))
(package
(name "dia")
(version (git-version "0.97.3" revision commit))
@@ -1964,7 +1964,7 @@ (define-public dia
(file-name (git-file-name name version))
(sha256
(base32
- "199b4n1jydg1g9lnz0r8xx67h7s2ac2lfj89zp015lbs0qqfkmsh"))))
+ "0ni3yi3kzsd521bi9a4xd36y5w8df3f2nkwbdcxgkx1ns9bh9kzp"))))
(build-system meson-build-system)
;; XXX: Parallel builds may cause: [74/566] [...]
;; fatal error: dia-lib-enums.h: No such file or directory
base-commit: 0aab24855238cc7c7a31066ab39cd94e534b857f
--
2.39.2
--
Ivan Vilata i Balaguer -- https://elvil.net/
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#63592] [PATCH v2] gnu: dia: Update to 0.97.3-4.6ef461d to fix Meson build.
2023-05-19 17:24 [bug#63592] [PATCH] gnu: dia: Update to 0.97.3-4.6ef461d, fix Meson build Ivan Vilata i Balaguer
@ 2023-05-19 17:58 ` Ivan Vilata i Balaguer
2023-05-20 10:06 ` Ivan Vilata i Balaguer
0 siblings, 1 reply; 3+ messages in thread
From: Ivan Vilata i Balaguer @ 2023-05-19 17:58 UTC (permalink / raw)
To: 63592
[-- Attachment #1: Type: text/plain, Size: 1798 bytes --]
Fixes <https://issues.guix.gnu.org/63274>.
* gnu/packages/gnome.scm (dia): Update to 0.97.3-4.6ef461d.
---
Forgot to add copyright entry.
gnu/packages/gnome.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 754bb668ba..3bd6e8b4cc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -74,6 +74,7 @@
;;; Copyright © 2022 Alexandros Theodotou <alex@zrythm.org>
;;; Copyright © 2022 Arjan Adriaanse <arjan@adriaan.se>
;;; Copyright © 2023 Kaelyn Takata <kaelyn.alexi@protonmail.com>
+;;; Copyright © 2023 Ivan Vilata-i-Balaguer <ivan@selidor.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1951,8 +1952,8 @@ (define-public dia
;; recent versions of the build tools. The latest activity on the
;; pre-GNOME version has been in 2014, while GNOME has continued applying
;; fixes since.
- (let ((commit "0997887d97f01be28bf3886dfd3e2002de437930")
- (revision "3"))
+ (let ((commit "6ef461d8a04ffcd23df26fc4749cebc6322a5322")
+ (revision "4"))
(package
(name "dia")
(version (git-version "0.97.3" revision commit))
@@ -1964,7 +1965,7 @@ (define-public dia
(file-name (git-file-name name version))
(sha256
(base32
- "199b4n1jydg1g9lnz0r8xx67h7s2ac2lfj89zp015lbs0qqfkmsh"))))
+ "0ni3yi3kzsd521bi9a4xd36y5w8df3f2nkwbdcxgkx1ns9bh9kzp"))))
(build-system meson-build-system)
;; XXX: Parallel builds may cause: [74/566] [...]
;; fatal error: dia-lib-enums.h: No such file or directory
base-commit: 0aab24855238cc7c7a31066ab39cd94e534b857f
--
2.39.2
--
Ivan Vilata i Balaguer -- https://elvil.net/
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#63592] [PATCH v2] gnu: dia: Update to 0.97.3-4.6ef461d to fix Meson build.
2023-05-19 17:58 ` [bug#63592] [PATCH v2] gnu: dia: Update to 0.97.3-4.6ef461d to " Ivan Vilata i Balaguer
@ 2023-05-20 10:06 ` Ivan Vilata i Balaguer
0 siblings, 0 replies; 3+ messages in thread
From: Ivan Vilata i Balaguer @ 2023-05-20 10:06 UTC (permalink / raw)
To: Ivan Vilata i Balaguer; +Cc: 63592
[-- Attachment #1: Type: text/plain, Size: 780 bytes --]
Please ignore these patches, as Giovanni already sent one (which I updated
slightly) to <https://issues.guix.gnu.org/63274>.
This issue may be closed. Thanks and sorry for the noise!
PS: The reason for having sent this duplicate patch is that I didn't get email
responses being sent to the original bug address. I thought that this was the
case in the Debian instance, but I may be wrong. At any rate, bugs may be
easier to follow if a debbugs sent copies of emails to all involved addresses
(or at least the original poster). 🙂
Ivan Vilata i Balaguer (2023-05-19 19:58:30 +0200) wrote:
> Fixes <https://issues.guix.gnu.org/63274>.
>
> * gnu/packages/gnome.scm (dia): Update to 0.97.3-4.6ef461d.
--
Ivan Vilata i Balaguer -- https://elvil.net/
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-05-20 10:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-19 17:24 [bug#63592] [PATCH] gnu: dia: Update to 0.97.3-4.6ef461d, fix Meson build Ivan Vilata i Balaguer
2023-05-19 17:58 ` [bug#63592] [PATCH v2] gnu: dia: Update to 0.97.3-4.6ef461d to " Ivan Vilata i Balaguer
2023-05-20 10:06 ` Ivan Vilata i Balaguer
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.