Gnome 44.1 Builds (some) (#8224)

* initial builds

* fixup brotli pkgconfig files

* fixup for i686

* fixup for i686

* add more builds

* update gnutls

* lint, add wayland i686 build

* update vte

* update glib_networking

* update libsoup

* update at_spi2_core

* update gtk4, remove i686

* update libadwaita

* cleanup

* expand documentation of patch

* suggested changes
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2023-04-28 13:33:03 -04:00
committed by GitHub
parent 3c255dceae
commit 9f2d7e4594
18 changed files with 281 additions and 224 deletions

View File

@@ -3,7 +3,7 @@ require 'package'
class Librsvg < Package
description 'SVG library for GNOME'
homepage 'https://wiki.gnome.org/Projects/LibRsvg'
@_ver = '2.55.91'
@_ver = '2.56.0'
version @_ver
license 'LGPL-2+'
compatibility 'all'
@@ -11,50 +11,46 @@ class Librsvg < Package
git_hashtag @_ver
binary_url({
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/librsvg/2.55.91_armv7l/librsvg-2.55.91-chromeos-armv7l.tar.zst',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/librsvg/2.55.91_armv7l/librsvg-2.55.91-chromeos-armv7l.tar.zst',
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/librsvg/2.55.91_i686/librsvg-2.55.91-chromeos-i686.tar.zst',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/librsvg/2.55.91_x86_64/librsvg-2.55.91-chromeos-x86_64.tar.zst'
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/librsvg/2.56.0_armv7l/librsvg-2.56.0-chromeos-armv7l.tar.zst',
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/librsvg/2.56.0_armv7l/librsvg-2.56.0-chromeos-armv7l.tar.zst',
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/librsvg/2.56.0_i686/librsvg-2.56.0-chromeos-i686.tar.zst',
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/librsvg/2.56.0_x86_64/librsvg-2.56.0-chromeos-x86_64.tar.zst'
})
binary_sha256({
aarch64: 'ddc33a6810e6759d26089586648a52f4eee799e605e8538e36720905d42d0264',
armv7l: 'ddc33a6810e6759d26089586648a52f4eee799e605e8538e36720905d42d0264',
i686: 'fdc274ddb62267b9cf5014132c6633753ac5e1a51be880776fa74bb0d02a4376',
x86_64: '10094c5a19052f73b7e59de9c7c6966213eadd63c7982dd4016fef0f9d63cc1f'
aarch64: 'f39f6e1529d64ee294a79a68cb2f8ff36a6d1704a3ba871bb1bbd253926aa283',
armv7l: 'f39f6e1529d64ee294a79a68cb2f8ff36a6d1704a3ba871bb1bbd253926aa283',
i686: 'b9abc50a6c9356c714ab16c9b7b146cbc3e461d87e1f0e7389cf75af160ef263',
x86_64: '580d8fcd3430199122dbb222a8d399364d80b5dd96b9f786ab2d38f25decf570'
})
depends_on 'fontconfig'
depends_on 'harfbuzz'
depends_on 'fribidi'
depends_on 'gdk_pixbuf'
depends_on 'glib'
depends_on 'gobject_introspection'
depends_on 'harfbuzz'
depends_on 'icu4c'
depends_on 'libcroco'
depends_on 'libjpeg'
depends_on 'pango'
depends_on 'py3_smartypants' => :build
depends_on 'rust' => :build
depends_on 'py3_six' => :build
depends_on 'vala' => :build
depends_on 'cairo' # R
depends_on 'expat' # R
depends_on 'fontconfig' # R
depends_on 'freetype' # R
depends_on 'fribidi' => :build
depends_on 'gcc' # R
depends_on 'gdk_pixbuf' # R
depends_on 'glibc' # R
depends_on 'glib' # R
depends_on 'gobject_introspection' => :build
depends_on 'harfbuzz' # R
depends_on 'icu4c' # R
depends_on 'libcroco' => :build
depends_on 'libjpeg' => :build
depends_on 'libpng' # R
depends_on 'libxml2' # R
depends_on 'pango' # R
depends_on 'py3_six' => :build
depends_on 'py3_smartypants' => :build
depends_on 'rust' => :build
depends_on 'vala' => :build
depends_on 'zlibpkg' # R
depends_on 'cairo' # R
gnome
def self.build
# Following rustup modification as per https://github.com/rust-lang/rustup/issues/1167#issuecomment-367061388
system 'rustup install stable --profile minimal || (rm -frv ~/.rustup/toolchains/* && rustup install stable --profile minimal)'
system 'rustup default stable'
system 'NOCONFIGURE=1 ./autogen.sh'
system "./configure \
system "mold -run ./configure \
#{CREW_OPTIONS} \
--enable-introspection=yes \
--enable-vala=yes \