aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/fontconfig.az
blob: 07c4499e5ce4a4f1a2bc2d4eba36d730f95f80ef (plain)
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
package fontconfig {
	description = "font configuration and customization library";
	website = "https://www.freedesktop.org/wiki/Software/fontconfig";
	anitya = 827;

	version# = "2.18.3";
	source = remoteGitLab {
		domain = "gitlab.freedesktop.org";
		suffix = "fontconfig/fontconfig";
		ref = version;
		checksum = "ZZzmt8fYh-3jKJ6vHXUDbeAWM2ilRusWxdynLt3Z4E_CQQ8cCwzpuAWACXmr9qHI";
	};

	exec = make {
		generate = "NOCONFIGURE=1 ./autogen.sh";
	};

	inputs = [
		automake,
		libtool,
		pkgconf,
		gettext,
		gperf,
		gzip,
		python,

		zlib,
		libexpat,
		freetype,
	];

	runtime = [
		zlib,
		libexpat,
		freetype,
	];
}