AutoBuild: icu4c started at 2025-07-18-03UTC. (#12217)

* icu4c => 77.1

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

* adjust icu4c

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

* Add built packages for linux/386 to branch icu4c.

* Add built packages for linux/amd64 to branch icu4c.

* icu4c => 77.1

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

* WIP updates

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

* Adjust icu4c build again.

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

* rebuilds

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

* WIP gettext

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

* Add gettext build.

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

* Add built packages for linux/386 to branch icu4c.

* Add built packages for linux/amd64 to branch icu4c.

* Add built packages for linux/arm/v7 to branch icu4c.

* Update packages

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

* more updates

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

* update

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

* updates

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

* updates

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

* updates

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

* update

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

* update

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

* update cairo

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

* update pango

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

* update

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

* Add built packages for linux/386 to branch icu4c.

* Update boost url

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

* Add built packages for linux/386 to branch icu4c.

* Add built packages for linux/amd64 to branch icu4c.

* Add built packages for linux/arm/v7 to branch icu4c.

* Adjust unit tests.

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

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-07-17 23:02:41 -05:00
committed by GitHub
parent b765ffe8f7
commit 61b0df9252
53 changed files with 836 additions and 793 deletions

View File

@@ -3,7 +3,7 @@ require_relative '../require_gem'
require_relative '../report_buildsystem_methods'
class RUST < Package
property :rust_channel, :rust_features, :rust_options, :rust_release_profile, :rust_targets, :pre_rust_options, :rust_build_extras, :rust_install_extras
property :rust_channel, :rust_features, :rust_install_path, :rust_options, :rust_release_profile, :rust_targets, :pre_rust_options, :rust_build_extras, :rust_install_extras
def self.build
rust_env =
@@ -16,6 +16,7 @@ class RUST < Package
@channel_flag = @rust_channel.to_s.empty? ? '' : "+#{@rust_channel}"
@features = @rust_features.to_s.empty? ? '' : "--features #{@rust_features}"
@profile = @rust_release_profile.to_s.empty? ? 'release' : @rust_release_profile
@rust_install_path ||= '.'
extend ReportBuildsystemMethods
print_buildsystem_methods
@@ -40,14 +41,16 @@ class RUST < Package
PATH: "#{CREW_PREFIX}/share/cargo/bin:" + ENV.fetch('PATH', nil)
}.transform_keys(&:to_s)
system rust_env, "cargo #{@channel_flag} install \
--profile=#{@profile} \
--offline \
--no-track \
--path . \
#{@features} \
#{@rust_options} \
--root #{CREW_DEST_PREFIX}"
@rust_install_path.split.each do |path|
system rust_env, "cargo #{@channel_flag} install \
--profile=#{@profile} \
--offline \
--no-track \
--path #{path} \
#{@features} \
#{@rust_options} \
--root #{CREW_DEST_PREFIX}"
end
@rust_install_extras&.call
end
end

View File

@@ -4,7 +4,7 @@ require 'etc'
require 'open3'
OLD_CREW_VERSION ||= defined?(CREW_VERSION) ? CREW_VERSION : '1.0'
CREW_VERSION ||= '1.62.7' unless defined?(CREW_VERSION) && CREW_VERSION == OLD_CREW_VERSION
CREW_VERSION ||= '1.62.8' unless defined?(CREW_VERSION) && CREW_VERSION == OLD_CREW_VERSION
# Kernel architecture.
KERN_ARCH ||= Etc.uname[:machine]
@@ -126,7 +126,7 @@ CREW_CACHE_FAILED_BUILD ||= ENV.fetch('CREW_CACHE_FAILED_BUILD', false) unless d
CREW_NO_GIT ||= ENV.fetch('CREW_NO_GIT', false) unless defined?(CREW_NO_GIT)
CREW_UNATTENDED ||= ENV.fetch('CREW_UNATTENDED', false) unless defined?(CREW_UNATTENDED)
CREW_STANDALONE_UPGRADE_ORDER = %w[libxcrypt crew_preload glibc openssl ruby python3 perl] unless defined?(CREW_STANDALONE_UPGRADE_ORDER)
CREW_STANDALONE_UPGRADE_ORDER = %w[libxcrypt crew_preload glibc openssl ruby python3 perl icu4c] unless defined?(CREW_STANDALONE_UPGRADE_ORDER)
CREW_DEBUG ||= ARGV.intersect?(%w[-D --debug]) unless defined?(CREW_DEBUG)
CREW_FORCE ||= ARGV.intersect?(%w[-f --force]) unless defined?(CREW_FORCE)

View File

@@ -18,13 +18,13 @@
/usr/local/lib/cairo/libcairo-trace.so
/usr/local/lib/libcairo-gobject.so
/usr/local/lib/libcairo-gobject.so.2
/usr/local/lib/libcairo-gobject.so.2.11802.2
/usr/local/lib/libcairo-gobject.so.2.11804.4
/usr/local/lib/libcairo-script-interpreter.so
/usr/local/lib/libcairo-script-interpreter.so.2
/usr/local/lib/libcairo-script-interpreter.so.2.11802.2
/usr/local/lib/libcairo-script-interpreter.so.2.11804.4
/usr/local/lib/libcairo.so
/usr/local/lib/libcairo.so.2
/usr/local/lib/libcairo.so.2.11802.2
/usr/local/lib/libcairo.so.2.11804.4
/usr/local/lib/pkgconfig/cairo-fc.pc
/usr/local/lib/pkgconfig/cairo-ft.pc
/usr/local/lib/pkgconfig/cairo-gobject.pc

View File

@@ -26,6 +26,7 @@
/usr/local/etc/fonts/conf.d/65-fonts-persian.conf
/usr/local/etc/fonts/conf.d/65-nonlatin.conf
/usr/local/etc/fonts/conf.d/69-unifont.conf
/usr/local/etc/fonts/conf.d/70-no-bitmaps-except-emoji.conf
/usr/local/etc/fonts/conf.d/80-delicious.conf
/usr/local/etc/fonts/conf.d/90-synthetic.conf
/usr/local/etc/fonts/conf.d/README
@@ -35,7 +36,7 @@
/usr/local/include/fontconfig/fontconfig.h
/usr/local/lib/libfontconfig.so
/usr/local/lib/libfontconfig.so.1
/usr/local/lib/libfontconfig.so.1.14.0
/usr/local/lib/libfontconfig.so.1.16.0
/usr/local/lib/pkgconfig/fontconfig.pc
/usr/local/share/fontconfig/conf.avail/05-reset-dirs-sample.conf
/usr/local/share/fontconfig/conf.avail/09-autohint-if-no-hinting.conf
@@ -64,6 +65,7 @@
/usr/local/share/fontconfig/conf.avail/40-nonlatin.conf
/usr/local/share/fontconfig/conf.avail/45-generic.conf
/usr/local/share/fontconfig/conf.avail/45-latin.conf
/usr/local/share/fontconfig/conf.avail/48-guessfamily.conf
/usr/local/share/fontconfig/conf.avail/48-spacing.conf
/usr/local/share/fontconfig/conf.avail/49-sansserif.conf
/usr/local/share/fontconfig/conf.avail/50-user.conf
@@ -74,6 +76,8 @@
/usr/local/share/fontconfig/conf.avail/65-khmer.conf
/usr/local/share/fontconfig/conf.avail/65-nonlatin.conf
/usr/local/share/fontconfig/conf.avail/69-unifont.conf
/usr/local/share/fontconfig/conf.avail/70-no-bitmaps-and-emoji.conf
/usr/local/share/fontconfig/conf.avail/70-no-bitmaps-except-emoji.conf
/usr/local/share/fontconfig/conf.avail/70-no-bitmaps.conf
/usr/local/share/fontconfig/conf.avail/70-yes-bitmaps.conf
/usr/local/share/fontconfig/conf.avail/80-delicious.conf

View File

@@ -30,14 +30,14 @@
/usr/local/lib/libasprintf.so
/usr/local/lib/libasprintf.so.0
/usr/local/lib/libasprintf.so.0.0.0
/usr/local/lib/libgettextlib-0.25.so
/usr/local/lib/libgettextlib-0.25.1.so
/usr/local/lib/libgettextlib.la
/usr/local/lib/libgettextlib.so
/usr/local/lib/libgettextpo.la
/usr/local/lib/libgettextpo.so
/usr/local/lib/libgettextpo.so.0
/usr/local/lib/libgettextpo.so.0.5.14
/usr/local/lib/libgettextsrc-0.25.so
/usr/local/lib/libgettextsrc-0.25.1.so
/usr/local/lib/libgettextsrc.la
/usr/local/lib/libgettextsrc.so
/usr/local/lib/libtextstyle.la
@@ -50,6 +50,7 @@
/usr/local/libexec/gettext/project-id
/usr/local/libexec/gettext/urlget
/usr/local/libexec/gettext/user-email
/usr/local/share/aclocal/nls.m4
/usr/local/share/doc/gettext/FAQ.html
/usr/local/share/doc/gettext/autopoint.1.html
/usr/local/share/doc/gettext/bind_textdomain_codeset.3.html
@@ -2318,17 +2319,17 @@
/usr/local/share/doc/libtextstyle/libtextstyle_7.html
/usr/local/share/doc/libtextstyle/libtextstyle_abt.html
/usr/local/share/doc/libtextstyle/libtextstyle_toc.html
/usr/local/share/gettext-0.25/its/docbook.loc
/usr/local/share/gettext-0.25/its/docbook4.its
/usr/local/share/gettext-0.25/its/docbook5.its
/usr/local/share/gettext-0.25/its/glade.loc
/usr/local/share/gettext-0.25/its/glade1.its
/usr/local/share/gettext-0.25/its/glade2.its
/usr/local/share/gettext-0.25/its/gsettings.its
/usr/local/share/gettext-0.25/its/gsettings.loc
/usr/local/share/gettext-0.25/its/gtkbuilder.its
/usr/local/share/gettext-0.25/its/metainfo.its
/usr/local/share/gettext-0.25/its/metainfo.loc
/usr/local/share/gettext-0.25.1/its/docbook.loc
/usr/local/share/gettext-0.25.1/its/docbook4.its
/usr/local/share/gettext-0.25.1/its/docbook5.its
/usr/local/share/gettext-0.25.1/its/glade.loc
/usr/local/share/gettext-0.25.1/its/glade1.its
/usr/local/share/gettext-0.25.1/its/glade2.its
/usr/local/share/gettext-0.25.1/its/gsettings.its
/usr/local/share/gettext-0.25.1/its/gsettings.loc
/usr/local/share/gettext-0.25.1/its/gtkbuilder.its
/usr/local/share/gettext-0.25.1/its/metainfo.its
/usr/local/share/gettext-0.25.1/its/metainfo.loc
/usr/local/share/gettext/ABOUT-NLS
/usr/local/share/gettext/archive.dir.tar.xz
/usr/local/share/gettext/config.rpath

View File

