chromebrew-actions[bot]
a47fa0678b
Cleanup luajit install. ( #12220 )
...
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
Co-authored-by: Satadru Pramanik <satadru@gmail.com >
2025-07-19 19:48:00 +00:00
chromebrew-actions[bot]
7e50b7bd77
AutoBuild: updates started at 2025-07-19-02UTC. ( #12219 )
...
* update neovim
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Modify neovim deps
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Adjust tree_sitter and neovim builds.
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Refactor tree_sitter build
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Update utf8proc
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* update unibilium
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* update luajit
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Update libuv
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* update neovim build
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* update libluv
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* hash updates, fix crew logic
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Update luajit_[bitop,lpeg,mpack]
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* neovim: disable lto
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Adjust no_lto cmake options
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Add built packages for linux/386 to branch updates.
* Add neovim hashes, update updter logic
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Update requires
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* suggested changes
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
---------
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
Co-authored-by: Satadru Pramanik <satadru@gmail.com >
Co-authored-by: satmandu <satmandu@users.noreply.github.com >
2025-07-19 08:25:56 +00:00
Maximilian Downey Twiss
f6dc1d8d4e
Derive binary_url in package.rb ( #7082 )
...
* Add binary_compression value to each package
* Remove binary_url values and arrays
* Handle packages with empty binary_sha256 arrays (either missing binaries or not compiled by us)
2024-01-25 11:03:31 -05:00
Satadru Pramanik, DO, MPH, MEng
ccc88e44ba
Repackaging gcc -> gcc_lib and gcc_dev ( #8335 )
...
* gcc -> libs and dev
* update deps
* adjust deps in install.sh
* update gcc dep in core
* cleanup
* add gcc_build
* update gcc deps in llvm packages
* adjust conflicts command to exclude _build package filelists
* remove conflicts_ok from compiler packages
2023-06-06 10:21:11 -05:00
Satadru Pramanik
194b87b188
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
2022-11-01 12:23:38 -05:00
Satadru Pramanik
e6181f10d9
neovim => 0.7.2 + relevant updates ( #7374 )
...
* neovim => 0.7.2 + relevant updates
* rebuild and requested changes
* update packages.yaml
* update msgpack_c deps
* suggested changes
* update packages.yaml
2022-09-05 20:05:31 -05:00
Maximilian Downey Twiss
de24923ee8
Add Rubocop CI ( #7083 )
...
* Rename IgnoredPatterns to AllowedPatterns.
* Exclude docopt.rb (not our code) from Rubocop
* Disable Style/RedundantReturn
* Disable Style/MutableConstant
* Disable Style/NumericLiterals
* Set Layout/IndentationStyle to spaces
* Temporarily disable various cops.
* Add Rubocop CI via Octocop
* Lint tree with rubocop -A -c .rubocop.yml
Co-authored-by: Satadru Pramanik <satadru@gmail.com >
2022-08-22 13:31:25 -04:00
Ed Reel
f7c9a99f2d
Transition binary repo from GitHub to GitLab ( #5702 )
2021-04-28 16:22:06 -04:00
Ed Reel
df801b93f5
Update binary_url to github in all packages ( #5675 )
...
Add gh.sh script to tools
Add .gitignore
Update download_binary.sh
Update README.md
2021-04-21 15:39:00 -04:00
Ed Reel
30a1f8719d
Transition binary repo from Bintray to SourceForge ( #5608 )
2021-04-13 10:11:55 -04:00
saltedcoffii
531cf6031c
Licensed libl* to lz*
2021-03-20 12:21:46 -04:00
Ed Reel
9617751bbd
Add check for package compatibility
2020-05-14 23:57:07 -05:00
Ed Reel
9decf89685
Update luajit to install libraries in /usr/local/lib64 for x86_64
...
Add library file symlinks
Create symlinks forcefully
Add pre-built binaries
2018-10-21 16:53:19 -05:00
Ed Reel
e8af2ae286
Update packages and abstract the library directory
...
Add pre-built binaries
Restore chicken and add pre-built binaries for weechat and wkhtmltox
Fix error in wkhtmltox.rb
2018-04-27 15:30:04 -05:00
Kazushi (Jam) Marukawa
e06528278c
Add pre-compiled binaries
2017-08-26 09:29:23 +09:00
Yan Couto
e4576417aa
removing make dependency
2017-08-11 21:36:33 +09:00
Yan Couto
6a8b18ffaa
luajit fix+binary
2017-08-11 21:36:33 +09:00
Yan Couto
77e66a45cc
Adding luajit
2017-07-24 21:15:22 -03:00