mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Gnome43/Libjpeg_turbo/ICU72.1 (#7508)
* crew: cache builds * Initial Gnome43/Libjpeg_turbo/ICU72 commits squashed * fix lint error * update packages.yaml * Vulkan packages -> 1.3.231 * add packages to packages.yaml * add more to packages.yaml * update libxshmfence * pixman -> 0.42.0 * libpciaccess -> 0.17.0 * update libxau * update libxfont2 * update libxcb * many updates * updates * baobab updates * add libshumate * update gnome_calculator * update dfonf_editor * update evince * add libpanel * update libpeas * update libgweather * update libgudev gnome_maps * update upower and libxfixes * style update * update gnome_session * update gnome_settings_daemon * temporary partial webkit2gtk upload * update packages.yaml * fix ruby file perms * update folks * move webkit2gtk_4 back to 2.38.0 * update icu4c, change webkit2gtk build * add updated webkit2gtk_5 file * update js102 * add x86 builds for webkit2gtk_4 * add mozjs exclusion to icu4c postinstall * add builds for evolution_data_server * update gemacs * update webkit2gtk packages * update emacs * add folks fix * loosen icu4c postinstall check * rebuild libportal with gtk3 * update epiphany * openssh -> 9.1 * add x86 webkit2gtk_4 binaries * add postinstall to webkit2gtk_4 * update svt_av1 * update libavif * linting fix * curl -> 7.86.0 * git -> 2.38.1 * add postinstall to gnome_console * add gcc10 for armv7l * add gcc10 binaries * lint gcc10 * rebase fix * Add WIP webkit2gtk builds * add back postintall to gnome_maps * gstreamer version change * cleanup geocode_glib, and fix gnome_maps depend * s/@_ver.to_s/@_ver/ * add mpv build and gtk4 -> 4.8.2 * bump curl version to 7.86.0 * remove other version binaries from webkit2gtk builds * add i686 build * adjust compatibility for gemacs... for now. * Add code to sommelier to adjust for whether scripts are sourced or run. * make -> 4.4 * bump version
This commit is contained in:
@@ -3,23 +3,23 @@ require 'package'
|
||||
class Motif < Package
|
||||
description 'Motif is a freely available source code distribution for the Motif user interface component toolkit.'
|
||||
homepage 'https://motif.ics.com/'
|
||||
version '2.3.8'
|
||||
version '2.3.8-1'
|
||||
license 'LGPL-2.1+ and MIT'
|
||||
compatibility 'all'
|
||||
source_url 'https://downloads.sourceforge.net/project/motif/Motif%202.3.8%20Source%20Code/motif-2.3.8.tar.gz'
|
||||
source_sha256 '859b723666eeac7df018209d66045c9853b50b4218cecadb794e2359619ebce7'
|
||||
|
||||
binary_url({
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/motif/2.3.8_armv7l/motif-2.3.8-chromeos-armv7l.tar.xz',
|
||||
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/motif/2.3.8_armv7l/motif-2.3.8-chromeos-armv7l.tar.xz',
|
||||
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/motif/2.3.8_i686/motif-2.3.8-chromeos-i686.tar.xz',
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/motif/2.3.8_x86_64/motif-2.3.8-chromeos-x86_64.tar.xz'
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/motif/2.3.8-1_armv7l/motif-2.3.8-1-chromeos-armv7l.tar.zst',
|
||||
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/motif/2.3.8-1_armv7l/motif-2.3.8-1-chromeos-armv7l.tar.zst',
|
||||
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/motif/2.3.8-1_i686/motif-2.3.8-1-chromeos-i686.tar.zst',
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/motif/2.3.8-1_x86_64/motif-2.3.8-1-chromeos-x86_64.tar.zst'
|
||||
})
|
||||
binary_sha256({
|
||||
aarch64: '1c54520d4eaf0c6f9731aa486d63df65b6f0b32edef3eff2184dc6b699851b42',
|
||||
armv7l: '1c54520d4eaf0c6f9731aa486d63df65b6f0b32edef3eff2184dc6b699851b42',
|
||||
i686: '6ff165d03c99b80835f8e115712bcd54538c6a3024481e88cc8419043e3d070c',
|
||||
x86_64: '2eb3c2761fdae830ecf8ab30b406de48a566112e635d63456d802da5ff012081'
|
||||
aarch64: '5de7b5fb40d604071d404f5baba20eef3746caaa6850c40730f4aa36472aa016',
|
||||
armv7l: '5de7b5fb40d604071d404f5baba20eef3746caaa6850c40730f4aa36472aa016',
|
||||
i686: '60a1013b3e7b8ab41c8809ace6683e5b13115ef577662c3b58df5e0f226669e1',
|
||||
x86_64: '9e9936ac3c75240ad36814eaf97d6004674aead89d23ad688f1bdcaa12070529'
|
||||
})
|
||||
|
||||
depends_on 'fontconfig'
|
||||
@@ -27,9 +27,31 @@ class Motif < Package
|
||||
depends_on 'libjpeg'
|
||||
depends_on 'libpng'
|
||||
depends_on 'sommelier'
|
||||
depends_on 'expat' # R
|
||||
depends_on 'glibc' # R
|
||||
depends_on 'harfbuzz' # R
|
||||
depends_on 'libbsd' # R
|
||||
depends_on 'libice' # R
|
||||
depends_on 'libmd' # R
|
||||
depends_on 'libsm' # R
|
||||
depends_on 'libx11' # R
|
||||
depends_on 'libxau' # R
|
||||
depends_on 'libxcb' # R
|
||||
depends_on 'libxdmcp' # R
|
||||
depends_on 'libxext' # R
|
||||
depends_on 'libxft' # R
|
||||
depends_on 'libxmu' # R
|
||||
depends_on 'libxrender' # R
|
||||
depends_on 'libxt' # R
|
||||
depends_on 'util_linux' # R
|
||||
depends_on 'zlibpkg' # R
|
||||
|
||||
def self.build
|
||||
system "./configure #{CREW_OPTIONS} --with-x --enable-xft --enable-png --enable-jpeg"
|
||||
system "./configure #{CREW_OPTIONS} \
|
||||
--with-x \
|
||||
--enable-xft \
|
||||
--enable-png \
|
||||
--enable-jpeg"
|
||||
system 'make'
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user