Files
chromebrew/packages/fontforge.rb
Satadru Pramanik, DO, MPH, MEng b00dfcc06f Update Firefox and fix more circular deps. (#14353)
* Add unbuilt firefox to updater-firefox-147.0.2

* Adjust firefox deps.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust firefox deps.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Change all sommelier deps to => :logical deps

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Fix circular dependencies of docbook_xml and docbook_xml412.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Cleanup docbook circular deps.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Fix elogind, ffmpeg circular deps.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Cleanup more circular deps.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Mark packages from successful builds as automatically buildable.

* updater-firefox-147.0.2: Package File Update Run on linux/386 container.

* Add filelists and updated packages.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Fix gstreamer deps.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Handle missing dlist, update pipewire filelist

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* lint

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add rsu_client filelist

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Suggested changes.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust elogind deps.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust docbook heredocs.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
2026-01-29 03:07:42 +00:00

48 lines
1.3 KiB
Ruby

require 'buildsystems/cmake'
class Fontforge < CMake
description 'Free (libre) font editor for Windows, Mac OS X and GNU+Linux'
homepage 'https://fontforge.org/'
version '20251009'
license 'BSD and GPL-3+'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://github.com/fontforge/fontforge.git'
git_hashtag version
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'ffa77e0c1c8f686cd6d90a411cf840dad2e281a4b0befe64d969a36591ab70d8',
armv7l: 'ffa77e0c1c8f686cd6d90a411cf840dad2e281a4b0befe64d969a36591ab70d8',
x86_64: 'e7db3b302b3a2d83dbb51048a39f185a8e3d315147e8f9a9bd99dab9066b3ba1'
})
depends_on 'at_spi2_core' # R
depends_on 'atkmm16' # R
depends_on 'cairo' # R
depends_on 'cairomm_1_0' # R
depends_on 'freetype' # R
depends_on 'gcc_lib' # R
depends_on 'gdk_pixbuf' # R
depends_on 'giflib' # R
depends_on 'glib' # R
depends_on 'glibc' # R
depends_on 'glibmm_2_4' # R
depends_on 'gtk3'
depends_on 'gtkmm3'
depends_on 'harfbuzz' # R
depends_on 'libjpeg_turbo' # R
depends_on 'libpng' # R
depends_on 'libsigcplusplus2' # R
depends_on 'libspiro'
depends_on 'libtiff' # R
depends_on 'libxml2' # R
depends_on 'pango'
depends_on 'pangomm_1_4' # R
depends_on 'python3' # R
depends_on 'readline' # R
depends_on 'sommelier' => :logical
depends_on 'zlib' # R
run_tests
end