diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-07-04 06:53:58 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-07-04 06:53:58 +0000 |
| commit | 9d77626359f24c190d5c201d5d8da9d8a42f937e (patch) | |
| tree | ac334940cde1711232035ec34bd57a9ae97434f7 /repos/extra/fontconfig/abuild | |
| parent | e38d6fd796f2957058fed05a745ba9995358f2ee (diff) | |
| download | alicelinux-9d77626359f24c190d5c201d5d8da9d8a42f937e.tar.gz alicelinux-9d77626359f24c190d5c201d5d8da9d8a42f937e.zip | |
fontconfig: updated to 2.17.1
Diffstat (limited to 'repos/extra/fontconfig/abuild')
| -rw-r--r-- | repos/extra/fontconfig/abuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/repos/extra/fontconfig/abuild b/repos/extra/fontconfig/abuild index 177f57a9..f9489dd0 100644 --- a/repos/extra/fontconfig/abuild +++ b/repos/extra/fontconfig/abuild @@ -1,4 +1,5 @@ name=fontconfig -version=2.16.2 +version=2.17.1 release=1 source="https://gitlab.freedesktop.org/${name}/${name}/-/archive/${version}/${name}-${version}.tar.gz" +build_opt="-Dtests=disabled" |