Maximilian Downey Twiss
136e78516b
Remove obsolete tools ( #8547 )
2023-11-16 09:36:34 -05:00
Maximilian Downey Twiss
5d97486361
Merge pull request #8946 from satmandu/ffmpeg601
2023-11-16 16:03:19 +11:00
Satadru Pramanik
5311195bc3
ffmpeg => 6.0.1
2023-11-15 21:24:41 -05:00
Satadru Pramanik, DO, MPH, MEng
d721688903
llvm => 17.0.5 ( #8944 )
2023-11-15 19:32:10 -05:00
Satadru Pramanik, DO, MPH, MEng
d9ca5d8e1d
rebuild bison,sed, anagram, openjpeg, libjxl, gegl, gimp; update cpio, strace, putty, gpgme, tre, elinks, libgudev, upower, libdeflate, openexr, R, graphviz, gdal, imagemagick7, openblas, mold ( #8920 )
...
* rebuild bison,sed; update cpio
* add strace
* expand comment
* add gpgme, putty
* update tre
* update elinks
* deprecate js91
* rebuild anagram, update libgudev & upower
* rebuild openjpeg
* update libdeflate
* update openexr
* remove ilmbase deps (replaced by openexr)
* deprecate ilmbase
* rebuild gegl with newer openexr
* update R
* libjxl rebuild
* graphviz => 9
* update gdal
* imagemagick7 update
* gimp rebuild
* suggested changes
* Add pre_ options to cmake and meson buildsystems
* suggested changes
* reversion gegl
* update gdal url
* redo versions
* update py3_numpy
* update openblas, mold
* remove 'pre_' empty? checks in buildsystems
* rebuild rust to fix binary issues on x86_64
* fixup missing rust completions
2023-11-16 00:33:52 +08:00
Maximilian Downey Twiss
511fa347ed
Merge pull request #8935 from satmandu/squashfs
2023-11-15 14:22:25 +11:00
Satadru Pramanik
990ba7ad5f
rebuild using 'make install'
2023-11-14 22:11:48 -05:00
Satadru Pramanik
7345085843
squashfs => 4.6.1
2023-11-14 21:53:21 -05:00
Maximilian Downey Twiss
24d086cf29
Merge pull request #8933 from satmandu/mercurial
2023-11-15 13:46:44 +11:00
Maximilian Downey Twiss
674e02573e
Merge pull request #8943 from satmandu/install_error_message
2023-11-15 13:33:30 +11:00
Satadru Pramanik
22482c3071
Add permissions error message
2023-11-14 09:54:35 -05:00
Maximilian Downey Twiss
86a7814bda
Convert workflows to use reviewdog, run rubocop on tree ( #8939 )
2023-11-13 02:46:43 -05:00
Satadru Pramanik
3b60d72712
update packages.yaml
2023-11-13 00:41:11 -05:00
Satadru Pramanik
adad6d6a8b
add new binaries
2023-11-13 00:41:11 -05:00
Satadru Pramanik
ad4d56f9b6
rename
2023-11-13 00:41:10 -05:00
Satadru Pramanik
31528db11e
Mercurial => py3_mercurial
2023-11-13 00:41:10 -05:00
Maximilian Downey Twiss
3e2fa11072
Update workflows to actions/checkout@v4 ( #8938 )
2023-11-13 00:40:15 -05:00
Maximilian Downey Twiss
76128a091c
Adjust link in CONTRIBUTING.md to redirected version ( #8937 )
2023-11-13 00:39:31 -05:00
Maximilian Downey Twiss
ad6a88a0da
Remove pixz from install.sh and core.rb ( #8934 )
...
* Remove installing pixz from install.sh
* Remove pixz from core packages
2023-11-12 17:36:53 -05:00
SupeChicken666
6a88327320
Rubyize on some packages ( #8918 )
...
* Rubyize on some packages
* Modify more packages
* Fix rubocop
2023-11-10 08:58:06 -05:00
SupeChicken666
a538e77e9b
crew: Remove .tpxz support ( #8916 )
...
* crew: Remove tpxz support
* Fix bugs
2023-11-10 07:48:24 -05:00
SupeChicken666
d6c5ce79e6
Remove redundant use of .to_s ( #8917 )
2023-11-10 07:44:50 -05:00
Ed Reel
ea6aca6d69
Skype 8.107.0.215 => 8.108.0.205 ( #8915 )
2023-11-09 14:01:37 -05:00
Ed Reel
de4da957d2
Brave 1.60.110 => 1.60.114 ( #8914 )
2023-11-09 13:55:32 -05:00
Satadru Pramanik, DO, MPH, MEng
ea6e711e36
Fix Github Action Handoff linter tests ( #8913 )
...
* remove unit tests from handoff.yml
* lint yaml
* lint yaml
* rubocop changes to lib/const.rb
* rename job
* switch unittests to run from handoff
* suggested changes
* use ENV.fetch as much as possible
2023-11-08 19:56:34 -06:00
Satadru Pramanik, DO, MPH, MEng
078b82b5a0
rebuild crew_mvdir ( #8912 )
2023-11-08 10:34:15 -06:00
SupeChicken666
9f77502974
Reimplementing #8890 (lib/const: Simplify + cleanup) ( #8901 )
...
* lib/const: Simplify + cleanup
* Fix nil issue
* Update const.rb
* Always convert result to boolean
* Always convert result to boolean
* Use File.join to prevent duplicate slashes
* rubocop: Disable `Lint/RedundantSafeNavigation` rule
* ruby_rubocop: Update checksum
* Fix logic
* Change `CREW_DLL_PREFIX` to `CREW_WINE_PREFIX`
* Use `&&` to concatenate commands
* Update const.rb
* Remove redundant `nil`
* Bump version
* Align + more cleanup
* Don't use ENV.fetch when default value is not needed
---------
Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com >
2023-11-08 10:24:46 -05:00
Satadru Pramanik, DO, MPH, MEng
2b946f5561
Crew update should exit if it fails ( #8909 )
...
* make failed crew update cause non-zero errorstatus, update github action
* bump version
* adjust github action
* adjust github action
* intentionally break crew update
* fix crew update
* Add remove package to github action
2023-11-08 09:19:08 -06:00
Ed Reel
64cbad2c93
Chrome 119.0.6045.105-1 => 119.0.6045.123-1 ( #8910 )
2023-11-08 09:58:34 -05:00
Satadru Pramanik, DO, MPH, MEng
f85c0c8edf
Github Action Unit Test: Test Crew Update, crew upgrade, crew install vim ( #8907 )
...
* Github Action Unit Test testing
* add CREW_BRANCH
* simplify
* make reporting more verbose
* Actually run the test!
* intentionally bump version
2023-11-08 08:21:41 -06:00
Ed Reel
72f1bcb76d
Octave 8.2.0 => 8.4.0 ( #8908 )
2023-11-08 09:04:31 -05:00
Satadru Pramanik, DO, MPH, MEng
c907b16c22
mold rebuild to fix broken binary on x86_64 ( #8904 )
...
* mold rebuild
* add i686 binaries
* mold add arm binaries
2023-11-07 14:59:40 -06:00
Satadru Pramanik, DO, MPH, MEng
028148c278
libjpeg => 3.0.1 ( #8905 )
2023-11-07 14:22:42 -06:00
Ed Reel
f81bf0b5ba
Firefox 119.0 => 119.0.1 ( #8903 )
2023-11-07 14:28:46 -05:00
Satadru Pramanik, DO, MPH, MEng
efb05d5516
print_source_bashrc should be last ( #8902 )
2023-11-07 02:28:21 -06:00
Satadru Pramanik, DO, MPH, MEng
ded56e955c
Use same ExitMessage for all packages asking to source ~/.bashrc ( #8900 )
...
* Use same ExitMessage for all packages asking to source ~/.bashrc
* refactor reload_source
* update mold
* add extra space
* fix msg
* rename macro
* change name of macro again, run rubocop on package.rb
* update mold => 2.3.2
2023-11-06 18:46:40 -06:00
Satadru Pramanik, DO, MPH, MEng
389371c51f
Add exit code to crew. ( #8899 )
...
* Add error code to crew exit
* bump version
2023-11-06 12:36:43 -06:00
Ed Reel
9138f6659b
Add scbi package ( #8898 )
2023-11-06 05:44:35 -05:00
Ed Reel
49ac81860b
Update zathura packages and dependency ( #8897 )
...
Girara 0.3.5 => 0.4.0
Zathura 0.4.7 => 0.5.2
Zathura_poppler_pdf 0.3.0 => 0.3.1
2023-11-05 19:40:16 -05:00
Ed Reel
404b5f3642
Glib_networking 2.76.0 => 2.78.0 ( #8896 )
2023-11-05 18:26:38 -05:00
Ed Reel
21f11675dd
Revert "lib/const: Simplify + cleanup ( #8890 )" ( #8895 )
...
This reverts commit f3a58c9492 .
Fixes `crew install vim` and `crew install cantarell_fonts`.
2023-11-05 17:49:42 -05:00
Ed Reel
f3fe51b470
Vscodium 1.83.1.23285 => 1.84.0.23306 ( #8893 )
2023-11-05 11:38:37 -05:00
SupeChicken666
f3a58c9492
lib/const: Simplify + cleanup ( #8890 )
...
* lib/const: Simplify + cleanup
* Fix nil issue
* Update const.rb
* Always convert result to boolean
* Always convert result to boolean
* Use File.join to prevent duplicate slashes
* rubocop: Disable `Lint/RedundantSafeNavigation` rule
* ruby_rubocop: Update checksum
* Fix logic
* Change `CREW_DLL_PREFIX` to `CREW_WINE_PREFIX`
* Use `&&` to concatenate commands
* Update const.rb
* Remove redundant `nil`
* Bump version
* Align + more cleanup
* Don't use ENV.fetch when default value is not needed
2023-11-05 10:12:41 -06:00
SupeChicken666
18b3b5e604
lib/package: Remove reload_constants and its usage ( #8889 )
2023-11-05 10:06:48 -06:00
Ed Reel
f06c548d03
Opera 104.0.4944.33 => 104.0.4944.36 ( #8892 )
2023-11-05 10:11:51 -05:00
Ed Reel
5fd3d99d76
Edge 118.0.2088.76-1 => 119.0.2151.44-1 ( #8891 )
...
Co-authored-by: chronos <noreply@gitlab.com >
2023-11-05 10:09:11 -05:00
Satadru Pramanik, DO, MPH, MEng
9c8f86edd9
fix install.sh on newer milestones on arm ( #8888 )
2023-11-03 16:08:03 -05:00
Satadru Pramanik, DO, MPH, MEng
5611f1c4ee
bzip3 => 1.3.2 ( #8886 )
2023-11-03 15:52:39 -05:00
Satadru Pramanik, DO, MPH, MEng
e390d64dfa
bzip2 rebuild ( #8885 )
2023-11-03 15:02:21 -05:00
Satadru Pramanik, DO, MPH, MEng
d0a36c61f8
pipewire => 0.3.84 ( #8884 )
2023-11-03 14:15:30 -05:00