Skip to content

Commit 89fb533

Browse files
committed
Use fontconfig v2.15.0
1 parent d712e86 commit 89fb533

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

libs/recipes/fontconfig/rules.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FC_VERSION = 2.14.0
2-
FC_TARBALL = $(DOWNLOAD)/fontconfig-$(FC_VERSION).tar.gz
3-
FC_URL = https://www.freedesktop.org/software/fontconfig/release/fontconfig-$(FC_VERSION).tar.gz
1+
FC_VERSION = 2.15.0
2+
FC_TARBALL = $(DOWNLOAD)/fontconfig-$(FC_VERSION).tar.xz
3+
FC_URL = https://www.freedesktop.org/software/fontconfig/release/fontconfig-$(FC_VERSION).tar.xz
44

55
.PHONY: fontconfig
66
fontconfig: $(FC_DEPS)

patches/fontconfig-2.14.0/fix-double-sysroot.diff renamed to patches/fontconfig-2.15.0/fix-double-sysroot.diff

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Index: fontconfig-2.14.0/src/fccfg.c
1+
Index: fontconfig-2.15.0/src/fccfg.c
22
===================================================================
3-
--- fontconfig-2.14.0.orig/src/fccfg.c
4-
+++ fontconfig-2.14.0/src/fccfg.c
5-
@@ -2720,10 +2720,7 @@ FcConfigGetFilename (FcConfig *conf
3+
--- fontconfig-2.15.0.orig/src/fccfg.c
4+
+++ fontconfig-2.15.0/src/fccfg.c
5+
@@ -2716,10 +2716,7 @@ FcConfigGetFilename (FcConfig *conf
66
{
77
FcChar8 *s;
88

patches/fontconfig-2.14.0/syscache-always-valid.diff renamed to patches/fontconfig-2.15.0/syscache-always-valid.diff

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Index: fontconfig-2.14.0/src/fccache.c
1+
Index: fontconfig-2.15.0/src/fccache.c
22
===================================================================
3-
--- fontconfig-2.14.0.orig/src/fccache.c
4-
+++ fontconfig-2.14.0/src/fccache.c
5-
@@ -845,7 +845,7 @@ FcCacheTimeValid (FcConfig *config, FcCa
3+
--- fontconfig-2.15.0.orig/src/fccache.c
4+
+++ fontconfig-2.15.0/src/fccache.c
5+
@@ -842,7 +842,7 @@ FcCacheTimeValid (FcConfig *config, FcCa
66
printf ("FcCacheTimeValid dir \"%s\" cache checksum %d dir checksum %d\n",
77
FcCacheDir (cache), cache->checksum, (int) dir_stat->st_mtime);
88
#endif

0 commit comments

Comments
 (0)