unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob cee105c61dc74efe4cfaef9f48d5e92ebb360a34 766 bytes (raw)
name: gnu/packages/patches/imagemagick-Fix-tests.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 
From 696d8735e05688d0162b769f37b0d75205ab2a97 Mon Sep 17 00:00:00 2001
From: Saku Laesvuori <saku@laesvuori.fi>
Date: Thu, 20 Jul 2023 19:14:43 +0300
Subject: [PATCH] Fix tests

---
 Magick++/demo/demo.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Magick++/demo/demo.cpp b/Magick++/demo/demo.cpp
index 14721dbcd..12cc3b10c 100644
--- a/Magick++/demo/demo.cpp
+++ b/Magick++/demo/demo.cpp
@@ -477,6 +477,7 @@ int main( int /*argc*/, char ** argv)
       montageOpts.compose( OverCompositeOp );
       montageOpts.backgroundColor( "#ffffff" );
       montageOpts.pointSize( 18 );
+      montageOpts.font(MAGICK_FONT);
       montageOpts.fillColor( "#600" );
       montageOpts.strokeColor( Color() );
       montageOpts.compose(OverCompositeOp);
-- 
2.41.0


debug log:

solving cee105c61d ...
found cee105c61d in https://yhetil.org/guix-patches/20230720183731.7296-1-saku@laesvuori.fi/

applying [1/1] https://yhetil.org/guix-patches/20230720183731.7296-1-saku@laesvuori.fi/
diff --git a/gnu/packages/patches/imagemagick-Fix-tests.patch b/gnu/packages/patches/imagemagick-Fix-tests.patch
new file mode 100644
index 0000000000..cee105c61d

1:28: trailing whitespace.
-- 
Checking patch gnu/packages/patches/imagemagick-Fix-tests.patch...
1:30: new blank line at EOF.
+
Applied patch gnu/packages/patches/imagemagick-Fix-tests.patch cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 cee105c61dc74efe4cfaef9f48d5e92ebb360a34	gnu/packages/patches/imagemagick-Fix-tests.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).