• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

chromium/H16-Feb-2021-10

include/H16-Feb-2021-11,77010,973

src/H16-Feb-2021-92,64882,125

BUILD.gnH A D16-Feb-20213.9 KiB121106

LICENSEH A D16-Feb-20211.3 KiB2923

OWNERSH A D16-Feb-202194 54

README.chromiumH A D16-Feb-2021740 2420

fontconfig.gniH A D16-Feb-2021373 139

README.chromium

1Name: fontconfig
2URL: http://www.freedesktop.org/wiki/Software/fontconfig/
3Version: 452be8125f0e2a18a7dfef469e05d19374d36307
4CPEPrefix: cpe:/a:fontconfig_project:fontconfig:2.13.91
5License: MIT
6License File: src/COPYING
7Security Critical: yes
8
9Description:
10Fontconfig is a library for configuring and customizing font access.
11
12Modifications:
13- None
14
15To import a new snapshot of fontconfig:
16- Checkout the latest revision:
17    git fetch origin master
18    git checkout origin/master
19- Change the DEPS entry to the newly checked out commit.
20- Update generated files:
21    ./autogen.sh --enable-libxml2 --disable-docs && make
22    rsync -R $(git ls-files --others '*.h' '*/*.h') ../include
23- Update this README to reflect the new version number.
24