Skip to content

Commit

Permalink
Update fontconfig to 2.15.0 (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: seiya-git <[email protected]>
  • Loading branch information
github-actions[bot] and seiya-git authored May 1, 2024
1 parent 71371c2 commit f918ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SMP/fontconfig
Submodule fontconfig updated 86 files
+688 −257 .gitlab-ci.yml
+1 −0 .gitlab-ci/.gitignore
+144 −0 .gitlab-ci/build.sh
+331 −0 .gitlab-ci/ci.template
+140 −0 .gitlab-ci/config.yml
+3 −0 .gitlab-ci/fedora-cross.sh
+3 −0 .gitlab-ci/fedora-install.sh
+4 −0 .gitlab-ci/freebsd-cross.sh
+3 −0 .gitlab-ci/freebsd-install.sh
+142 −0 .gitlab-ci/other.yml
+2,649 −0 NEWS
+0 −2,562 README
+30 −0 README.md
+0 −2 SMP/appveyor.yml
+2,369 −2,144 SMP/fc-lang/fclang.h
+125 −117 SMP/src/fcobjshash.h
+1 −1 SMP/src/fcstdint.h
+17 −0 conf.d/11-lcdfilter-none.conf
+23 −2 conf.d/30-metric-aliases.conf
+6 −2 conf.d/45-latin.conf
+12 −0 conf.d/65-nonlatin.conf
+1 −1 conf.d/70-no-bitmaps.conf
+1 −1 conf.d/70-yes-bitmaps.conf
+2 −8 conf.d/Makefile.am
+1 −1 conf.d/link_confs.py
+1 −0 conf.d/meson.build
+41 −62 configure.ac
+1 −1 doc/fccharset.fncs
+21 −3 doc/fcconfig.fncs
+6 −2 doc/fontconfig-devel.sgml
+24 −13 doc/fontconfig-user.sgml
+8 −5 fc-case/CaseFolding.txt
+1 −1 fc-conflist/fc-conflist.sgml
+34 −1 fc-lang/Makefile.am
+31 −0 fc-lang/agr.orth
+29 −0 fc-lang/anp.orth
+35 −0 fc-lang/ayc.orth
+31 −0 fc-lang/bem.orth
+29 −0 fc-lang/bhb.orth
+32 −0 fc-lang/ckb.orth
+29 −0 fc-lang/cmn.orth
+37 −0 fc-lang/dsb.orth
+2 −2 fc-lang/fc-lang.py
+29 −0 fc-lang/hak.orth
+29 −0 fc-lang/hif.orth
+38 −0 fc-lang/lij.orth
+29 −0 fc-lang/lzh.orth
+29 −0 fc-lang/mag.orth
+33 −0 fc-lang/meson.build
+31 −0 fc-lang/mfe.orth
+29 −0 fc-lang/mhr.orth
+39 −0 fc-lang/miq.orth
+29 −0 fc-lang/mjw.orth
+29 −0 fc-lang/mnw.orth
+31 −0 fc-lang/nan.orth
+31 −0 fc-lang/nhn.orth
+35 −0 fc-lang/niu.orth
+29 −0 fc-lang/raj.orth
+43 −0 fc-lang/rif.orth
+36 −0 fc-lang/sgs.orth
+29 −0 fc-lang/shn.orth
+42 −0 fc-lang/szl.orth
+29 −0 fc-lang/tcy.orth
+29 −0 fc-lang/the.orth
+29 −0 fc-lang/tpi.orth
+29 −0 fc-lang/unm.orth
+29 −0 fc-lang/wae.orth
+30 −0 fc-lang/yue.orth
+29 −0 fc-lang/yuw.orth
+5 −3 fontconfig/fontconfig.h
+49 −34 meson.build
+1 −0 meson_options.txt
+8 −8 new-version.sh
+1 −8 src/fccfg.c
+2 −1 src/fccompat.c
+11 −11 src/fcdir.c
+108 −35 src/fcfreetype.c
+2 −3 src/fcint.h
+4 −2 src/fcmatch.c
+2 −0 src/fcobjs.h
+3 −0 src/fcxml.c
+2 −4 src/meson.build
+55 −0 test/run-test.d/functions
+104 −0 test/run-test.d/remap-flatpak.sh
+0 −1 test/test-conf.c
+64 −0 test/test-namedinstance.json

0 comments on commit f918ace

Please sign in to comment.