@@ -1,5 +1,4 @@
/usr/local/bin/hb-info
/usr/local/bin/hb-ot-shape-closure
/usr/local/bin/hb-shape
/usr/local/bin/hb-subset
/usr/local/bin/hb-view
@@ -22,6 +21,7 @@
/usr/local/etc/fonts/conf.d/65-fonts-persian.conf
/usr/local/etc/fonts/conf.d/65-nonlatin.conf
/usr/local/etc/fonts/conf.d/69-unifont.conf
/usr/local/etc/fonts/conf.d/70-no-bitmaps-except-emoji.conf
/usr/local/etc/fonts/conf.d/80-delicious.conf
/usr/local/etc/fonts/conf.d/90-synthetic.conf
/usr/local/etc/fonts/conf.d/README
@@ -112,6 +112,7 @@
/usr/local/include/harfbuzz/hb-ot-var.h
/usr/local/include/harfbuzz/hb-ot.h
/usr/local/include/harfbuzz/hb-paint.h
/usr/local/include/harfbuzz/hb-script-list.h
/usr/local/include/harfbuzz/hb-set.h
/usr/local/include/harfbuzz/hb-shape-plan.h
/usr/local/include/harfbuzz/hb-shape.h
@@ -126,15 +127,15 @@
/usr/local/lib/harfbuzz-libcairo.a
/usr/local/lib/harfbuzz-libcairo.so
/usr/local/lib/harfbuzz-libcairo.so.2
/usr/local/lib/harfbuzz-libcairo.so.2.11802.2
/usr/local/lib/harfbuzz-libcairo.so.2.11804.4
/usr/local/lib/harfbuzz-libfontconfig.a
/usr/local/lib/harfbuzz-libfontconfig.so
/usr/local/lib/harfbuzz-libfontconfig.so.1
/usr/local/lib/harfbuzz-libfontconfig.so.1.14.0
/usr/local/lib/harfbuzz-libfontconfig.so.1.16.0
/usr/local/lib/libharfbuzz-cairo.a
/usr/local/lib/libharfbuzz-cairo.so
/usr/local/lib/libharfbuzz-cairo.so.0
/usr/local/lib/libharfbuzz-cairo.so.0.61020.0
/usr/local/lib/libharfbuzz-cairo.so.0.61121.0
/usr/local/lib/libharfbuzz-freetype.a
/usr/local/lib/libharfbuzz-freetype.so
/usr/local/lib/libharfbuzz-freetype.so.6
@@ -142,19 +143,19 @@
/usr/local/lib/libharfbuzz-gobject.a
/usr/local/lib/libharfbuzz-gobject.so
/usr/local/lib/libharfbuzz-gobject.so.0
/usr/local/lib/libharfbuzz-gobject.so.0.61020.0
/usr/local/lib/libharfbuzz-gobject.so.0.61121.0
/usr/local/lib/libharfbuzz-icu.a
/usr/local/lib/libharfbuzz-icu.so
/usr/local/lib/libharfbuzz-icu.so.0
/usr/local/lib/libharfbuzz-icu.so.0.61020.0
/usr/local/lib/libharfbuzz-icu.so.0.61121.0
/usr/local/lib/libharfbuzz-subset.a
/usr/local/lib/libharfbuzz-subset.so
/usr/local/lib/libharfbuzz-subset.so.0
/usr/local/lib/libharfbuzz-subset.so.0.61020.0
/usr/local/lib/libharfbuzz-subset.so.0.61121.0
/usr/local/lib/libharfbuzz.a
/usr/local/lib/libharfbuzz.so
/usr/local/lib/libharfbuzz.so.0
/usr/local/lib/libharfbuzz.so.0.61020.0
/usr/local/lib/libharfbuzz.so.0.61121.0
/usr/local/lib/pkgconfig/cairo.pc
/usr/local/lib/pkgconfig/freetype2.pc
/usr/local/lib/pkgconfig/harfbuzz-cairo.pc

View File

@@ -213,35 +213,29 @@
/usr/local/include/unicode/uvernum.h
/usr/local/include/unicode/uversion.h
/usr/local/include/unicode/vtzone.h
/usr/local/lib/icu/75.1/Makefile.inc
/usr/local/lib/icu/75.1/pkgdata.inc
/usr/local/lib/icu/77.1/Makefile.inc
/usr/local/lib/icu/77.1/pkgdata.inc
/usr/local/lib/icu/Makefile.inc
/usr/local/lib/icu/current
/usr/local/lib/icu/pkgdata.inc
/usr/local/lib/libicudata.so
/usr/local/lib/libicudata.so.74
/usr/local/lib/libicudata.so.75
/usr/local/lib/libicudata.so.75.1
/usr/local/lib/libicudata.so.77
/usr/local/lib/libicudata.so.77.1
/usr/local/lib/libicui18n.so
/usr/local/lib/libicui18n.so.74
/usr/local/lib/libicui18n.so.75
/usr/local/lib/libicui18n.so.75.1
/usr/local/lib/libicui18n.so.77
/usr/local/lib/libicui18n.so.77.1
/usr/local/lib/libicuio.so
/usr/local/lib/libicuio.so.74
/usr/local/lib/libicuio.so.75
/usr/local/lib/libicuio.so.75.1
/usr/local/lib/libicuio.so.77
/usr/local/lib/libicuio.so.77.1
/usr/local/lib/libicutest.so
/usr/local/lib/libicutest.so.74
/usr/local/lib/libicutest.so.75
/usr/local/lib/libicutest.so.75.1
/usr/local/lib/libicutest.so.77
/usr/local/lib/libicutest.so.77.1
/usr/local/lib/libicutu.so
/usr/local/lib/libicutu.so.74
/usr/local/lib/libicutu.so.75
/usr/local/lib/libicutu.so.75.1
/usr/local/lib/libicutu.so.77
/usr/local/lib/libicutu.so.77.1
/usr/local/lib/libicuuc.so
/usr/local/lib/libicuuc.so.74
/usr/local/lib/libicuuc.so.75
/usr/local/lib/libicuuc.so.75.1
/usr/local/lib/libicuuc.so.77
/usr/local/lib/libicuuc.so.77.1
/usr/local/lib/pkgconfig/icu-i18n.pc
/usr/local/lib/pkgconfig/icu-io.pc
/usr/local/lib/pkgconfig/icu-uc.pc
@@ -251,10 +245,10 @@
/usr/local/sbin/gennorm2
/usr/local/sbin/gensprep
/usr/local/sbin/icupkg
/usr/local/share/icu/75.1/LICENSE
/usr/local/share/icu/75.1/config/mh-linux
/usr/local/share/icu/75.1/install-sh
/usr/local/share/icu/75.1/mkinstalldirs
/usr/local/share/icu/77.1/LICENSE
/usr/local/share/icu/77.1/config/mh-linux
/usr/local/share/icu/77.1/install-sh
/usr/local/share/icu/77.1/mkinstalldirs
/usr/local/share/man/man1/derb.1.zst
/usr/local/share/man/man1/genbrk.1.zst
/usr/local/share/man/man1/gencfu.1.zst

View File

@@ -5,13 +5,8 @@
/usr/local/include/librsvg-2.0/librsvg/rsvg-version.h
/usr/local/include/librsvg-2.0/librsvg/rsvg.h
/usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader_svg.so
/usr/local/lib/girepository-1.0/Rsvg-2.0.typelib
/usr/local/lib/librsvg-2.so
/usr/local/lib/librsvg-2.so.2
/usr/local/lib/librsvg-2.so.2.59.2
/usr/local/lib/librsvg-2.so.2.60.0
/usr/local/lib/pkgconfig/librsvg-2.0.pc
/usr/local/share/gir-1.0/Rsvg-2.0.gir
/usr/local/share/man/man1/rsvg-convert.1.zst
/usr/local/share/thumbnailers/librsvg.thumbnailer
/usr/local/share/vala/vapi/librsvg-2.0.deps
/usr/local/share/vala/vapi/librsvg-2.0.vapi

View File

@@ -47,16 +47,16 @@
/usr/local/lib/girepository-1.0/PangoXft-1.0.typelib
/usr/local/lib/libpango-1.0.so
/usr/local/lib/libpango-1.0.so.0
/usr/local/lib/libpango-1.0.so.0.5600.3
/usr/local/lib/libpango-1.0.so.0.5600.4
/usr/local/lib/libpangocairo-1.0.so
/usr/local/lib/libpangocairo-1.0.so.0
/usr/local/lib/libpangocairo-1.0.so.0.5600.3
/usr/local/lib/libpangocairo-1.0.so.0.5600.4
/usr/local/lib/libpangoft2-1.0.so
/usr/local/lib/libpangoft2-1.0.so.0
/usr/local/lib/libpangoft2-1.0.so.0.5600.3
/usr/local/lib/libpangoft2-1.0.so.0.5600.4
/usr/local/lib/libpangoxft-1.0.so
/usr/local/lib/libpangoxft-1.0.so.0
/usr/local/lib/libpangoxft-1.0.so.0.5600.3
/usr/local/lib/libpangoxft-1.0.so.0.5600.4
/usr/local/lib/pkgconfig/pango.pc
/usr/local/lib/pkgconfig/pangocairo.pc
/usr/local/lib/pkgconfig/pangofc.pc

View File

@@ -1,10 +1,10 @@
/usr/local/bin/smartypants
/usr/local/lib/python3.13/site-packages/__pycache__/smartypants.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/smartypants-2.0.1.dist-info/DESCRIPTION.rst
/usr/local/lib/python3.13/site-packages/smartypants-2.0.1.dist-info/INSTALLER
/usr/local/lib/python3.13/site-packages/smartypants-2.0.1.dist-info/METADATA
/usr/local/lib/python3.13/site-packages/smartypants-2.0.1.dist-info/RECORD
/usr/local/lib/python3.13/site-packages/smartypants-2.0.1.dist-info/REQUESTED
/usr/local/lib/python3.13/site-packages/smartypants-2.0.1.dist-info/WHEEL
/usr/local/lib/python3.13/site-packages/smartypants-2.0.1.dist-info/metadata.json
/usr/local/lib/python3.13/site-packages/smartypants-2.0.2.dist-info/INSTALLER
/usr/local/lib/python3.13/site-packages/smartypants-2.0.2.dist-info/METADATA
/usr/local/lib/python3.13/site-packages/smartypants-2.0.2.dist-info/RECORD
/usr/local/lib/python3.13/site-packages/smartypants-2.0.2.dist-info/REQUESTED
/usr/local/lib/python3.13/site-packages/smartypants-2.0.2.dist-info/WHEEL
/usr/local/lib/python3.13/site-packages/smartypants-2.0.2.dist-info/licenses/COPYING
/usr/local/lib/python3.13/site-packages/smartypants-2.0.2.dist-info/top_level.txt
/usr/local/lib/python3.13/site-packages/smartypants.py

View File

@@ -0,0 +1,4 @@
/usr/local/bin/ragel
/usr/local/share/doc/ragel/CREDITS
/usr/local/share/doc/ragel/ChangeLog
/usr/local/share/man/man1/ragel.1.zst

View File

@@ -1,6 +1 @@
/usr/local/include/tree_sitter/api.h
/usr/local/lib/libtree-sitter.a
/usr/local/lib/libtree-sitter.so
/usr/local/lib/libtree-sitter.so.0
/usr/local/lib/libtree-sitter.so.0.22
/usr/local/lib/pkgconfig/tree-sitter.pc
/usr/local/bin/tree-sitter

View File

@@ -14,16 +14,16 @@
/usr/local/include/wayland-version.h
/usr/local/lib/libwayland-client.so
/usr/local/lib/libwayland-client.so.0
/usr/local/lib/libwayland-client.so.0.23.1
/usr/local/lib/libwayland-client.so.0.24.0
/usr/local/lib/libwayland-cursor.so
/usr/local/lib/libwayland-cursor.so.0
/usr/local/lib/libwayland-cursor.so.0.23.1
/usr/local/lib/libwayland-cursor.so.0.24.0
/usr/local/lib/libwayland-egl.so
/usr/local/lib/libwayland-egl.so.1
/usr/local/lib/libwayland-egl.so.1.23.1
/usr/local/lib/libwayland-egl.so.1.24.0
/usr/local/lib/libwayland-server.so
/usr/local/lib/libwayland-server.so.0
/usr/local/lib/libwayland-server.so.0.23.1
/usr/local/lib/libwayland-server.so.0.24.0
/usr/local/lib/pkgconfig/wayland-client.pc
/usr/local/lib/pkgconfig/wayland-cursor.pc
/usr/local/lib/pkgconfig/wayland-egl-backend.pc

View File

@@ -15,6 +15,7 @@
/usr/local/lib/libhandle.so
/usr/local/lib/libhandle.so.1
/usr/local/lib/libhandle.so.1.0.3
/usr/local/lib/udev/rules.d/64-xfs.rules
/usr/local/sbin/fsck.xfs
/usr/local/sbin/mkfs.xfs
/usr/local/sbin/xfs_admin
@@ -33,6 +34,7 @@
/usr/local/sbin/xfs_mkfile
/usr/local/sbin/xfs_ncheck
/usr/local/sbin/xfs_property
/usr/local/sbin/xfs_protofile
/usr/local/sbin/xfs_quota
/usr/local/sbin/xfs_repair
/usr/local/sbin/xfs_rtcp
@@ -46,6 +48,7 @@
/usr/local/share/locale/pl/LC_MESSAGES/xfsprogs.mo
/usr/local/share/man/man2/ioctl_xfs_ag_geometry.2.zst
/usr/local/share/man/man2/ioctl_xfs_bulkstat.2.zst
/usr/local/share/man/man2/ioctl_xfs_commit_range.2.zst
/usr/local/share/man/man2/ioctl_xfs_exchange_range.2.zst
/usr/local/share/man/man2/ioctl_xfs_fsbulkstat.2.zst
/usr/local/share/man/man2/ioctl_xfs_fscounts.2.zst
@@ -61,6 +64,7 @@
/usr/local/share/man/man2/ioctl_xfs_getresblks.2.zst
/usr/local/share/man/man2/ioctl_xfs_goingdown.2.zst
/usr/local/share/man/man2/ioctl_xfs_inumbers.2.zst
/usr/local/share/man/man2/ioctl_xfs_rtgroup_geometry.2.zst
/usr/local/share/man/man2/ioctl_xfs_scrub_metadata.2.zst
/usr/local/share/man/man2/ioctl_xfs_scrubv_metadata.2.zst
/usr/local/share/man/man2/ioctl_xfs_setresblks.2.zst
@@ -99,6 +103,7 @@
/usr/local/share/man/man8/xfs_mkfile.8.zst
/usr/local/share/man/man8/xfs_ncheck.8.zst
/usr/local/share/man/man8/xfs_property.8.zst
/usr/local/share/man/man8/xfs_protofile.8.zst
/usr/local/share/man/man8/xfs_quota.8.zst
/usr/local/share/man/man8/xfs_repair.8.zst
/usr/local/share/man/man8/xfs_rtcp.8.zst

View File

@@ -30,14 +30,14 @@
/usr/local/lib/libasprintf.so
/usr/local/lib/libasprintf.so.0
/usr/local/lib/libasprintf.so.0.0.0
/usr/local/lib/libgettextlib-0.25.so
/usr/local/lib/libgettextlib-0.25.1.so
/usr/local/lib/libgettextlib.la
/usr/local/lib/libgettextlib.so
/usr/local/lib/libgettextpo.la
/usr/local/lib/libgettextpo.so
/usr/local/lib/libgettextpo.so.0
/usr/local/lib/libgettextpo.so.0.5.14
/usr/local/lib/libgettextsrc-0.25.so
/usr/local/lib/libgettextsrc-0.25.1.so
/usr/local/lib/libgettextsrc.la
/usr/local/lib/libgettextsrc.so
/usr/local/lib/libtextstyle.la
@@ -50,6 +50,7 @@
/usr/local/libexec/gettext/project-id
/usr/local/libexec/gettext/urlget
/usr/local/libexec/gettext/user-email
/usr/local/share/aclocal/nls.m4
/usr/local/share/doc/gettext/FAQ.html
/usr/local/share/doc/gettext/autopoint.1.html
/usr/local/share/doc/gettext/bind_textdomain_codeset.3.html
@@ -2318,17 +2319,17 @@
/usr/local/share/doc/libtextstyle/libtextstyle_7.html
/usr/local/share/doc/libtextstyle/libtextstyle_abt.html
/usr/local/share/doc/libtextstyle/libtextstyle_toc.html
/usr/local/share/gettext-0.25/its/docbook.loc
/usr/local/share/gettext-0.25/its/docbook4.its
/usr/local/share/gettext-0.25/its/docbook5.its
/usr/local/share/gettext-0.25/its/glade.loc
/usr/local/share/gettext-0.25/its/glade1.its
/usr/local/share/gettext-0.25/its/glade2.its
/usr/local/share/gettext-0.25/its/gsettings.its
/usr/local/share/gettext-0.25/its/gsettings.loc
/usr/local/share/gettext-0.25/its/gtkbuilder.its
/usr/local/share/gettext-0.25/its/metainfo.its
/usr/local/share/gettext-0.25/its/metainfo.loc
/usr/local/share/gettext-0.25.1/its/docbook.loc
/usr/local/share/gettext-0.25.1/its/docbook4.its
/usr/local/share/gettext-0.25.1/its/docbook5.its
/usr/local/share/gettext-0.25.1/its/glade.loc
/usr/local/share/gettext-0.25.1/its/glade1.its
/usr/local/share/gettext-0.25.1/its/glade2.its
/usr/local/share/gettext-0.25.1/its/gsettings.its
/usr/local/share/gettext-0.25.1/its/gsettings.loc
/usr/local/share/gettext-0.25.1/its/gtkbuilder.its
/usr/local/share/gettext-0.25.1/its/metainfo.its
/usr/local/share/gettext-0.25.1/its/metainfo.loc
/usr/local/share/gettext/ABOUT-NLS
/usr/local/share/gettext/archive.dir.tar.xz
/usr/local/share/gettext/config.rpath

View File

@@ -213,35 +213,29 @@
/usr/local/include/unicode/uvernum.h
/usr/local/include/unicode/uversion.h
/usr/local/include/unicode/vtzone.h
/usr/local/lib/icu/75.1/Makefile.inc
/usr/local/lib/icu/75.1/pkgdata.inc
/usr/local/lib/icu/77.1/Makefile.inc
/usr/local/lib/icu/77.1/pkgdata.inc
/usr/local/lib/icu/Makefile.inc
/usr/local/lib/icu/current
/usr/local/lib/icu/pkgdata.inc
/usr/local/lib/libicudata.so
/usr/local/lib/libicudata.so.74
/usr/local/lib/libicudata.so.75
/usr/local/lib/libicudata.so.75.1
/usr/local/lib/libicudata.so.77
/usr/local/lib/libicudata.so.77.1
/usr/local/lib/libicui18n.so
/usr/local/lib/libicui18n.so.74
/usr/local/lib/libicui18n.so.75
/usr/local/lib/libicui18n.so.75.1
/usr/local/lib/libicui18n.so.77
/usr/local/lib/libicui18n.so.77.1
/usr/local/lib/libicuio.so
/usr/local/lib/libicuio.so.74
/usr/local/lib/libicuio.so.75
/usr/local/lib/libicuio.so.75.1
/usr/local/lib/libicuio.so.77
/usr/local/lib/libicuio.so.77.1
/usr/local/lib/libicutest.so
/usr/local/lib/libicutest.so.74
/usr/local/lib/libicutest.so.75
/usr/local/lib/libicutest.so.75.1
/usr/local/lib/libicutest.so.77
/usr/local/lib/libicutest.so.77.1
/usr/local/lib/libicutu.so
/usr/local/lib/libicutu.so.74
/usr/local/lib/libicutu.so.75
/usr/local/lib/libicutu.so.75.1
/usr/local/lib/libicutu.so.77
/usr/local/lib/libicutu.so.77.1
/usr/local/lib/libicuuc.so
/usr/local/lib/libicuuc.so.74
/usr/local/lib/libicuuc.so.75
/usr/local/lib/libicuuc.so.75.1
/usr/local/lib/libicuuc.so.77
/usr/local/lib/libicuuc.so.77.1
/usr/local/lib/pkgconfig/icu-i18n.pc
/usr/local/lib/pkgconfig/icu-io.pc
/usr/local/lib/pkgconfig/icu-uc.pc
@@ -251,10 +245,10 @@
/usr/local/sbin/gennorm2
/usr/local/sbin/gensprep
/usr/local/sbin/icupkg
/usr/local/share/icu/75.1/LICENSE
/usr/local/share/icu/75.1/config/mh-linux
/usr/local/share/icu/75.1/install-sh
/usr/local/share/icu/75.1/mkinstalldirs
/usr/local/share/icu/77.1/LICENSE
/usr/local/share/icu/77.1/config/mh-linux
/usr/local/share/icu/77.1/install-sh
/usr/local/share/icu/77.1/mkinstalldirs
/usr/local/share/man/man1/derb.1.zst
/usr/local/share/man/man1/genbrk.1.zst
/usr/local/share/man/man1/gencfu.1.zst

View File

@@ -0,0 +1,4 @@
/usr/local/bin/ragel
/usr/local/share/doc/ragel/CREDITS
/usr/local/share/doc/ragel/ChangeLog
/usr/local/share/man/man1/ragel.1.zst

View File

@@ -1,6 +1 @@
/usr/local/include/tree_sitter/api.h
/usr/local/lib/libtree-sitter.a
/usr/local/lib/libtree-sitter.so
/usr/local/lib/libtree-sitter.so.0
/usr/local/lib/libtree-sitter.so.0.22
/usr/local/lib/pkgconfig/tree-sitter.pc
/usr/local/bin/tree-sitter

View File

@@ -14,16 +14,16 @@
/usr/local/include/wayland-version.h
/usr/local/lib/libwayland-client.so
/usr/local/lib/libwayland-client.so.0
/usr/local/lib/libwayland-client.so.0.23.1
/usr/local/lib/libwayland-client.so.0.24.0
/usr/local/lib/libwayland-cursor.so
/usr/local/lib/libwayland-cursor.so.0
/usr/local/lib/libwayland-cursor.so.0.23.1
/usr/local/lib/libwayland-cursor.so.0.24.0
/usr/local/lib/libwayland-egl.so
/usr/local/lib/libwayland-egl.so.1
/usr/local/lib/libwayland-egl.so.1.23.1
/usr/local/lib/libwayland-egl.so.1.24.0
/usr/local/lib/libwayland-server.so
/usr/local/lib/libwayland-server.so.0
/usr/local/lib/libwayland-server.so.0.23.1
/usr/local/lib/libwayland-server.so.0.24.0
/usr/local/lib/pkgconfig/wayland-client.pc
/usr/local/lib/pkgconfig/wayland-cursor.pc
/usr/local/lib/pkgconfig/wayland-egl-backend.pc

File diff suppressed because it is too large Load Diff

View File

@@ -18,13 +18,13 @@
/usr/local/lib64/cairo/libcairo-trace.so
/usr/local/lib64/libcairo-gobject.so
/usr/local/lib64/libcairo-gobject.so.2
/usr/local/lib64/libcairo-gobject.so.2.11802.2
/usr/local/lib64/libcairo-gobject.so.2.11804.4
/usr/local/lib64/libcairo-script-interpreter.so
/usr/local/lib64/libcairo-script-interpreter.so.2
/usr/local/lib64/libcairo-script-interpreter.so.2.11802.2
/usr/local/lib64/libcairo-script-interpreter.so.2.11804.4
/usr/local/lib64/libcairo.so
/usr/local/lib64/libcairo.so.2
/usr/local/lib64/libcairo.so.2.11802.2
/usr/local/lib64/libcairo.so.2.11804.4
/usr/local/lib64/pkgconfig/cairo-fc.pc
/usr/local/lib64/pkgconfig/cairo-ft.pc
/usr/local/lib64/pkgconfig/cairo-gobject.pc

View File

