[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
217/217: gnu: gd: Fix long patch filename.
From: |
guix-commits |
Subject: |
217/217: gnu: gd: Fix long patch filename. |
Date: |
Sun, 14 Nov 2021 19:21:32 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 22477c20604d88f2867c64405f86e7306a333f32
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 385526a..f679728 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1129,7 +1129,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
- 185/217: gnu: uhttpmock: Use libsoup 2., (continued)
- 185/217: gnu: uhttpmock: Use libsoup 2., guix-commits, 2021/11/14
- 182/217: gnu: geoclue: Fix build option name., guix-commits, 2021/11/14
- 183/217: gnu: jami-gnome: Fix build with webkitgtk 2.34.1., guix-commits, 2021/11/14
- 181/217: gnu: accountsservice: Use meson 0.59.4 to work around a bug in 0.60.0., guix-commits, 2021/11/14
- 186/217: gnu: libblockdev: Update to 2.26., guix-commits, 2021/11/14
- 211/217: gnu: python-aiomysql: Update to 0.17.8., guix-commits, 2021/11/14
- 213/217: gnu: python-asynctest: Delete package., guix-commits, 2021/11/14
- 193/217: gnu: python-distro: Update to 1.6.0., guix-commits, 2021/11/14
- 199/217: gnu: libgdata: Use libsoup 2 to fix build., guix-commits, 2021/11/14
- 200/217: gnu: gvfs: Use meson-0.59 to workaround faulty meson., guix-commits, 2021/11/14
- 217/217: gnu: gd: Fix long patch filename.,
guix-commits <=
- 216/217: gnu: conan: Update to 1.42.0., guix-commits, 2021/11/14
- 140/217: gnu: gtk: Replace gdk-pixbuf+svg by librsvg., guix-commits, 2021/11/14
- 155/217: gnu: python-pytest: Update to 6.2.5., guix-commits, 2021/11/14
- 177/217: gnu: xorg-server, xorg-server-for-tests: Update to 21.1.0., guix-commits, 2021/11/14
- 175/217: gnu: xorgproto: Update to 2021.5., guix-commits, 2021/11/14
- 184/217: gnu: emacs-elpy: Update to 1.35.0-0.8d0de31., guix-commits, 2021/11/14
- 205/217: gnu: icecat: Enable geckodriver., guix-commits, 2021/11/14
- 206/217: gnu: Add python-pypika-tortoise., guix-commits, 2021/11/14
- 204/217: gnu: osinfo-db-tools: Update to 1.9.0., guix-commits, 2021/11/14
- 209/217: gnu: Add python-asyncmy., guix-commits, 2021/11/14