forked from conda-archive/conda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
45 lines (41 loc) · 1.07 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
package:
name: fontconfig
version: 2.12.1
source:
url: https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.12.1.tar.bz2
md5: b5af5a423ee3b5cfc34846838963c058
patches:
- fcf.patch
- patch-2.12.1-fccache.diff
requirements:
build:
- freetype 2.5.*
- libxml2 2.9.*
- libpng 1.6.*
- libiconv 1.14.*
- pkg-config
run:
- freetype 2.5.*
- libxml2 2.9.*
- libpng 1.6.*
- libiconv 1.14.*
test:
commands:
- fc-cache --help
- fc-cat --help
- fc-list --help
- fc-match --help
- fc-pattern --help
- fc-query --help
- fc-scan --help
- fc-validate --help
about:
home: http://www.freedesktop.org/wiki/Software/fontconfig/
license: BSD
license_file: COPYING
summary: A library for configuring and customizing font access
description: |
Fontconfig is a library designed to provide system-wide font configuration,
customization and application access.
doc_url: https://www.freedesktop.org/software/fontconfig/fontconfig-user.html
dev_url: https://cgit.freedesktop.org/fontconfig/