updater-fcft-3.3.2 — fcft → 3.3.2 (#12594)

* Add unbuilt fcft to updater-fcft-3.3.2

* updater-fcft-3.3.2: Build Run on linux/arm/v7.

* updater-fcft-3.3.2: Build Run on linux/amd64.

* updater-fcft-3.3.2: Package File Update Run on linux/amd64 container.

---------

Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-08-21 15:16:13 -04:00
committed by GitHub
parent 5b0786024d
commit 791d17ae3d
3 changed files with 9 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
# Total size: 97944
# Total size: 110106
/usr/local/include/fcft/fcft.h
/usr/local/include/fcft/stride.h
/usr/local/lib/libfcft.so
/usr/local/lib/libfcft.so.4
/usr/local/lib/libfcft.so.4.1.8
/usr/local/lib/libfcft.so.4.3.2
/usr/local/lib/pkgconfig/fcft.pc

View File

@@ -1,7 +1,7 @@
# Total size: 135946
# Total size: 151560
/usr/local/include/fcft/fcft.h
/usr/local/include/fcft/stride.h
/usr/local/lib64/libfcft.so
/usr/local/lib64/libfcft.so.4
/usr/local/lib64/libfcft.so.4.1.8
/usr/local/lib64/libfcft.so.4.3.2
/usr/local/lib64/pkgconfig/fcft.pc

View File

@@ -3,7 +3,7 @@ require 'buildsystems/meson'
class Fcft < Meson
description 'Simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman.'
homepage 'https://codeberg.org/dnkl/fcft'
version '3.1.8'
version '3.3.2'
license 'MIT'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://codeberg.org/dnkl/fcft.git'
@@ -11,13 +11,14 @@ class Fcft < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: '10ec6f7c3f479908abeadc26c8793045f8da58660ffb79b687cd02130e0d72c4',
armv7l: '10ec6f7c3f479908abeadc26c8793045f8da58660ffb79b687cd02130e0d72c4',
x86_64: '9d2722efa27cbd6ff90e96d4571e2a0aba2204f060e3d237bd9823aa9719a96e'
aarch64: '6937b8eebd922e2447aa1d6f76a1ec53b68617fed21674b2edfedddc6765ef8e',
armv7l: '6937b8eebd922e2447aa1d6f76a1ec53b68617fed21674b2edfedddc6765ef8e',
x86_64: '3a9fd4e0d4a64e2203cc059ecbfa0049a332eb2174b83b63df2344ef0369bb1e'
})
depends_on 'fontconfig'
depends_on 'freetype'
depends_on 'glibc' # R
depends_on 'harfbuzz'
depends_on 'pixman'
depends_on 'tllist' => :build