Files
chromebrew/packages/gtksourceview_5.rb
chromebrew-actions[bot] b7f44296af 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>
2025-11-11 22:38:53 +00:00

46 lines
1.3 KiB
Ruby

require 'buildsystems/meson'
class Gtksourceview_5 < Meson
description 'Source code editing widget'
homepage 'https://wiki.gnome.org/Projects/GtkSourceView'
version '5.18.0'
license 'LGPL-2.1+'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.gnome.org/GNOME/gtksourceview.git'
git_hashtag version
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'fc41489cf90b691c2ad84c4ea1345c8710c97748e516684803db7e422501e86c',
armv7l: 'fc41489cf90b691c2ad84c4ea1345c8710c97748e516684803db7e422501e86c',
x86_64: 'a9971e38c3caba91bc21fadfb42134aea915c0a92cd2bc7ce8fca5216fba062c'
})
depends_on 'at_spi2_core' => :build
depends_on 'cairo' # R
depends_on 'fontconfig' # R
depends_on 'fribidi' # R
depends_on 'gdk_pixbuf' # R
depends_on 'glib' # R
depends_on 'glibc' # R
depends_on 'graphene' # R
depends_on 'gtk3' => :build
depends_on 'gtk4' # R
depends_on 'harfbuzz' # R
depends_on 'libsoup' => :build
depends_on 'libxml2' # R
depends_on 'pango' # R
depends_on 'pcre2' # R
depends_on 'vala' => :build
depends_on 'vulkan_headers' => :build
gnome
no_upstream_update
def self.patch
system "sed -i 's/-fstack-protector-strong/-flto=auto/g' meson.build"
end
meson_options '-Db_asneeded=true -Dbuild-testsuite=false'
end