@@ -26,6 +26,7 @@
/usr/local/etc/fonts/conf.d/65-fonts-persian.conf
/usr/local/etc/fonts/conf.d/65-nonlatin.conf
/usr/local/etc/fonts/conf.d/69-unifont.conf
/usr/local/etc/fonts/conf.d/70-no-bitmaps-except-emoji.conf
/usr/local/etc/fonts/conf.d/80-delicious.conf
/usr/local/etc/fonts/conf.d/90-synthetic.conf
/usr/local/etc/fonts/conf.d/README
@@ -35,7 +36,7 @@
/usr/local/include/fontconfig/fontconfig.h
/usr/local/lib64/libfontconfig.so
/usr/local/lib64/libfontconfig.so.1
/usr/local/lib64/libfontconfig.so.1.14.0
/usr/local/lib64/libfontconfig.so.1.16.0
/usr/local/lib64/pkgconfig/fontconfig.pc
/usr/local/share/fontconfig/conf.avail/05-reset-dirs-sample.conf
/usr/local/share/fontconfig/conf.avail/09-autohint-if-no-hinting.conf
@@ -64,6 +65,7 @@
/usr/local/share/fontconfig/conf.avail/40-nonlatin.conf
/usr/local/share/fontconfig/conf.avail/45-generic.conf
/usr/local/share/fontconfig/conf.avail/45-latin.conf
/usr/local/share/fontconfig/conf.avail/48-guessfamily.conf
/usr/local/share/fontconfig/conf.avail/48-spacing.conf
/usr/local/share/fontconfig/conf.avail/49-sansserif.conf
/usr/local/share/fontconfig/conf.avail/50-user.conf
@@ -74,6 +76,8 @@
/usr/local/share/fontconfig/conf.avail/65-khmer.conf
/usr/local/share/fontconfig/conf.avail/65-nonlatin.conf
/usr/local/share/fontconfig/conf.avail/69-unifont.conf
/usr/local/share/fontconfig/conf.avail/70-no-bitmaps-and-emoji.conf
/usr/local/share/fontconfig/conf.avail/70-no-bitmaps-except-emoji.conf
/usr/local/share/fontconfig/conf.avail/70-no-bitmaps.conf
/usr/local/share/fontconfig/conf.avail/70-yes-bitmaps.conf
/usr/local/share/fontconfig/conf.avail/80-delicious.conf

View File

@@ -30,14 +30,14 @@
/usr/local/lib64/libasprintf.so
/usr/local/lib64/libasprintf.so.0
/usr/local/lib64/libasprintf.so.0.0.0
/usr/local/lib64/libgettextlib-0.25.so
/usr/local/lib64/libgettextlib-0.25.1.so
/usr/local/lib64/libgettextlib.la
/usr/local/lib64/libgettextlib.so
/usr/local/lib64/libgettextpo.la
/usr/local/lib64/libgettextpo.so
/usr/local/lib64/libgettextpo.so.0
/usr/local/lib64/libgettextpo.so.0.5.14
/usr/local/lib64/libgettextsrc-0.25.so
/usr/local/lib64/libgettextsrc-0.25.1.so
/usr/local/lib64/libgettextsrc.la
/usr/local/lib64/libgettextsrc.so
/usr/local/lib64/libtextstyle.la
@@ -50,6 +50,7 @@
/usr/local/libexec/gettext/project-id
/usr/local/libexec/gettext/urlget
/usr/local/libexec/gettext/user-email
/usr/local/share/aclocal/nls.m4
/usr/local/share/doc/gettext/FAQ.html
/usr/local/share/doc/gettext/autopoint.1.html
/usr/local/share/doc/gettext/bind_textdomain_codeset.3.html
@@ -2318,17 +2319,17 @@
/usr/local/share/doc/libtextstyle/libtextstyle_7.html
/usr/local/share/doc/libtextstyle/libtextstyle_abt.html
/usr/local/share/doc/libtextstyle/libtextstyle_toc.html
/usr/local/share/gettext-0.25/its/docbook.loc
/usr/local/share/gettext-0.25/its/docbook4.its
/usr/local/share/gettext-0.25/its/docbook5.its
/usr/local/share/gettext-0.25/its/glade.loc
/usr/local/share/gettext-0.25/its/glade1.its
/usr/local/share/gettext-0.25/its/glade2.its
/usr/local/share/gettext-0.25/its/gsettings.its
/usr/local/share/gettext-0.25/its/gsettings.loc
/usr/local/share/gettext-0.25/its/gtkbuilder.its
/usr/local/share/gettext-0.25/its/metainfo.its
/usr/local/share/gettext-0.25/its/metainfo.loc
/usr/local/share/gettext-0.25.1/its/docbook.loc
/usr/local/share/gettext-0.25.1/its/docbook4.its
/usr/local/share/gettext-0.25.1/its/docbook5.its
/usr/local/share/gettext-0.25.1/its/glade.loc
/usr/local/share/gettext-0.25.1/its/glade1.its
/usr/local/share/gettext-0.25.1/its/glade2.its
/usr/local/share/gettext-0.25.1/its/gsettings.its
/usr/local/share/gettext-0.25.1/its/gsettings.loc
/usr/local/share/gettext-0.25.1/its/gtkbuilder.its
/usr/local/share/gettext-0.25.1/its/metainfo.its
/usr/local/share/gettext-0.25.1/its/metainfo.loc
/usr/local/share/gettext/ABOUT-NLS
/usr/local/share/gettext/archive.dir.tar.xz
/usr/local/share/gettext/config.rpath

View File

@@ -1,5 +1,4 @@
/usr/local/bin/hb-info
/usr/local/bin/hb-ot-shape-closure
/usr/local/bin/hb-shape
/usr/local/bin/hb-subset
/usr/local/bin/hb-view
@@ -22,6 +21,7 @@
/usr/local/etc/fonts/conf.d/65-fonts-persian.conf
/usr/local/etc/fonts/conf.d/65-nonlatin.conf
/usr/local/etc/fonts/conf.d/69-unifont.conf
/usr/local/etc/fonts/conf.d/70-no-bitmaps-except-emoji.conf
/usr/local/etc/fonts/conf.d/80-delicious.conf
/usr/local/etc/fonts/conf.d/90-synthetic.conf
/usr/local/etc/fonts/conf.d/README
@@ -112,6 +112,7 @@
/usr/local/include/harfbuzz/hb-ot-var.h
/usr/local/include/harfbuzz/hb-ot.h
/usr/local/include/harfbuzz/hb-paint.h
/usr/local/include/harfbuzz/hb-script-list.h
/usr/local/include/harfbuzz/hb-set.h
/usr/local/include/harfbuzz/hb-shape-plan.h
/usr/local/include/harfbuzz/hb-shape.h
@@ -126,15 +127,15 @@
/usr/local/lib64/harfbuzz-libcairo.a
/usr/local/lib64/harfbuzz-libcairo.so
/usr/local/lib64/harfbuzz-libcairo.so.2
/usr/local/lib64/harfbuzz-libcairo.so.2.11802.2
/usr/local/lib64/harfbuzz-libcairo.so.2.11804.4
/usr/local/lib64/harfbuzz-libfontconfig.a
/usr/local/lib64/harfbuzz-libfontconfig.so
/usr/local/lib64/harfbuzz-libfontconfig.so.1
/usr/local/lib64/harfbuzz-libfontconfig.so.1.14.0
/usr/local/lib64/harfbuzz-libfontconfig.so.1.16.0
/usr/local/lib64/libharfbuzz-cairo.a
/usr/local/lib64/libharfbuzz-cairo.so
/usr/local/lib64/libharfbuzz-cairo.so.0
/usr/local/lib64/libharfbuzz-cairo.so.0.61020.0
/usr/local/lib64/libharfbuzz-cairo.so.0.61121.0
/usr/local/lib64/libharfbuzz-freetype.a
/usr/local/lib64/libharfbuzz-freetype.so
/usr/local/lib64/libharfbuzz-freetype.so.6
@@ -142,19 +143,19 @@
/usr/local/lib64/libharfbuzz-gobject.a
/usr/local/lib64/libharfbuzz-gobject.so
/usr/local/lib64/libharfbuzz-gobject.so.0
/usr/local/lib64/libharfbuzz-gobject.so.0.61020.0
/usr/local/lib64/libharfbuzz-gobject.so.0.61121.0
/usr/local/lib64/libharfbuzz-icu.a
/usr/local/lib64/libharfbuzz-icu.so
/usr/local/lib64/libharfbuzz-icu.so.0
/usr/local/lib64/libharfbuzz-icu.so.0.61020.0
/usr/local/lib64/libharfbuzz-icu.so.0.61121.0
/usr/local/lib64/libharfbuzz-subset.a
/usr/local/lib64/libharfbuzz-subset.so
/usr/local/lib64/libharfbuzz-subset.so.0
/usr/local/lib64/libharfbuzz-subset.so.0.61020.0
/usr/local/lib64/libharfbuzz-subset.so.0.61121.0
/usr/local/lib64/libharfbuzz.a
/usr/local/lib64/libharfbuzz.so
/usr/local/lib64/libharfbuzz.so.0
/usr/local/lib64/libharfbuzz.so.0.61020.0
/usr/local/lib64/libharfbuzz.so.0.61121.0
/usr/local/lib64/pkgconfig/cairo.pc
/usr/local/lib64/pkgconfig/freetype2.pc
/usr/local/lib64/pkgconfig/harfbuzz-cairo.pc

View File

@@ -213,35 +213,29 @@
/usr/local/include/unicode/uvernum.h
/usr/local/include/unicode/uversion.h
/usr/local/include/unicode/vtzone.h
/usr/local/lib64/icu/75.1/Makefile.inc
/usr/local/lib64/icu/75.1/pkgdata.inc
/usr/local/lib64/icu/77.1/Makefile.inc
/usr/local/lib64/icu/77.1/pkgdata.inc
/usr/local/lib64/icu/Makefile.inc
/usr/local/lib64/icu/current
/usr/local/lib64/icu/pkgdata.inc
/usr/local/lib64/libicudata.so
/usr/local/lib64/libicudata.so.74
/usr/local/lib64/libicudata.so.75
/usr/local/lib64/libicudata.so.75.1
/usr/local/lib64/libicudata.so.77
/usr/local/lib64/libicudata.so.77.1
/usr/local/lib64/libicui18n.so
/usr/local/lib64/libicui18n.so.74
/usr/local/lib64/libicui18n.so.75
/usr/local/lib64/libicui18n.so.75.1
/usr/local/lib64/libicui18n.so.77
/usr/local/lib64/libicui18n.so.77.1
/usr/local/lib64/libicuio.so
/usr/local/lib64/libicuio.so.74
/usr/local/lib64/libicuio.so.75
/usr/local/lib64/libicuio.so.75.1
/usr/local/lib64/libicuio.so.77
/usr/local/lib64/libicuio.so.77.1
/usr/local/lib64/libicutest.so
/usr/local/lib64/libicutest.so.74
/usr/local/lib64/libicutest.so.75
/usr/local/lib64/libicutest.so.75.1
/usr/local/lib64/libicutest.so.77
/usr/local/lib64/libicutest.so.77.1
/usr/local/lib64/libicutu.so
/usr/local/lib64/libicutu.so.74
/usr/local/lib64/libicutu.so.75
/usr/local/lib64/libicutu.so.75.1
/usr/local/lib64/libicutu.so.77
/usr/local/lib64/libicutu.so.77.1
/usr/local/lib64/libicuuc.so
/usr/local/lib64/libicuuc.so.74
/usr/local/lib64/libicuuc.so.75
/usr/local/lib64/libicuuc.so.75.1
/usr/local/lib64/libicuuc.so.77
/usr/local/lib64/libicuuc.so.77.1
/usr/local/lib64/pkgconfig/icu-i18n.pc
/usr/local/lib64/pkgconfig/icu-io.pc
/usr/local/lib64/pkgconfig/icu-uc.pc
@@ -251,10 +245,10 @@
/usr/local/sbin/gennorm2
/usr/local/sbin/gensprep
/usr/local/sbin/icupkg
/usr/local/share/icu/75.1/LICENSE
/usr/local/share/icu/75.1/config/mh-linux
/usr/local/share/icu/75.1/install-sh
/usr/local/share/icu/75.1/mkinstalldirs
/usr/local/share/icu/77.1/LICENSE
/usr/local/share/icu/77.1/config/mh-linux
/usr/local/share/icu/77.1/install-sh
/usr/local/share/icu/77.1/mkinstalldirs
/usr/local/share/man/man1/derb.1.zst
/usr/local/share/man/man1/genbrk.1.zst
/usr/local/share/man/man1/gencfu.1.zst

View File

@@ -5,13 +5,8 @@
/usr/local/include/librsvg-2.0/librsvg/rsvg-version.h
/usr/local/include/librsvg-2.0/librsvg/rsvg.h
/usr/local/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader_svg.so
/usr/local/lib64/girepository-1.0/Rsvg-2.0.typelib
/usr/local/lib64/librsvg-2.so
/usr/local/lib64/librsvg-2.so.2
/usr/local/lib64/librsvg-2.so.2.59.2
/usr/local/lib64/librsvg-2.so.2.60.0
/usr/local/lib64/pkgconfig/librsvg-2.0.pc
/usr/local/share/gir-1.0/Rsvg-2.0.gir
/usr/local/share/man/man1/rsvg-convert.1.zst
/usr/local/share/thumbnailers/librsvg.thumbnailer
/usr/local/share/vala/vapi/librsvg-2.0.deps
/usr/local/share/vala/vapi/librsvg-2.0.vapi

View File

@@ -47,16 +47,16 @@
/usr/local/lib64/girepository-1.0/PangoXft-1.0.typelib
/usr/local/lib64/libpango-1.0.so
/usr/local/lib64/libpango-1.0.so.0
/usr/local/lib64/libpango-1.0.so.0.5600.3
/usr/local/lib64/libpango-1.0.so.0.5600.4
/usr/local/lib64/libpangocairo-1.0.so
/usr/local/lib64/libpangocairo-1.0.so.0
/usr/local/lib64/libpangocairo-1.0.so.0.5600.3
/usr/local/lib64/libpangocairo-1.0.so.0.5600.4
/usr/local/lib64/libpangoft2-1.0.so
/usr/local/lib64/libpangoft2-1.0.so.0
/usr/local/lib64/libpangoft2-1.0.so.0.5600.3
/usr/local/lib64/libpangoft2-1.0.so.0.5600.4
/usr/local/lib64/libpangoxft-1.0.so
/usr/local/lib64/libpangoxft-1.0.so.0
/usr/local/lib64/libpangoxft-1.0.so.0.5600.3
/usr/local/lib64/libpangoxft-1.0.so.0.5600.4
/usr/local/lib64/pkgconfig/pango.pc
/usr/local/lib64/pkgconfig/pangocairo.pc
/usr/local/lib64/pkgconfig/pangofc.pc

View File

@@ -1,10 +1,10 @@
/usr/local/bin/smartypants
/usr/local/lib/python3.13/site-packages/__pycache__/smartypants.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/smartypants-2.0.1.dist-info/DESCRIPTION.rst
/usr/local/lib/python3.13/site-packages/smartypants-2.0.1.dist-info/INSTALLER
/usr/local/lib/python3.13/site-packages/smartypants-2.0.1.dist-info/METADATA
/usr/local/lib/python3.13/site-packages/smartypants-2.0.1.dist-info/RECORD
/usr/local/lib/python3.13/site-packages/smartypants-2.0.1.dist-info/REQUESTED
/usr/local/lib/python3.13/site-packages/smartypants-2.0.1.dist-info/WHEEL
/usr/local/lib/python3.13/site-packages/smartypants-2.0.1.dist-info/metadata.json
/usr/local/lib/python3.13/site-packages/smartypants-2.0.2.dist-info/INSTALLER
/usr/local/lib/python3.13/site-packages/smartypants-2.0.2.dist-info/METADATA
/usr/local/lib/python3.13/site-packages/smartypants-2.0.2.dist-info/RECORD
/usr/local/lib/python3.13/site-packages/smartypants-2.0.2.dist-info/REQUESTED
/usr/local/lib/python3.13/site-packages/smartypants-2.0.2.dist-info/WHEEL
/usr/local/lib/python3.13/site-packages/smartypants-2.0.2.dist-info/licenses/COPYING
/usr/local/lib/python3.13/site-packages/smartypants-2.0.2.dist-info/top_level.txt
/usr/local/lib/python3.13/site-packages/smartypants.py

View File

@@ -0,0 +1,4 @@
/usr/local/bin/ragel
/usr/local/share/doc/ragel/CREDITS
/usr/local/share/doc/ragel/ChangeLog
/usr/local/share/man/man1/ragel.1.zst

View File

@@ -1,6 +1 @@
/usr/local/include/tree_sitter/api.h
/usr/local/lib64/libtree-sitter.a
/usr/local/lib64/libtree-sitter.so
/usr/local/lib64/libtree-sitter.so.0
/usr/local/lib64/libtree-sitter.so.0.22
/usr/local/lib64/pkgconfig/tree-sitter.pc
/usr/local/bin/tree-sitter

View File

@@ -14,16 +14,16 @@
/usr/local/include/wayland-version.h
/usr/local/lib64/libwayland-client.so
/usr/local/lib64/libwayland-client.so.0
/usr/local/lib64/libwayland-client.so.0.23.1
/usr/local/lib64/libwayland-client.so.0.24.0
/usr/local/lib64/libwayland-cursor.so
/usr/local/lib64/libwayland-cursor.so.0
/usr/local/lib64/libwayland-cursor.so.0.23.1
/usr/local/lib64/libwayland-cursor.so.0.24.0
/usr/local/lib64/libwayland-egl.so
/usr/local/lib64/libwayland-egl.so.1
/usr/local/lib64/libwayland-egl.so.1.23.1
/usr/local/lib64/libwayland-egl.so.1.24.0
/usr/local/lib64/libwayland-server.so
/usr/local/lib64/libwayland-server.so.0
/usr/local/lib64/libwayland-server.so.0.23.1
/usr/local/lib64/libwayland-server.so.0.24.0
/usr/local/lib64/pkgconfig/wayland-client.pc
/usr/local/lib64/pkgconfig/wayland-cursor.pc
/usr/local/lib64/pkgconfig/wayland-egl-backend.pc

View File

@@ -34,6 +34,7 @@
/usr/local/sbin/xfs_mkfile
/usr/local/sbin/xfs_ncheck
/usr/local/sbin/xfs_property
/usr/local/sbin/xfs_protofile
/usr/local/sbin/xfs_quota
/usr/local/sbin/xfs_repair
/usr/local/sbin/xfs_rtcp
@@ -47,6 +48,7 @@
/usr/local/share/locale/pl/LC_MESSAGES/xfsprogs.mo
/usr/local/share/man/man2/ioctl_xfs_ag_geometry.2.zst
/usr/local/share/man/man2/ioctl_xfs_bulkstat.2.zst
/usr/local/share/man/man2/ioctl_xfs_commit_range.2.zst
/usr/local/share/man/man2/ioctl_xfs_exchange_range.2.zst
/usr/local/share/man/man2/ioctl_xfs_fsbulkstat.2.zst
/usr/local/share/man/man2/ioctl_xfs_fscounts.2.zst
@@ -62,6 +64,7 @@
/usr/local/share/man/man2/ioctl_xfs_getresblks.2.zst
/usr/local/share/man/man2/ioctl_xfs_goingdown.2.zst
/usr/local/share/man/man2/ioctl_xfs_inumbers.2.zst
/usr/local/share/man/man2/ioctl_xfs_rtgroup_geometry.2.zst
/usr/local/share/man/man2/ioctl_xfs_scrub_metadata.2.zst
/usr/local/share/man/man2/ioctl_xfs_scrubv_metadata.2.zst
/usr/local/share/man/man2/ioctl_xfs_setresblks.2.zst
@@ -100,6 +103,7 @@
/usr/local/share/man/man8/xfs_mkfile.8.zst
/usr/local/share/man/man8/xfs_ncheck.8.zst
/usr/local/share/man/man8/xfs_property.8.zst
/usr/local/share/man/man8/xfs_protofile.8.zst
/usr/local/share/man/man8/xfs_quota.8.zst
/usr/local/share/man/man8/xfs_repair.8.zst
/usr/local/share/man/man8/xfs_rtcp.8.zst

View File

@@ -6,15 +6,15 @@ class Boost < Package
version "1.85.0-#{CREW_ICU_VER}-#{CREW_PY_VER}"
license 'Boost-1.0'
compatibility 'all'
source_url "https://boostorg.jfrog.io/artifactory/main/release/#{version.split('-').first}/source/boost_#{version.split('-').first.gsub('.', '_')}.tar.bz2"
source_sha256 '7009fe1faa1697476bdc7027703a2badb84e849b7b0baad5086b087b971f8617'
source_url "https://archives.boost.io/release/#{version.split('-').first}/source/boost_#{version.split('-').first.gsub('.', '_')}.tar.bz2"
source_sha256 '07911da8fe22fb10e3918528a8f0a5676f03c0b3b135ac19c26779f6804baebe'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '0a8b31c3ea2d515e867ee006eb68a5958536044cf3009513c1b2753cf982a28d',
armv7l: '0a8b31c3ea2d515e867ee006eb68a5958536044cf3009513c1b2753cf982a28d',
i686: '572e6f8afc10744d96cd1b3caa29a8a67d16a0dff2a3b2791353dc92b97af9f5',
x86_64: '3ed4dc23d4011a5f1d77a70004ddec926b7cde25ece5cdc23e59e63d32fc5a86'
aarch64: 'efa9f68c525abdf0bdeebbd7bcd8e7834f4c19d2a29249438aaa6dd748881d79',
armv7l: 'efa9f68c525abdf0bdeebbd7bcd8e7834f4c19d2a29249438aaa6dd748881d79',
i686: '693ffb63a554775b6bd0a106dc08e1a1c2840a507cc884818f2e2ecf6ccc2844',
x86_64: '5d2e99133d8028f1c772bfa95195d541cc219199963b8f0d568719adc602350d'
})
depends_on 'bzip2' # R

View File

@@ -4,7 +4,7 @@ require 'buildsystems/meson'
class Cairo < Meson
description 'Cairo is a 2D graphics library with support for multiple output devices.'
homepage 'https://www.cairographics.org'
version '1.18.2-1'
version '1.18.4'
license 'LGPL-2.1 or MPL-1.1'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.freedesktop.org/cairo/cairo.git'
@@ -12,9 +12,9 @@ class Cairo < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'e640a24226ef7ddab47d799dfef8606594f18759a3cad5cd17ceae4b3ed54168',
armv7l: 'e640a24226ef7ddab47d799dfef8606594f18759a3cad5cd17ceae4b3ed54168',
x86_64: '5ad71a18ae15d987e5cf0565a946a9b384bd2f8ada5df67a4e6630d80ae9e050'
aarch64: '9b0693df09364364550462bca13d002080d19d2d795a00b59a3f6ddf3e280000',
armv7l: '9b0693df09364364550462bca13d002080d19d2d795a00b59a3f6ddf3e280000',
x86_64: '7396daf0d72e582735c6fff0fc48d59b9cbf1dacbd940a630f987bc36cb14c6f'
})
depends_on 'fontconfig' # R

View File

@@ -4,7 +4,7 @@ require 'buildsystems/meson'
class Fontconfig < Meson
description 'Fontconfig is a library for configuring and customizing font access.'
homepage 'https://www.freedesktop.org/wiki/Software/fontconfig/'
version '2.15.0-3'
version '2.17.1'
license 'MIT'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.freedesktop.org/fontconfig/fontconfig.git'
@@ -12,9 +12,9 @@ class Fontconfig < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: '8d53e4f93e3a6a3df19d6cdcbc8199f2d4369e34114f086f37c6e1ba7f5e57a9',
armv7l: '8d53e4f93e3a6a3df19d6cdcbc8199f2d4369e34114f086f37c6e1ba7f5e57a9',
x86_64: 'c24d54ab1773584d35a1b459872ca93122e8c24e87f4c19e61849afa2ce407c3'
aarch64: 'a05646c9bf1631952bf99aaf34431f781d9f37714aae0a7672d58820c222fab0',
armv7l: 'a05646c9bf1631952bf99aaf34431f781d9f37714aae0a7672d58820c222fab0',
x86_64: 'fe46c30a8636db8ff2715921df929ddd627d4008c21928eeb8a39543b5ea518f'
})
depends_on 'expat' # R
@@ -28,6 +28,7 @@ class Fontconfig < Meson
depends_on 'libpng' => :build
depends_on 'util_linux' => :build
conflicts_ok # Allow overwriting harfbuzz files.
no_fhs
meson_options "--wrap-mode=default \

View File

@@ -4,7 +4,7 @@ require 'buildsystems/meson'
class Freetype < Meson
description 'FreeType is a freely available software library to render fonts.'
homepage 'https://freetype.org/'
version '2.13.3-1' # Update freetype in harfbuzz when updating freetype
version '2.13.3-2' # Update freetype in harfbuzz when updating freetype
license 'FTL or GPL-2+'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.freedesktop.org/freetype/freetype.git'
@@ -12,9 +12,9 @@ class Freetype < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: '409963301f95f91375396561a7c0a53168ea911b353d8cf45a4ff31bef951afd',
armv7l: '409963301f95f91375396561a7c0a53168ea911b353d8cf45a4ff31bef951afd',
x86_64: '2d36d487c1a768c3e808c15cc9ab277bde512ae66828b8db0a3a817e7267332c'
aarch64: '6ba402f56625c658a74924fffbbe29df25e1b284855f5aaaab5de44590d99ed9',
armv7l: '6ba402f56625c658a74924fffbbe29df25e1b284855f5aaaab5de44590d99ed9',
x86_64: '7ec4b3693b46646e123728e0e199d1e793e4fdd92e93e8348bfaf10a898b6084'
})
depends_on 'brotli' # R
@@ -30,5 +30,7 @@ class Freetype < Meson
depends_on 'py3_docwriter' => :build
depends_on 'zlib' # R
conflicts_ok # Allow overwriting of harfbuzz freetype files.
meson_options '-Dharfbuzz=enabled'
end

View File

@@ -3,29 +3,31 @@ require 'buildsystems/autotools'
class Gettext < Autotools
description 'GNU gettext utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages.'
homepage 'https://www.gnu.org/software/gettext/'
version "0.24-#{CREW_ICU_VER}"
version "0.25.1-#{CREW_ICU_VER}"
license 'GPL-3+ and LGPL-2.1+'
compatibility 'all'
source_url "https://ftpmirror.gnu.org/gettext/gettext-#{version.split('-')[0]}.tar.lz"
source_sha256 'caa44aed29c9b4900f1a401d68f6599a328a3744569484dc95f62081e80ad6cb'
source_url "https://ftp.gnu.org/pub/gnu/gettext/gettext-#{version.split('-')[0]}.tar.lz"
source_sha256 'c70678c88589ee48e55ae1f3843935afa4be1466fb1bc737658dc933f60379f5'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '2f86e40b77f046b86822f6d7bbcca8d5073657a20b10997ae874601dc5c0bb24',
armv7l: '2f86e40b77f046b86822f6d7bbcca8d5073657a20b10997ae874601dc5c0bb24',
i686: '606b3b9a62738e950dec90a644c8a5ba062c6cbf8f5d2869f79a12db165b83ea',
x86_64: 'ef3bcbd7d97d02b964860b28bb008bf41900a5013c19a77c7f35caf8bc06189f'
aarch64: 'd8aa6334e7ea9c03fe67cb3ae9b86fbafe37077dfee56dacc2d6437f068162cc',
armv7l: 'd8aa6334e7ea9c03fe67cb3ae9b86fbafe37077dfee56dacc2d6437f068162cc',
i686: '778749c7b70313f8563d2306b3d2bf3d80dbee5a7842bc87e8de1e4e3e86dc98',
x86_64: '16abb691122eff1bcd6c96f470ebb2dcadc67f85990bc8c18651b901090cb9e5'
})
depends_on 'acl' # R
depends_on 'attr' # R
depends_on 'gcc_lib' # R
depends_on 'glibc' # R
depends_on 'gperf' => :build
depends_on 'icu4c' # R
depends_on 'libunistring' # R
depends_on 'libxml2' # R
depends_on 'ncurses' # R
depends_on 'openjdk8' => :build
depends_on 'wget2' => :build
depends_on 'zlib' # R
autotools_configure_options '--disable-static \
@@ -33,6 +35,131 @@ class Gettext < Autotools
--with-pic \
--without-included-gettext'
# cldr-plurals-1 test fails with icu75.1
# run_tests
def self.patch
system './autopull.sh' unless File.executable? './configure'
# https://cgit.git.savannah.gnu.org/cgit/gnulib.git/commit/?id=c44fe03b72687c9e913727724c29bdb49c1f86e3
File.write 'gnulib_stringh.patch', <<~GNULIB_PATCH_EOF
diff --git a/lib/string.in.h b/lib/string.in.h
index e3d94b76c1..9a039c7ba0 100644
--- a/lib/string.in.h
+++ b/lib/string.in.h
@@ -214,65 +214,85 @@ _GL_EXTERN_C void free (void *);
/* Declarations for ISO C N3322. */
#if defined __GNUC__ && __GNUC__ >= 15 && !defined __clang__
+# ifndef memcpy
_GL_EXTERN_C void *memcpy (void *__dest, const void *__src, size_t __n)
-# if __GLIBC__ + (__GLIBC_MINOR__ >= 2) > 2
+# if __GLIBC__ + (__GLIBC_MINOR__ >= 2) > 2
_GL_ATTRIBUTE_NOTHROW
-# endif
+# endif
_GL_ATTRIBUTE_NONNULL_IF_NONZERO (1, 3)
_GL_ATTRIBUTE_NONNULL_IF_NONZERO (2, 3);
+# endif
+# ifndef memccpy
_GL_EXTERN_C void *memccpy (void *__dest, const void *__src, int __c, size_t __n)
-# if __GLIBC__ + (__GLIBC_MINOR__ >= 2) > 2
+# if __GLIBC__ + (__GLIBC_MINOR__ >= 2) > 2
_GL_ATTRIBUTE_NOTHROW
-# endif
+# endif
_GL_ATTRIBUTE_NONNULL_IF_NONZERO (1, 4)
_GL_ATTRIBUTE_NONNULL_IF_NONZERO (2, 4);
+# endif
+# ifndef memmove
_GL_EXTERN_C void *memmove (void *__dest, const void *__src, size_t __n)
-# if __GLIBC__ + (__GLIBC_MINOR__ >= 2) > 2
+# if __GLIBC__ + (__GLIBC_MINOR__ >= 2) > 2
_GL_ATTRIBUTE_NOTHROW
-# endif
+# endif
_GL_ATTRIBUTE_NONNULL_IF_NONZERO (1, 3)
_GL_ATTRIBUTE_NONNULL_IF_NONZERO (2, 3);
+# endif
+# ifndef strncpy
_GL_EXTERN_C char *strncpy (char *__dest, const char *__src, size_t __n)
-# if __GLIBC__ + (__GLIBC_MINOR__ >= 2) > 2
+# if __GLIBC__ + (__GLIBC_MINOR__ >= 2) > 2
_GL_ATTRIBUTE_NOTHROW
-# endif
+# endif
_GL_ATTRIBUTE_NONNULL_IF_NONZERO (1, 3)
_GL_ATTRIBUTE_NONNULL_IF_NONZERO (2, 3);
+# endif
+# ifndef strndup
_GL_EXTERN_C char *strndup (const char *__s, size_t __n)
-# if __GLIBC__ + (__GLIBC_MINOR__ >= 2) > 2
+# if __GLIBC__ + (__GLIBC_MINOR__ >= 2) > 2
_GL_ATTRIBUTE_NOTHROW
-# endif
+# endif
_GL_ATTRIBUTE_NONNULL_IF_NONZERO (1, 2);
+# endif
+# ifndef strncat
_GL_EXTERN_C char *strncat (char *__dest, const char *__src, size_t __n)
-# if __GLIBC__ + (__GLIBC_MINOR__ >= 2) > 2
+# if __GLIBC__ + (__GLIBC_MINOR__ >= 2) > 2
_GL_ATTRIBUTE_NOTHROW
-# endif
+# endif
_GL_ARG_NONNULL ((1)) _GL_ATTRIBUTE_NONNULL_IF_NONZERO (2, 3);
+# endif
+# ifndef memcmp
_GL_EXTERN_C int memcmp (const void *__s1, const void *__s2, size_t __n)
-# if __GLIBC__ + (__GLIBC_MINOR__ >= 2) > 2
+# if __GLIBC__ + (__GLIBC_MINOR__ >= 2) > 2
_GL_ATTRIBUTE_NOTHROW
-# endif
+# endif
_GL_ATTRIBUTE_NONNULL_IF_NONZERO (1, 3)
_GL_ATTRIBUTE_NONNULL_IF_NONZERO (2, 3);
+# endif
+# ifndef strncmp
_GL_EXTERN_C int strncmp (const char *__s1, const char *__s2, size_t __n)
-# if __GLIBC__ + (__GLIBC_MINOR__ >= 2) > 2
+# if __GLIBC__ + (__GLIBC_MINOR__ >= 2) > 2
_GL_ATTRIBUTE_NOTHROW
-# endif
+# endif
_GL_ATTRIBUTE_NONNULL_IF_NONZERO (1, 3)
_GL_ATTRIBUTE_NONNULL_IF_NONZERO (2, 3);
-# ifndef __cplusplus
+# endif
+# if !defined memchr && !defined __cplusplus
_GL_EXTERN_C void *memchr (const void *__s, int __c, size_t __n)
_GL_ATTRIBUTE_NONNULL_IF_NONZERO (1, 3);
_GL_EXTERN_C void *memrchr (const void *__s, int __c, size_t __n)
_GL_ATTRIBUTE_NONNULL_IF_NONZERO (1, 3);
# endif
+# ifndef memset
_GL_EXTERN_C void *memset (void *__s, int __c, size_t __n)
-# if __GLIBC__ + (__GLIBC_MINOR__ >= 2) > 2
+# if __GLIBC__ + (__GLIBC_MINOR__ >= 2) > 2
_GL_ATTRIBUTE_NOTHROW
-# endif
+# endif
_GL_ATTRIBUTE_NONNULL_IF_NONZERO (1, 3);
+# endif
+# ifndef memset_explicit
_GL_EXTERN_C void *memset_explicit (void *__s, int __c, size_t __n)
_GL_ATTRIBUTE_NONNULL_IF_NONZERO (1, 3);
+# endif
#endif
GNULIB_PATCH_EOF
pwd = `pwd`.chomp
gnulib_dirs = %w[
gettext-runtime/intl/gnulib-lib
gettext-runtime/libasprintf/gnulib-lib
gettext-runtime/gnulib-lib
gettext-tools/gnulib-lib
gettext-tools/libgettextpo
libtextstyle/lib
]
gnulib_dirs.each do |dir|
Dir.chdir(dir) do
system "patch -Np2 -i #{pwd}/gnulib_stringh.patch"
end
end
end
end

View File

@@ -7,7 +7,7 @@ Package.load_package("#{__dir__}/freetype.rb")
class Harfbuzz < Meson
description 'HarfBuzz is an OpenType text shaping engine.'
homepage 'https://harfbuzz.github.io/'
version "10.2.0-#{CREW_ICU_VER}"
version "11.2.1-#{CREW_ICU_VER}"
license 'Old-MIT, ISC and icu'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://github.com/harfbuzz/harfbuzz.git'
@@ -15,9 +15,9 @@ class Harfbuzz < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: '3d8f36f2175d05aaa0ab085b8e1236fa3263fdef27563491322f5685d9ec2581',
armv7l: '3d8f36f2175d05aaa0ab085b8e1236fa3263fdef27563491322f5685d9ec2581',
x86_64: '1ac1bbcd5f42ceecab9578c062fd065385f060b844c6a8e2e395351a8d80eac4'
aarch64: '34f26b151c31aebdb901bd7cb3d3173b9bff43a643896198e003dbfa6dc36dda',
armv7l: '34f26b151c31aebdb901bd7cb3d3173b9bff43a643896198e003dbfa6dc36dda',
x86_64: '21e01cfc1663f8cc96541941ff026989fe95fdd38f761f7f129d512bcc9da771'
})
depends_on 'brotli' # R
@@ -43,11 +43,16 @@ class Harfbuzz < Meson
depends_on 'lzo' # R
depends_on 'patchelf' => :build
depends_on 'pcre' => :build
depends_on 'perl_xml_sax' => :build
depends_on 'perl_xml_sax_base' => :build
depends_on 'perl_xml_namespacesupport' => :build
depends_on 'pixman' # R Needed for cairo subproject.
depends_on 'ragel' => :build
depends_on 'zlib' # R
# provides freetype (sans harfbuzz), ragel, and a non-x11 cairo stub
pre_meson_options "CFLAGS+=' -Werror=uninitialized'"
meson_options '--wrap-mode=default \
--default-library=both \
-Dbenchmark=disabled \
@@ -56,7 +61,7 @@ class Harfbuzz < Meson
-Dfreetype=enabled \
-Dgraphite2=enabled \
-Dintrospection=enabled \
-Dragel_subproject=true \
-Dragel_subproject=false \
-Dtests=disabled'
def self.prebuild

View File

@@ -1,54 +1,31 @@
require 'package'
require 'buildsystems/autotools'
class Icu4c < Package
class Icu4c < Autotools
description 'ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications.'
homepage 'https://icu.unicode.org/'
version '75.1'
version '77.1'
license 'BSD'
compatibility 'all'
source_url 'https://github.com/unicode-org/icu/releases/download/release-75-1/icu4c-75_1-src.tgz'
source_sha256 'cb968df3e4d2e87e8b11c49a5d01c787bd13b9545280fc6642f826527618caef'
source_url "https://github.com/unicode-org/icu/releases/download/release-#{version.gsub('.', '-')}/icu4c-#{version.gsub('.', '_')}-src.tgz"
source_sha256 '588e431f77327c39031ffbb8843c0e3bc122c211374485fa87dc5f3faff24061'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '2ff2ed4760529e3611a51211876c17df5c9acc5a689cd35cb5a98ce0c4c1f714',
armv7l: '2ff2ed4760529e3611a51211876c17df5c9acc5a689cd35cb5a98ce0c4c1f714',
i686: '3bab33be0214ced3080b895c615ee8f9bf3b98e191701be0917c2e02c783c26f',
x86_64: '83e81c0d8bb9981034d6d63755ac0e9ae833d9544cbc07e32d242e98cf3d30db'
aarch64: 'c9bd508bd52785175f4584b55d42e0da014065f5605be59f7896a89170a141cb',
armv7l: 'c9bd508bd52785175f4584b55d42e0da014065f5605be59f7896a89170a141cb',
i686: '88f8dec20c7f5135ac70be3bbb07f61d7bcab2880d098ae68d2c63cbfe45699b',
x86_64: 'e57e0d659d1729280e9f89835496e1776860acc4879614e65f534accebbb4c71'
})
depends_on 'gcc_lib' # R
depends_on 'glibc' # R
def self.build
Dir.chdir 'source' do
system "./configure \
#{CREW_CONFIGURE_OPTIONS} \
--enable-shared \
autotools_make_j1
autotools_build_relative_dir 'source'
autotools_configure_options '--enable-shared \
--disable-samples \
--disable-tests"
system 'make'
end
end
@oldicuver = %w[version.split('.').first.to_i - 1]
def self.install
Dir.chdir 'source' do
system 'make', "DESTDIR=#{CREW_DEST_DIR}", 'install'
end
Dir.chdir CREW_DEST_LIB_PREFIX do
@oldicuver.each do |oldver|
# Backwards compatibility symlinks (which may not work - see postinstall.)
FileUtils.ln_sf "libicudata.so.#{version}", "libicudata.so.#{oldver}"
FileUtils.ln_sf "libicui18n.so.#{version}", "libicui18n.so.#{oldver}"
FileUtils.ln_sf "libicuio.so.#{version}", "libicuio.so.#{oldver}"
FileUtils.ln_sf "libicutest.so.#{version}", "libicutest.so.#{oldver}"
FileUtils.ln_sf "libicutu.so.#{version}", "libicutu.so.#{oldver}"
FileUtils.ln_sf "libicuuc.so.#{version}", "libicuuc.so.#{oldver}"
end
end
end
--disable-tests'
def self.postinstall
# Check for packages that expect an older icu library, but not in a container, since we have already
@@ -56,7 +33,7 @@ class Icu4c < Package
return if CREW_IN_CONTAINER
Dir.chdir CREW_LIB_PREFIX do
@oldicuver = %w[74.2 73.2 73 72 72.1]
@oldicuver = %w[75.1]
@oldicuver.each do |oldver|
puts "Finding Packages expecting icu4c version #{oldver} that may need updating:".lightgreen
@file_array = []

View File

@@ -11,10 +11,10 @@ class Libarchive < CMake
binary_compression 'tar.zst'
binary_sha256({
aarch64: '37cb3943312a8234b95aa6f67864214473da0229f580e0fa6c38d5b590a1c300',
armv7l: '37cb3943312a8234b95aa6f67864214473da0229f580e0fa6c38d5b590a1c300',
i686: '782fa7d3e621739340ab740843c7e52538f3bf124201ae7cf5150425067259d9',
x86_64: '2901e9c928d8384d69c42c2105e7029a95dcd463fd9d92f575cbcc38263b15b6'
aarch64: '17d4316dd6344d44850cf9780abe83f8190553cdea629c94faeeebcf46f48f04',
armv7l: '17d4316dd6344d44850cf9780abe83f8190553cdea629c94faeeebcf46f48f04',
i686: 'dcb155fa9a25da25a5264d89edf14727c7d711659a61eba1e3d0dec0fa451fb1',
x86_64: 'a7b589445c33716d11b99370996167ccd08f1caa9a11f5ea81c074ed02e85873'
})
depends_on 'acl' # R

View File

@@ -11,10 +11,10 @@ class Libmetalink < Autotools
binary_compression 'tar.zst'
binary_sha256({
aarch64: '42cb115a3b2c323130bc34433ebfc14e63242a702fa0f28bda714564b22d0267',
armv7l: '42cb115a3b2c323130bc34433ebfc14e63242a702fa0f28bda714564b22d0267',
i686: 'c1b46a162c5ffbdc8f619161a71783510b481384376338d6dafcb32f7228baa4',
x86_64: '4295610c625ae49b93d8d98e7614b4c9fd3c664ca305720f0e34b99bfabde420'
aarch64: 'a7ef0904fae0ccd7aa2ef6978e0030dbf33a5989adc56425e4c59e204be287d1',
armv7l: 'a7ef0904fae0ccd7aa2ef6978e0030dbf33a5989adc56425e4c59e204be287d1',
i686: '7abf912d9dec883ab4a3fa518dfe0fadc0c361cbb54c05bf6cc8e3e3cf747b91',
x86_64: 'f8a09e641fedde3bac45796ad978d477cb54adfadbe6963ebe6943810b5647d6'
})
depends_on 'glibc' # R

View File

@@ -3,7 +3,7 @@ require 'buildsystems/meson'
class Librsvg < Meson
description 'SVG library for GNOME'
homepage 'https://wiki.gnome.org/Projects/LibRsvg'
version "2.59.2-#{CREW_ICU_VER}"
version "2.60.0-#{CREW_ICU_VER}"
license 'LGPL-2+'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.gnome.org/GNOME/librsvg.git'
@@ -11,9 +11,9 @@ class Librsvg < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: '849b834e2d40a895894ca474876a96082c80178f535c96f2511a9e14c6c04fb8',
armv7l: '849b834e2d40a895894ca474876a96082c80178f535c96f2511a9e14c6c04fb8',
x86_64: '53c9762b60acf8558deced395176830befcf97976f5c8a6f697fa2e98babcc1c'
aarch64: 'f1c2cfe29ed9457bc56b965beacba6e539358b2b10181124a2a5b9f0e0492dd0',
armv7l: 'f1c2cfe29ed9457bc56b965beacba6e539358b2b10181124a2a5b9f0e0492dd0',
x86_64: '376db5e725f91f0f2e74e6c2cd542d8546eae631729116b680f7989c17320134'
})
depends_on 'cairo' # R
@@ -46,12 +46,5 @@ class Librsvg < Meson
ENV['CARGO_PROFILE_RELEASE_LTO'] = 'true'
meson_options '-Dintrospection=enabled -Dvala=enabled'
def self.patch
# As per https://gitlab.gnome.org/GNOME/librsvg/-/issues/1155#note_2356939
# using the change that was merged into 2.59.90.
downloader 'https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/1066.diff', '16b588b770066c983862a7b4e6cb5aa721f62a9b35b376ea8ea15a30dd2328c5'
system 'patch -Np1 -i 1066.diff'
end
meson_options '-Ddocs=disabled -Dintrospection=disabled -Dtests=false -Dvala=enabled'
end

View File

@@ -11,10 +11,10 @@ class Libxml2 < CMake
binary_compression 'tar.zst'
binary_sha256({
aarch64: '996694cf77cd490e23b3dd28ae79542d54d264ed2e727aab1f38687dde93e82d',
armv7l: '996694cf77cd490e23b3dd28ae79542d54d264ed2e727aab1f38687dde93e82d',
i686: 'd4a63eafbaf5829590480dee591c4b0231669bc2719383a2c889e881930593cf',
x86_64: 'e7c5099e5a60c3d5d90e72d141f84113f5799a70e735a56878fca830577f52a8'
aarch64: 'a5a14b8fb55844dfe30ac1e28f43d71f5e50ba3eb68c2fad60e68453c05c9a49',
armv7l: 'a5a14b8fb55844dfe30ac1e28f43d71f5e50ba3eb68c2fad60e68453c05c9a49',
i686: '017d8fa5b3521b8f2ad9d527d79c2c1518262e121c67fb4c864e51331e1511f8',
x86_64: '055b71713943d17d87205735fdda82c33a76bf0f8397c0cbc7a34275c2f9ab6b'
})
depends_on 'gcc_lib' # R

View File

@@ -11,10 +11,10 @@ class Libxslt < CMake
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'e1d114f2a2afacd0a7fa9232a52bc980b10ebfbcf647fd33a474d756c7f984b7',
armv7l: 'e1d114f2a2afacd0a7fa9232a52bc980b10ebfbcf647fd33a474d756c7f984b7',
i686: '68202b3dce43263f8fb736709f784d23b61778c52dff446b31b96377a5b72309',
x86_64: 'c79821f48e3b9989906b8af0bc6fba147d9396ee656434ea53a067a241e474c4'
aarch64: '40748afecc8696402de5533baf624e18c2cdeae4a7b38b3684f9c70efec9a254',
armv7l: '40748afecc8696402de5533baf624e18c2cdeae4a7b38b3684f9c70efec9a254',
i686: '41b288c62c3a93ea29f8d29bce5e301bb82758b4e8e2b0a7fe989c0ee5aaf0c5',
x86_64: '47492528964514cce1facb4df837b1ebe68864f7a7a832bee5b6f83653fb8e45'
})
depends_on 'docbook_xsl' => :build

View File

