summaryrefslogtreecommitdiff
path: root/gnu/packages/patches
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-03-20 11:26:50 +0100
committerMarius Bakke <mbakke@fastmail.com>2018-03-20 11:57:25 +0100
commit019c0eda941274f586aa1a2c8fa2b7aa9d6ec001 (patch)
tree1f54d421ff79e54a0a70ce3437d015498d037b74 /gnu/packages/patches
parent7428581f8d2a7b637a912a9681e2360bffbfae59 (diff)
downloadguix-patches-019c0eda941274f586aa1a2c8fa2b7aa9d6ec001.tar
guix-patches-019c0eda941274f586aa1a2c8fa2b7aa9d6ec001.tar.gz
gnu: fontconfig: Update to 2.13.0.
* gnu/packages/patches/fontconfig-remove-debug-printf.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/fontutils.scm (fontconfig): Update to 2.13.0. [source](patches): Remove. [propagated-inputs]: Add UTIL-LINUX.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r--gnu/packages/patches/fontconfig-remove-debug-printf.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/packages/patches/fontconfig-remove-debug-printf.patch b/gnu/packages/patches/fontconfig-remove-debug-printf.patch
deleted file mode 100644
index 04924a45a4..0000000000
--- a/gnu/packages/patches/fontconfig-remove-debug-printf.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Fontconfig 2.12.5 and 2.12.6 was released with a stray debugging statement.
-See <https://lists.freedesktop.org/archives/fontconfig/2017-October/006079.html>.
-
-Patch copied from upstream source repository:
-https://cgit.freedesktop.org/fontconfig/commit/?id=b56207a069be2574df455ede0a6ab61f44d5ca2b
-
-diff --git a/fc-query/fc-query.c b/fc-query/fc-query.c
-index 842a8b6..6cd5abd 100644
---- a/fc-query/fc-query.c
-+++ b/fc-query/fc-query.c
-@@ -170,7 +170,6 @@ main (int argc, char **argv)
- FcPattern *pat;
-
- id = ((instance_num << 16) + face_num);
-- printf("id %d\n", id);
- if (FT_New_Face (ftLibrary, argv[i], id, &face))
- break;
- num_faces = face->num_faces;