* [bug#37096] [PATCH] gnu: libdazzle: Update to 3.33.90.
@ 2019-08-20 9:16 Giacomo Leidi
2019-08-20 9:27 ` goodoldpaul
0 siblings, 1 reply; 3+ messages in thread
From: Giacomo Leidi @ 2019-08-20 9:16 UTC (permalink / raw)
To: 37096
* gnu/packages/gnome.scm (libdazzle): Update to 3.33.90.
---
gnu/packages/gnome.scm | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d5e46e09c1..39f5b11a57 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8042,7 +8042,7 @@ hexadecimal or ASCII. It is useful for editing binary files in general.")
(define-public libdazzle
(package
(name "libdazzle")
- (version "3.28.5")
+ (version "3.32.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libdazzle/"
@@ -8050,17 +8050,11 @@ hexadecimal or ASCII. It is useful for editing binary files in general.")
"libdazzle-" version ".tar.xz"))
(sha256
(base32
- "08qdwv2flywnh6kibkyv0pnm67pk8xlmjh4yqx6hf13hyhkxkqgg"))))
+ "1s37hv12ikfzhvh86qzgmfcjm3wvp12l2vsr0whl5xmm2harp3bc"))))
(build-system meson-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
- (add-after 'unpack 'disable-failing-test
- (lambda _
- ;; Disable failing test.
- (substitute* "tests/meson.build"
- (("test\\('test-application") "#"))
- #t))
(add-before 'check 'pre-check
(lambda _
;; Tests require a running X server.
--
2.23.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#37096] [PATCH] gnu: libdazzle: Update to 3.33.90.
2019-08-20 9:16 [bug#37096] [PATCH] gnu: libdazzle: Update to 3.33.90 Giacomo Leidi
@ 2019-08-20 9:27 ` goodoldpaul
2019-08-23 21:38 ` bug#37096: " Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: goodoldpaul @ 2019-08-20 9:27 UTC (permalink / raw)
To: 37096
[-- Attachment #1: Type: text/plain, Size: 87 bytes --]
I sent the wrong patch, excuse this oversight. Here's the correct patch.
Bye,
Giacomo
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-libdazzle-Update-to-3.33.90.patch --]
[-- Type: text/x-diff; name=0001-gnu-libdazzle-Update-to-3.33.90.patch, Size: 1683 bytes --]
From 9d19d6fdee0b0a9726720c1b752049238fd7375b Mon Sep 17 00:00:00 2001
From: Giacomo Leidi <goodoldpaul@autistici.org>
Date: Tue, 20 Aug 2019 11:23:02 +0200
Subject: [PATCH] gnu: libdazzle: Update to 3.33.90.
* gnu/packages/gnome.scm (libdazzle): Update to 3.33.90.
---
gnu/packages/gnome.scm | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d5e46e09c1..b1462e872f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8042,7 +8042,7 @@ hexadecimal or ASCII. It is useful for editing binary files in general.")
(define-public libdazzle
(package
(name "libdazzle")
- (version "3.28.5")
+ (version "3.33.90")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libdazzle/"
@@ -8050,17 +8050,11 @@ hexadecimal or ASCII. It is useful for editing binary files in general.")
"libdazzle-" version ".tar.xz"))
(sha256
(base32
- "08qdwv2flywnh6kibkyv0pnm67pk8xlmjh4yqx6hf13hyhkxkqgg"))))
+ "189m7q88d1a7bq0yyal9f3yhm9kz46lb61379nn4wsnnhpa1d0qs"))))
(build-system meson-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
- (add-after 'unpack 'disable-failing-test
- (lambda _
- ;; Disable failing test.
- (substitute* "tests/meson.build"
- (("test\\('test-application") "#"))
- #t))
(add-before 'check 'pre-check
(lambda _
;; Tests require a running X server.
--
2.23.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#37096: [PATCH] gnu: libdazzle: Update to 3.33.90.
2019-08-20 9:27 ` goodoldpaul
@ 2019-08-23 21:38 ` Ludovic Courtès
0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2019-08-23 21:38 UTC (permalink / raw)
To: goodoldpaul; +Cc: 37096-done
Hi,
goodoldpaul@autistici.org skribis:
> From 9d19d6fdee0b0a9726720c1b752049238fd7375b Mon Sep 17 00:00:00 2001
> From: Giacomo Leidi <goodoldpaul@autistici.org>
> Date: Tue, 20 Aug 2019 11:23:02 +0200
> Subject: [PATCH] gnu: libdazzle: Update to 3.33.90.
>
> * gnu/packages/gnome.scm (libdazzle): Update to 3.33.90.
Applied, thanks!
Ludo'.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-08-23 21:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-20 9:16 [bug#37096] [PATCH] gnu: libdazzle: Update to 3.33.90 Giacomo Leidi
2019-08-20 9:27 ` goodoldpaul
2019-08-23 21:38 ` bug#37096: " Ludovic Courtès
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.