mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ports/fontconfig: Update fontconfig to version 2.14.2
This commit is contained in:
parent
a047e939fa
commit
506a89f3e7
Notes:
sideshowbarker
2024-07-17 01:27:18 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/506a89f3e7 Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
2 changed files with 3 additions and 3 deletions
|
@ -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/ |
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue