updater-gspell-1.14.0 — gspell → 1.14.0 (#12618)

* Add unbuilt gspell to updater-gspell-1.14.0

* Adjust build options

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

* updater-gspell-1.14.0: Build Run on linux/amd64.

* updater-gspell-1.14.0: Build Run on linux/arm/v7.

* updater-gspell-1.14.0: Package File Update Run on linux/amd64 container.

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-08-22 17:03:04 +10:00
committed by GitHub
parent 2bff68d3b9
commit 15da6f5462
3 changed files with 11 additions and 19 deletions

View File

@@ -1,3 +1,4 @@
# Total size: 294947
/usr/local/bin/gspell-app1
/usr/local/include/gspell-1/gspell/gspell-checker-dialog.h
/usr/local/include/gspell-1/gspell/gspell-checker.h
@@ -13,11 +14,9 @@
/usr/local/include/gspell-1/gspell/gspell-text-buffer.h
/usr/local/include/gspell-1/gspell/gspell-text-view.h
/usr/local/include/gspell-1/gspell/gspell.h
/usr/local/lib/girepository-1.0/Gspell-1.typelib
/usr/local/lib/libgspell-1.so
/usr/local/lib/libgspell-1.so.3
/usr/local/lib/pkgconfig/gspell-1.pc
/usr/local/share/gir-1.0/Gspell-1.gir
/usr/local/share/locale/ab/LC_MESSAGES/gspell-1.mo
/usr/local/share/locale/ar/LC_MESSAGES/gspell-1.mo
/usr/local/share/locale/be/LC_MESSAGES/gspell-1.mo
@@ -79,5 +78,3 @@
/usr/local/share/locale/vi/LC_MESSAGES/gspell-1.mo
/usr/local/share/locale/zh_CN/LC_MESSAGES/gspell-1.mo
/usr/local/share/locale/zh_TW/LC_MESSAGES/gspell-1.mo
/usr/local/share/vala/vapi/gspell-1.deps
/usr/local/share/vala/vapi/gspell-1.vapi

View File

@@ -1,3 +1,4 @@
# Total size: 329501
/usr/local/bin/gspell-app1
/usr/local/include/gspell-1/gspell/gspell-checker-dialog.h
/usr/local/include/gspell-1/gspell/gspell-checker.h
@@ -13,11 +14,9 @@
/usr/local/include/gspell-1/gspell/gspell-text-buffer.h
/usr/local/include/gspell-1/gspell/gspell-text-view.h
/usr/local/include/gspell-1/gspell/gspell.h
/usr/local/lib64/girepository-1.0/Gspell-1.typelib
/usr/local/lib64/libgspell-1.so
/usr/local/lib64/libgspell-1.so.3
/usr/local/lib64/pkgconfig/gspell-1.pc
/usr/local/share/gir-1.0/Gspell-1.gir
/usr/local/share/locale/ab/LC_MESSAGES/gspell-1.mo
/usr/local/share/locale/ar/LC_MESSAGES/gspell-1.mo
/usr/local/share/locale/be/LC_MESSAGES/gspell-1.mo
@@ -79,5 +78,3 @@
/usr/local/share/locale/vi/LC_MESSAGES/gspell-1.mo
/usr/local/share/locale/zh_CN/LC_MESSAGES/gspell-1.mo
/usr/local/share/locale/zh_TW/LC_MESSAGES/gspell-1.mo
/usr/local/share/vala/vapi/gspell-1.deps
/usr/local/share/vala/vapi/gspell-1.vapi

View File

@@ -3,7 +3,7 @@ require 'buildsystems/meson'
class Gspell < Meson
description 'a flexible API to implement the spell checking in a GTK+ application'
homepage 'https://wiki.gnome.org/Projects/gspell'
version "1.13.1-#{CREW_ICU_VER}"
version "1.14.0-#{CREW_ICU_VER}"
license 'LGPL-2.1+'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.gnome.org/GNOME/gspell.git'
@@ -11,24 +11,20 @@ class Gspell < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: '6ac757e5b1395d38c5c0e71c73520221da80ba1eece3e1b9a193af908ca32fae',
armv7l: '6ac757e5b1395d38c5c0e71c73520221da80ba1eece3e1b9a193af908ca32fae',
x86_64: '1bd1ceda2c88ffb2885beba6cec7583e0efb16e4478d9be67b7e4e630461123c'
aarch64: '2b53c8bd835ca913e070beae76e935f7cfef3adc4934134ce1da150ca5895e09',
armv7l: '2b53c8bd835ca913e070beae76e935f7cfef3adc4934134ce1da150ca5895e09',
x86_64: '4d33ec34e9dd15c10bb618204cc7d3420e031da2b2bf08f397401920d7e5b38b'
})
depends_on 'aspell' => :build
depends_on 'at_spi2_core' # R
depends_on 'autoconf_archive' => :build
depends_on 'cairo' # R
depends_on 'enchant' # R
depends_on 'gcc_lib' => :build
depends_on 'gdk_pixbuf' # R
depends_on 'glibc' # R
depends_on 'glib' # R
depends_on 'glibc' # R
depends_on 'gobject_introspection' => :build
depends_on 'graphite' => :build
depends_on 'gtk3' # R
depends_on 'harfbuzz' # R
depends_on 'hunspell' # L
depends_on 'icu4c' # R
depends_on 'iso_codes' => :build
@@ -37,9 +33,11 @@ class Gspell < Meson
depends_on 'ncurses' => :build
depends_on 'pango' # R
depends_on 'vala' => :build
depends_on 'zlib' # R
gnome
meson_options '-Dgtk_doc=false -Dtests=false'
meson_options '-Dgobject_introspection=false \
-Dgtk_doc=false \
-Dtests=false \
-Dvapi=false'
end