Files
chromebrew/packages/libgedit_amtk.rb
Ed Reel df3e42d911 Abstract the latest llvm version (#11790)
Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com>
2025-04-21 18:32:43 +00:00

27 lines
838 B
Ruby

require 'buildsystems/meson'
class Libgedit_amtk < Meson
description 'Actions, Menus and Toolbars Kit for GTK+ applications'
homepage 'https://gedit-technology.github.io'
version '5.8.0'
license 'LGPL-2.1+'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://github.com/gedit-technology/libgedit-amtk.git'
git_hashtag version
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'e1311b5685cc0137cac447e126344664bae26c23d36ba85c28ee69c16527b572',
armv7l: 'e1311b5685cc0137cac447e126344664bae26c23d36ba85c28ee69c16527b572',
x86_64: '6bbeb30d50b1f2d254056db4fb86e6b74bb75359f7d4bba1d6142dda92f24bcb'
})
depends_on 'glibc' # R
depends_on 'glib' # R
depends_on 'gobject_introspection' => :build
depends_on 'gtk3' # R
depends_on 'llvm_lib' => :build
meson_options '-Dgtk_doc=false'
end