guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: gd: Fix long patch filename.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: gd: Fix long patch filename.
Date: Sun, 14 Nov 2021 20:00:20 -0500

This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 6cdf4e5  gnu: gd: Fix long patch filename.
6cdf4e5 is described below

commit 6cdf4e5bf230fdbe17e592c2ec74fb34dba70eb5
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Sun Nov 14 15:21:46 2021 -0800

    gnu: gd: Fix long patch filename.
    
    This fixes the generation of a tarball with "make dist":
    
      tar: 
guix-1.3.0.10365-4c4f9/gnu/packages/patches/gd-Revert-fix-303-gdlib.pc-use-Requires-instead-of-Libs.patch:
      file name is too long (max 99); not dumped
    
    * 
gnu/packages/patches/gd-Revert-fix-303-gdlib.pc-use-Requires-instead-of-Libs.patch:
      Rename patch to ...
    * gnu/packages/patches/gd-Revert-fix-303-gdlib.pc.patch: ... this.
    * gnu/packages/gd.scm (gd)[source]: Update patch filename.
    * gnu/local.mk (dist_patch_DATA): Update patch filename.
---
 gnu/local.mk                                                            | 2 +-
 gnu/packages/gd.scm                                                     | 2 +-
 ...-Requires-instead-of-Libs.patch => gd-Revert-fix-303-gdlib.pc.patch} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 7851f43..70af4a8 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1123,7 +1123,7 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/gcc-9-strmov-store-file-names.patch     \
   %D%/packages/patches/gd-fix-tests-on-i686.patch              \
   %D%/packages/patches/gd-brect-bounds.patch                   \
-  
%D%/packages/patches/gd-Revert-fix-303-gdlib.pc-use-Requires-instead-of-Libs.patch
   \
+  %D%/packages/patches/gd-Revert-fix-303-gdlib.pc.patch                \
   %D%/packages/patches/gdm-default-session.patch               \
   %D%/packages/patches/gdm-elogind-support.patch               \
   %D%/packages/patches/gdm-remove-hardcoded-xwayland-path.patch        \
diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm
index e37c485..1bd53a3 100644
--- a/gnu/packages/gd.scm
+++ b/gnu/packages/gd.scm
@@ -57,7 +57,7 @@
                               ;; Drop when
                               ;; https://github.com/libgd/libgd/issues/691
                               ;; is solved.
-                              
"gd-Revert-fix-303-gdlib.pc-use-Requires-instead-of-Libs.patch"))))
+                              "gd-Revert-fix-303-gdlib.pc.patch"))))
     (build-system gnu-build-system)
     (arguments
       ;; As recommended by github.com/libgd/libgd/issues/278 to fix rounding
diff --git 
a/gnu/packages/patches/gd-Revert-fix-303-gdlib.pc-use-Requires-instead-of-Libs.patch
 b/gnu/packages/patches/gd-Revert-fix-303-gdlib.pc.patch
similarity index 100%
rename from 
gnu/packages/patches/gd-Revert-fix-303-gdlib.pc-use-Requires-instead-of-Libs.patch
rename to gnu/packages/patches/gd-Revert-fix-303-gdlib.pc.patch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]