Add unbuilt gnome_text_editor to updater-gnome_text_editor-49.0 — hunspell_es_us → 25.8.3.2,libspelling → 0.4.9,enchant → 2.8.12,gnome_text_editor → 49.0,gtksourceview_5 → 5.18.0,hunspell,hunspell_base → 1.7.2,hunspell_en_us → 25.8.3.2,hunspell_es_any → 6.4,hunspell_fr_fr → 25.8.3.2 (#13422)

* Add unbuilt gnome_text_editor to updater-gnome_text_editor-49.0

* Add binaries and add deps

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

* updater-gnome_text_editor-49.0: Package File Update Run on linux/386 container.

* updater-gnome_text_editor-49.0: Package File Update Run on linux/amd64 container.

* updater-gnome_text_editor-49.0: Package File Update Run on linux/arm/v7 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>
This commit is contained in:
chromebrew-actions[bot]
2025-11-11 16:38:53 -06:00
committed by GitHub
parent 7c62a7b8b5
commit b7f44296af
36 changed files with 376 additions and 608 deletions

View File

@@ -3,7 +3,7 @@ require 'buildsystems/meson'
class Gnome_text_editor < Meson
description 'GNOME Text Editor'
homepage 'https://gitlab.gnome.org/GNOME/gnome-text-editor'
version '47.beta'
version '49.0'
license 'GPL-3'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.gnome.org/GNOME/gnome-text-editor.git'
@@ -11,40 +11,30 @@ class Gnome_text_editor < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: '4a054cfb5030a01f538cea822bb24986bae41d413ba73d07c55de0e2fbe4803b',
armv7l: '4a054cfb5030a01f538cea822bb24986bae41d413ba73d07c55de0e2fbe4803b',
x86_64: '4771dc0e77de5069289161792a1101d0be593df9866315b90755180a2f9b8562'
aarch64: 'fddeb7ccbe1b503acf71f5e89bceeb3fd00762bb38d211679a772c900a316535',
armv7l: 'fddeb7ccbe1b503acf71f5e89bceeb3fd00762bb38d211679a772c900a316535',
x86_64: 'c20b9b9bcd10788d18f0495803400a0963960b6290298fb50d86df14fb3dbf1d'
})
depends_on 'cairo' # R
depends_on 'desktop_file_utils' => :build
depends_on 'editorconfig_core_c' # R
depends_on 'enchant' # R
depends_on 'fontconfig' # R
depends_on 'fribidi' # R
depends_on 'gcc_lib' # R
depends_on 'gdk_pixbuf' # R
depends_on 'glibc' # R
depends_on 'glib' # R
depends_on 'glibc' # R
depends_on 'gobject_introspection' => :build
depends_on 'graphene' # R
depends_on 'gspell' => :build
depends_on 'gtk4' # R
depends_on 'gtk_doc' => :build
depends_on 'gtksourceview_5' # R
depends_on 'harfbuzz' # R
depends_on 'ibus' => :build
depends_on 'icu4c' # R
depends_on 'libadwaita' # R
depends_on 'libpeas' => :build
depends_on 'libxml2' # R
depends_on 'libspelling' # R
depends_on 'pango' # R
depends_on 'pcre2' # R
depends_on 'pcre' => :build
depends_on 'py3_pygobject' => :build
depends_on 'sassc' => :build
depends_on 'vala' => :build
depends_on 'vulkan_icd_loader' # R
depends_on 'yelp_tools' => :build
gnome