Satadru Pramanik, DO, MPH, MEng
b00dfcc06f
Update Firefox and fix more circular deps. ( #14353 )
...
* Add unbuilt firefox to updater-firefox-147.0.2
* Adjust firefox deps.
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Adjust firefox deps.
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Change all sommelier deps to => :logical deps
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Fix circular dependencies of docbook_xml and docbook_xml412.
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Cleanup docbook circular deps.
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Fix elogind, ffmpeg circular deps.
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Cleanup more circular deps.
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Mark packages from successful builds as automatically buildable.
* updater-firefox-147.0.2: Package File Update Run on linux/386 container.
* Add filelists and updated packages.
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Fix gstreamer deps.
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Handle missing dlist, update pipewire filelist
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* lint
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Add rsu_client filelist
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Suggested changes.
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Adjust elogind deps.
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Adjust docbook heredocs.
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
---------
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com >
Co-authored-by: satmandu <satmandu@users.noreply.github.com >
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
2026-01-29 03:07:42 +00:00
Ed Reel
0f8bceec6b
Android_studio 2025.1.2.11 => 2025.2.1.7 ( #13323 )
2025-11-04 02:19:31 +00:00
Ed Reel
65402ff3ee
Android_studio 2023.1.1.26 => 2025.1.2.11 ( #12385 )
2025-08-08 10:58:05 +00:00
Ed Reel
24f8d4c2ef
Add check_free_disk_space misc function ( #10536 )
...
* Add check_free_disk_space misc function
* Remove require 'matrix' line in misc_functions.rb
2024-09-28 14:38:30 -04:00
Satadru Pramanik, DO, MPH, MEng
5621163c84
Refactor ruby gems in packages, crew cleanup of debugging, install.sh refactor for gems ( #10294 )
...
* Some ruby gem updates and cleanup
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* bump version
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* move gem installs to core install
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* add webkitgtk_6 binaries for x86_64, add librsvg binaries
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Add rebuilt librsvg binary for x86_64.
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* rename gem function internals to make more sense
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* adjust webkitgtk_6 deps
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* update ruby gem packages, add a ruby gem package update script to tools
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* suggested changes
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* rebuild parted
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* add parted binaries
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* suggested changes
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* refactor ruby buildsystem
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* add libsdl2, freerdp binaries
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* sync crew function to lib/fixup
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* shellcheck fix
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Add const for CREW_UPDATE_CHECK_INTERVAL
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Move time_difference into function for neatness.
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* suggested changes from @uberhacker
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* @Zopolis4 suggested change: Use git last update time
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
* Add .blank? usage to downloader to avoid undefined method `empty?' for nil (NoMethodError)
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
---------
Signed-off-by: Satadru Pramanik <satadru@gmail.com >
2024-08-13 11:25:39 -05:00
995
ceab48cf6c
Android Studio Update ( #9354 )
...
* Update Android Studio to the latest version
2024-02-25 08:37:34 -06:00
Satadru Pramanik
61cf13e39b
fixup prompts ( #7813 )
...
* fixup prompts
* default for no doesn't have ''
2023-01-05 13:00:16 -06: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
f34271ccd0
Android_studio 2021.1.1.21 => 2021.2.1.15 ( #7227 )
2022-07-24 12:44:22 -04:00
supechicken
944607d5ac
Change deprecated File.exists?/Dir.exists? to File.exist?/Dir.exist? ( #6893 )
...
* Change `File.exists?` to `File.exist?`
* Change `Dir.exists?` to `Dir.exist?`
2022-03-21 13:24:13 -04:00
Ed Reel
af4ee61e98
Android_studio 2021.1.1.20 => 2021.1.1.21 ( #6759 )
2022-02-21 02:05:37 +08:00
Ed Reel
fb73e76b69
Android_studio 2020.3.1.26 => 2021.1.1.20 ( #6673 )
2022-01-29 11:09:55 -05:00
Ed Reel
3d20e47160
Android_studio 2020.3.1.25 => 2020.3.1.26 ( #6505 )
2021-12-18 23:58:39 -05:00
Ed Reel
969d9c4a69
Android_studio 2020.3.1.24 => 2020.3.1.25 ( #6342 )
2021-10-31 10:16:59 +08:00
Ed Reel
c3b9970f37
Update android_studio from 2020.3.1.22 to 2020.3.1.24 ( #6162 )
2021-09-12 12:50:57 -04:00
Ed Reel
e230615259
Update android_studio from 4.2.1.0 to 2020.3.1.22 ( #6066 )
2021-08-12 22:14:46 -04:00
Ed Reel
47bff80272
Update android_studio from 4.1.2.0 to 4.2.1.0 ( #5779 )
2021-05-15 08:57:17 -04:00
Ed Reel
30a1f8719d
Transition binary repo from Bintray to SourceForge ( #5608 )
2021-04-13 10:11:55 -04:00
saltedcoffii
1558e470e4
Licensed files aa* to az*
2021-03-18 16:52:48 -04:00
Ed Reel
e8a54b50cf
Update android_studio from 3.5.3.0 to 4.1.2.0 ( #5348 )
...
* Update android_studio from 3.5.3.0 to 4.1.2.0
* Add self.remove section
* Prompt to delete config dirs
2021-03-08 19:22:10 -05:00
Ed Reel
9617751bbd
Add check for package compatibility
2020-05-14 23:57:07 -05:00
Ed Reel
064c2bfaa3
Add pre_install function to crew command ( #4035 )
...
Update python3 to use preinstall
Replace ARGV logic with preinstall
Adjust other packages that use preinstall to build or patch instead
Change hunspell to is_fake
2020-04-22 12:29:43 -04:00
Ed Reel
7c7a0f9760
Update android_studio from 3.4.1.0 to 3.5.3.0 ( #3802 )
2020-02-10 12:02:22 -05:00
Ed Reel
8abf5c6f96
Update android_studio from 3.4.0.18 to 3.4.1.0 ( #3318 )
2019-06-16 12:49:27 -04:00
Ed Reel
1f18507e33
Update android_studio from 3.3.1.0 to 3.4.0.18 ( #3267 )
2019-05-13 12:35:54 -04:00
Ed Reel
06dae0ca72
Add android_studio package ( #3190 )
...
Convert all file operations to use FileUtils
Check for free disk space
Add postinstall message about complete removal
Uncomment free disk space check
2019-02-23 14:05:36 -05:00