1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-01 11:19:21 +00:00

Ports/fontconfig: Update fontconfig to version 2.14.2

This commit is contained in:
EWouters 2023-09-01 19:15:26 +02:00 committed by Jelle Raaijmakers
parent a047e939fa
commit 506a89f3e7
2 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`flare-game`](flare-game/) | Flare (game) | 1.14 | https://flarerpg.org/ |
| [`flatbuffers`](flatbuffers/) | Flatbuffers | 2.0.0 | https://github.com/google/flatbuffers |
| [`flex`](flex/) | flex | 2.6.4 | https://github.com/westes/flex |
| [`fontconfig`](fontconfig/) | Fontconfig | 2.14.0 | https://www.freedesktop.org/wiki/Software/fontconfig/ |
| [`fontconfig`](fontconfig/) | Fontconfig | 2.14.2 | https://www.freedesktop.org/wiki/Software/fontconfig/ |
| [`fotaq`](fotaq/) | Flight of the Amazon Queen | 1.0 | https://www.scummvm.org/games/#games-queen |
| [`freeciv`](freeciv/) | Freeciv | 3.0.8 | http://freeciv.org/ |
| [`freedink`](freedink/) | FreeDink | 109.6 | https://www.gnu.org/software/freedink/ |

View File

@ -1,12 +1,12 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='fontconfig'
version='2.14.0'
version='2.14.2'
depends=(
'freetype'
'libxml2'
)
files=(
"https://www.freedesktop.org/software/fontconfig/release/fontconfig-${version}.tar.xz#dcbeb84c9c74bbfdb133d535fe1c7bedc9f2221a8daf3914b984c44c520e9bac"
"https://www.freedesktop.org/software/fontconfig/release/fontconfig-${version}.tar.xz#dba695b57bce15023d2ceedef82062c2b925e51f5d4cc4aef736cf13f60a468b"
)
useconfigure='true'
use_fresh_config_sub='true'