@@ -4,7 +4,7 @@ require 'buildsystems/meson'
class Pango < Meson
description 'Pango is a library for laying out and rendering of text, with an emphasis on internationalization.'
homepage 'https://pango.gnome.org/'
version '1.56.3'
version '1.56.4'
license 'LGPL-2+ and FTL'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.gnome.org/GNOME/pango.git'
@@ -12,9 +12,9 @@ class Pango < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: '29bce5f71c88cdd92df459c350f73a89b7e2909de05a80f2f206f380dfe3f77f',
armv7l: '29bce5f71c88cdd92df459c350f73a89b7e2909de05a80f2f206f380dfe3f77f',
x86_64: '2326ef48c5a386ecaa45498e8135ac8dd9e363179b22d15deaa4eec0dfe5ac0c'
aarch64: 'b64692edc6e16cfb9a17a86903f70aaab56a5f84daeaf2036b8d39bd22ce2a7e',
armv7l: 'b64692edc6e16cfb9a17a86903f70aaab56a5f84daeaf2036b8d39bd22ce2a7e',
x86_64: 'e3299a31c9d22966c556af96828143341882f6349af82489401304ecd3bed209'
})
depends_on 'cairo' # R

View File

@@ -12,10 +12,10 @@ class Py3_libxml2 < Python
binary_compression 'tar.zst'
binary_sha256({
aarch64: '0509a5084d2ef27c079b9a53bbda0539ca8b66c78bd661d3889178d896da6f31',
armv7l: '0509a5084d2ef27c079b9a53bbda0539ca8b66c78bd661d3889178d896da6f31',
i686: '98218de27b0a8e91f9a22b00f783dda3c2359ee6fb9fccd891b75aece8064670',
x86_64: '04677ca7715942e79495c2ca1396d11b9f55483231faaf96e9cc56b7610642ad'
aarch64: 'a7836b787c81589f64d05846064e2d4ab273f16c4d8f84170c2261764c9e8888',
armv7l: 'a7836b787c81589f64d05846064e2d4ab273f16c4d8f84170c2261764c9e8888',
i686: '6c77c43611eaf3aa000c7fb0121ca144ed9116c4bc3ca9d9eda9017a26196aa5',
x86_64: '87d409eb9a7408413dab36cd25d507216b844d08f0f1c440584dc447d1dacaeb'
})
depends_on 'glibc' # R

View File

@@ -10,10 +10,10 @@ class Py3_pyicu < Pip
binary_compression 'tar.zst'
binary_sha256({
aarch64: '2bc9eff930898f207f45cc88eeb9dff8ac5c207455c607bfd9e6b21fa46105fb',
armv7l: '2bc9eff930898f207f45cc88eeb9dff8ac5c207455c607bfd9e6b21fa46105fb',
i686: 'f1dba9c7995ab0896b43fb922decea3d899750e3841b2a40b46916b74ae47309',
x86_64: 'c5765e767e1d3f072849a5ef7891df0e4b7c6011299464c671cb070e5cee9fb6'
aarch64: '33115a343cd7f5899eaa6c34baebf18df0e5e0dbf1aaba2eeea266b79d56f20b',
armv7l: '33115a343cd7f5899eaa6c34baebf18df0e5e0dbf1aaba2eeea266b79d56f20b',
i686: 'b1f496de760cecc66351570ba061aa94e41b7ea5cf4f3ec843dde30c7f114cf1',
x86_64: 'fb464855fa1cd7e067408b1c96a041894416b887fac1683fe8dc62af8ea00cde'
})
depends_on 'python3' => :build

View File

@@ -1,14 +1,24 @@
require 'package'
Package.load_package("#{__dir__}/harfbuzz.rb")
require 'buildsystems/autotools'
class Ragel < Package
description 'Ragel compiles executable finite state machines from regular languages. Now bundled with harfbuzz.'
class Ragel < Autotools
description 'Compiles finite state machines from regular languages into executable C, C++, Objective-C, or D code.'
homepage 'https://www.colm.net/open-source/ragel/'
version Harfbuzz.version
license 'MIT' # Previously was GPL-2
compatibility 'aarch64 armv7l x86_64'
version '6.10-1'
license 'GPL-2.0-only'
compatibility 'all'
source_url 'https://www.colm.net/files/ragel/ragel-6.10.tar.gz'
source_sha256 '5f156edb65d20b856d638dd9ee2dfb43285914d9aa2b6ec779dac0270cd56c3f'
binary_compression 'tar.zst'
is_fake
binary_sha256({
aarch64: '505c0dd59b1cc6506218cf87d627245d6446053d06757dd219f594e99b465dd8',
armv7l: '505c0dd59b1cc6506218cf87d627245d6446053d06757dd219f594e99b465dd8',
i686: '555b423d1e7538943278f40d7675bd54b72eda2fc030fe8fb6f8a39a9c983542',
x86_64: 'bb30efaddb9102e6acdbe547419fbe4dada8b3e7a508510ea68b828e718e8b55'
})
depends_on 'harfbuzz'
depends_on 'gcc_lib' # R
depends_on 'glibc' # R
autotools_pre_configure_options "CFLAGS+=' -std=gnu++98' CXXFLAGS+=' -std=gnu++98'"
end

View File

@@ -11,10 +11,10 @@ class Shared_mime_info < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'f68c551231c53e0abdf45f0999443aa3ef3f5eb6bbfe017496234f1e3d55efa2',
armv7l: 'f68c551231c53e0abdf45f0999443aa3ef3f5eb6bbfe017496234f1e3d55efa2',
i686: 'ed3a6f6a6c6f3a692c5da3327c7ba7c66069319af92dca537ac9697534fcad4e',
x86_64: 'faf8443a8d69ca40d5b2be18243af2244d498e0b79b39b6bd8d5e90632ae38a1'
aarch64: '7f3922b4fee143ae61619de98dec401e9958ecefbc5c96f0e26dadcc7b872811',
armv7l: '7f3922b4fee143ae61619de98dec401e9958ecefbc5c96f0e26dadcc7b872811',
i686: 'e6a71391c0ccfeae8d8c77fe7c966e8f1320d74ff0d97a842e57938f4f851154',
x86_64: '13d8b12fa4f58e8d5e72ce872388b359637517bba20c766f8b12a97f42c75f51'
})
depends_on 'gcc_lib' # R
@@ -22,7 +22,6 @@ class Shared_mime_info < Meson
depends_on 'glibc' # R
depends_on 'glib' # R
depends_on 'libxml2' # R
depends_on 'xmlto' => :build
meson_options '-Dbuild-tests=false'

View File

@@ -1,23 +1,23 @@
# Adapted from Arch Linux tree-sitter PKGBUILD at:
# https://github.com/archlinux/svntogit-community/raw/packages/tree-sitter/trunk/PKGBUILD
require 'package'
require 'buildsystems/rust'
class Tree_sitter < Package
class Tree_sitter < RUST
description 'An incremental parsing system for programming tools'
homepage 'https://github.com/tree-sitter/tree-sitter'
version '0.22.2-0fc92c9'
version '0.25.8'
license 'MIT'
compatibility 'all'
source_url 'https://github.com/tree-sitter/tree-sitter.git'
git_hashtag '0fc92c9a7d0ddb417bd74bf7f533bb8f3042dbe3'
git_hashtag "v#{version}"
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'e22f7f79b3552aca673a5cea9810278f219d9a59ba07a447b73219de0a73716e',
armv7l: 'e22f7f79b3552aca673a5cea9810278f219d9a59ba07a447b73219de0a73716e',
i686: '6058155f927d6d35739f8dd5cdee46a28b6e107280e3e41e99e97cbb235cbe8d',
x86_64: 'c566a6d63c2153d034598c54e18a4df3b56d77b07fa0feaa611c736e029e05b9'
aarch64: '96159bd716c4bb1a8b7ad954cc04a321d89a6e59263f7a1cc272c684ffc50eb6',
armv7l: '96159bd716c4bb1a8b7ad954cc04a321d89a6e59263f7a1cc272c684ffc50eb6',
i686: '5eafa9fbe527c2da819f8d9da5cf7565ac599f6644ce8065a83d74482f2b3c64',
x86_64: '6edc69388f86d9c6c8cf011595f33a9a877e899aebd8e3757ba7326270b8a5f7'
})
depends_on 'gcc_lib' # R
@@ -25,15 +25,5 @@ class Tree_sitter < Package
depends_on 'glibc' # R
depends_on 'rust' => :build
def self.patch
system "sed -i 's,PREFIX)/lib,PREFIX)/#{ARCH_LIB},' Makefile"
end
def self.build
system 'cargo install tree-sitter-cli'
end
def self.install
system "make DESTDIR=#{CREW_DEST_DIR} PREFIX=#{CREW_PREFIX} install"
end
rust_install_path 'cli'
end

View File

@@ -3,7 +3,7 @@ require 'buildsystems/meson'
class Wayland < Meson
description 'Wayland is intended as a simpler replacement for X, easier to develop and maintain.'
homepage 'https://wayland.freedesktop.org'
version "1.23.1-#{CREW_ICU_VER}"
version "1.24.0-#{CREW_ICU_VER}"
license 'MIT'
compatibility 'all'
source_url 'https://gitlab.freedesktop.org/wayland/wayland.git'
@@ -11,10 +11,10 @@ class Wayland < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'b6f79f1d26cf93d9effaa46756a2319f4ca8680e02cb23d897d08a9b84c63c6a',
armv7l: 'b6f79f1d26cf93d9effaa46756a2319f4ca8680e02cb23d897d08a9b84c63c6a',
i686: 'a0a324eea67718aeffa1fcd050626088cafffd02bd24e1b5f111cdc2f54bc48e',
x86_64: 'c53a3cc2c8bad1f6c49a7f0c4865d9493522611012bcb66ef9bd0dec333f8030'
aarch64: 'df1340d2a03d08c198d1118f7b66708f51b6c5b044a48b7a5717fdbb8aac6508',
armv7l: 'df1340d2a03d08c198d1118f7b66708f51b6c5b044a48b7a5717fdbb8aac6508',
i686: '31a5cbf3d9a2494d76227a17b6dfa352c85a2d0a26136b24caed17dd7c0f9d41',
x86_64: 'b715939c3e527dd0badbc4623714710cd9b8988c8ab5b1c50b7afdb64c3f399f'
})
depends_on 'expat' # R

View File

@@ -3,7 +3,7 @@ require 'package'
class Xfsprogs < Package
description 'XFS filesystem utilities'
homepage 'https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/'
version "6.12.0-#{CREW_ICU_VER}"
version "6.15.0-#{CREW_ICU_VER}"
license 'LGPL-2.1'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git'
@@ -11,15 +11,16 @@ class Xfsprogs < Package
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'cece01bad384d71762c2941bab3ec26eb61dced7f308c578d2669c9dcebbae19',
armv7l: 'cece01bad384d71762c2941bab3ec26eb61dced7f308c578d2669c9dcebbae19',
x86_64: '1cb8708d6c9bd0664500acc609d3fb5e7315c1b95802e7adb7d5262fe8c972f6'
aarch64: '83a58ffab41c114b605ece09f1c3348a2f853b963053ece82f11e7893646b50c',
armv7l: '83a58ffab41c114b605ece09f1c3348a2f853b963053ece82f11e7893646b50c',
x86_64: '9fae8e4f8ed6aa2e03e5408bbe966b14eeb48198ad3e036975df9d1b66ce0900'
})
depends_on 'gcc_lib' # R
depends_on 'gettext' => :build
depends_on 'glibc' # R
depends_on 'icu4c' # R
depends_on 'libeconf' # R
depends_on 'libinih' # R
depends_on 'liburcu' # R
depends_on 'lvm2' # R

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# This is for use in Chromebrew Github CI Unit Tests.
# Version 1.0
# Version 1.1
set -e
echo "Chromebrew GitHub Action Unit Test Stub"
last_update=$(stat -c %y /usr/local/lib/crew/tests/unit_test_stub.sh)
@@ -11,6 +11,8 @@ echo "NON_PKG_CHANGED_FILES: ${NON_PKG_CHANGED_FILES}"
cd /usr/local/lib/crew/packages/
yes | crew update
yes | crew upgrade
# Run twice.
yes | crew upgrade
new_stub_mtime=$(stat -c %Y /usr/local/lib/crew/tests/unit_test_stub.sh)
if [[ "$new_stub_mtime" != "$stub_mtime" ]]; then
echo "unit_test_stub.sh has been updated. Reloading..."