forked from preshing/cairo-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.yml
More file actions
26 lines (26 loc) · 925 Bytes
/
Copy pathdeps.yml
File metadata and controls
26 lines (26 loc) · 925 Bytes
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
version: 3
dependencies:
- type: git
settings:
remotes:
git://anongit.freedesktop.org/git/cairo:
replace_in_files:
- filename: build-cairo-windows.sh
pattern: CAIRO_VERSION=cairo-(\S+)
https://github.com/freedesktop/pixman.git:
replace_in_files:
- filename: build-cairo-windows.sh
pattern: PIXMAN_VERSION=pixman-(\S+)
tag_prefix: pixman-
https://github.com/glennrp/libpng.git:
replace_in_files:
- filename: build-cairo-windows.sh
pattern: LIBPNG_VERSION=libpng-(\S+)
tag_prefix: v
git://git.sv.nongnu.org/freetype/freetype2.git:
replace_in_files:
- filename: build-cairo-windows.sh
pattern: FREETYPE_VERSION=freetype-(\S+)
tag_filter:
matching: 'VER-(\d+)-(\d+)-(\d+)'
output_as: '$1.$2.$3' # output and sort as a semver-compatible