updater-gedit-48.2 — gedit → 48.2 (#12774)

* Add unbuilt gedit to updater-gedit-48.2

* updater-gedit-48.2: Build Run on linux/amd64.

* updater-gedit-48.2: Build Run on linux/arm/v7.

* updater-gedit-48.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-09-14 09:51:18 -04:00
committed by GitHub
parent 9889e44031
commit 47d4ee18e6
3 changed files with 329 additions and 733 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@ require 'buildsystems/meson'
class Gedit < Meson
description 'GNOME Text Editor'
homepage 'https://wiki.gnome.org/Apps/Gedit'
version '46.2'
version '48.2'
license 'GPL-2+ CC-BY-SA-3.0'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.gnome.org/GNOME/gedit.git'
@@ -11,25 +11,21 @@ class Gedit < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: '835806e05b5fb7054ca5bb06119aa013d556fe2d908bbb64ffb0230e223f45ed',
armv7l: '835806e05b5fb7054ca5bb06119aa013d556fe2d908bbb64ffb0230e223f45ed',
x86_64: '823f618c39d999744c11b10de1bf4499e4d130ba29a51f93f922c833b8849d8a'
aarch64: 'b2f680df1b9d04e1265deb33c369dcc0ae21fb53d00b24f8b390c0c76474efb7',
armv7l: 'b2f680df1b9d04e1265deb33c369dcc0ae21fb53d00b24f8b390c0c76474efb7',
x86_64: '7dfd711561470d782f37feb7d97510d9a2db059c7cd5b1dccbc7b023097a5cca'
})
depends_on 'cairo' # R
depends_on 'desktop_file_utils' => :build
depends_on 'gcc_lib' # R
depends_on 'gdk_pixbuf' # R
depends_on 'glibc' # R
depends_on 'glib' # R
depends_on 'gobject_introspection' # R
depends_on 'glibc' # R
depends_on 'gsettings_desktop_schemas' # L
depends_on 'gspell' # R
depends_on 'gtk3' # R
depends_on 'harfbuzz' # R
depends_on 'hunspell' # R
depends_on 'libgedit_amtk' # R
depends_on 'libgedit_gtksourceview' # R
depends_on 'libpeas' # R
depends_on 'pango' # R
depends_on 'py3_lxml' => :build