Commit Graph

34 Commits

Author SHA1 Message Date
chromebrew-actions[bot]
205ba1dcf8 wine at 2025-07-21-11UTC. (#12234)
* wine => 10.0

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* adjust version

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* wine => 10.12

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Build on linux/amd64 to branch wine.

* Updating package files for linux/amd64 to branch wine.

* reorder deps

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-21 15:58:02 +00:00
Maximilian Downey Twiss
f6b6cab229 Rename autotools constants to fall in line with the rest of crew (#10442)
* Rename CREW_OPTIONS to CREW_CONFIGURE_OPTIONS

* Rename build_extras and install_extras to configure_build_extras and configure_install_extras
2024-09-09 18:21:58 -05: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
Maximilian Downey Twiss
9a136cac4f Various package renames and fixes for version checking (#9856)
* Rename aws to aws_cli

* Rename ffcall to libffcall

* Update filecmd homepage

* Update go_bootstrap homepage

* Update go homepage

* Update bacon homepage

* Rename jsonc to json_c

* Update libffi homepage

* Update libgd homepage

* Rename libjpeg to libjpeg_turbo

* Update libpng homepage

* Rename mandb to man_db

* Update mongodb homepage

* Rename moonbuggy to moon_buggy

* Update mpc homepage

* Update netcat homepage

* Update nethack4 homepage

* Rename pkgconfig to pkg_config

* Rename postgres to postgresql

* Rename proj4 to proj

* Update qemacs homepage

* Update readline homepage

* Update scrollz homepage

* Update xzutils homepage

* Update weather homepage
2024-05-27 18:09:35 -05: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
196b3af9da wine => 9.0 (#9188)
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-01-17 12:16:32 -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
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
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
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
Satadru Pramanik, DO, MPH, MEng
d5d2d5551e Add no_lto (#8436)
* Add no_lto

* add xorg_proto update

* update libepoxy as no_lto example

* add no_lto to packages

* move no_lto
2023-06-22 15:03:21 -05:00
Satadru Pramanik, DO, MPH, MEng
f850162b01 wine => 8.0.1 (#8210)
* wine => 8.0.1

* suggested changes
2023-04-21 18:24:05 -05:00
Cassandra Watergate
8ca9a03e88 wine => 8.0, new packages faudio, opencl-headers, opencl-icd-loader and vkd3d (#6696)
* initial upgrade

* add package libfaudio

* libfaudio depends on libsdl2

* faudio: add binaries

* add package opencl_headers

* add package opencl_icd_loader

* add package vkd3d

* add opencl binaries

* add vkd3d binaries

* upgrade wine (builds failing)

* Update sources to 7.5

* wine -> 7.6

* update vkd3d and libfaudio

* wine -> 7.7

* fix typo

* wine -> 8.0

* update deps

* lint

* lint

* cleanup wine package

* wine => 8.0

* update packages.yaml

* add check to opencl_icd_loader

* add check to vkd3d

* add wine check

* move @xdg_config_home to self.remove

Co-authored-by: Satadru Pramanik <satadru@gmail.com>
2023-01-25 10:34:05 -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
Satadru Pramanik
dc26a0a1fb gstreamer -> 1.20.0 (#6711) 2022-02-07 13:15:35 -06: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
satmandu
bfea54d4c8 change ternary (#5553) 2021-04-07 00:30:27 -05:00
satmandu
f21ec21234 Wine to 6.5 (#5532)
* remove apulse dep, reorganize deps based upon getdeps

* Update to 6.5, and XDG_CONFIG_HOME location for WINEPREFIX

* Use XDG Wine Prefix location

* fallback code for missing xdg_config_home

* Add xdg_base as dep

* update fallback logic

* shrink self.remove

* rubocop cleanup
2021-04-06 23:32:22 -05:00
saltedcoffii
85e4b84796 Licensed ta* to xz* 2021-03-21 15:17:48 -04:00
Ed Reel
5767ca92d3 Update wine from 5.0.2-stable to 5.22
Remove compatibility for i686

Add self.remove section

Change to Dir.chdir

Add pre-built binaries
2020-12-27 11:11:49 -06:00
supechicken
7fd65ee3a0 Update packages (Update packages list on comment) (#4564)
* Update `xclock` `twm` `xterm` `powershell`

* Update `skype` and `screenfetch`

Fixes #4564

* Removed /dev/null

* New Package: bash

* Use https and mirror

* Use  #{CREW_OPTIONS}

* Update xterm.rb

* Add `bash` to `buildessential` as a dependency

* Replace system default bash

* Update `mpfr`

* #{CREW_VERSION} don't work on cloudready

* Update bash.rb

* Update `wine`

* Update mc

* Update opera.rb

* Update nano.rb

* Update gsettings_desktop_schemas.rb

* Update gsettings_desktop_schemas.rb, use meson

* Fix syntax error

* Add dependencies to `wine`

* Remove bash from buildessential.rb

* Update screenfetch.rb

* Update powershell.rb

* Update mpfr.rb

* Remove dependencies duplicate with core packages

* Update twm, use  #{CREW_OPTIONS}

* Update xclock, use  #{CREW_OPTIONS}

* Add --prefix

* Add ffmpeg dependency

* Delete mpfr.rb

* Left mpfr.rb untouch

* Add #{CREW_OPTIONS}, tested on x86_64

* Update Opera

* fix CREW_OPTIONS

* Update wine.rb

* Update bash.rb

* Remove core dependencies
2020-12-01 09:15:24 -06:00
Ed Reel
9617751bbd Add check for package compatibility 2020-05-14 23:57:07 -05:00
James Larrowe
dc96990fd1 Unhardcode paths (#2782)
* Unhardcode paths

(fixed since last time)

* Misc. fixes

* More little fixes.

* Quoting fixes

* Fix quoting

* Unhardcode paths

Libcap fix

* Last little fixes
2018-10-26 13:38:09 -05:00
Chris Thurber
bf074f1aad Updated wine.rb (#2561)
* Updated wine and freetype
2018-08-18 20:57:56 -05:00
Kazushi (Jam) Marukawa
e06528278c Add pre-compiled binaries 2017-08-26 09:29:23 +09:00
Kazushi (Jam) Marukawa
d04854b087 Change wine.rb to correct it. 2017-08-14 23:59:23 +09:00
Jan Baudisch
b66deec9d2 Update wine.rb 2017-07-02 15:30:29 +02:00
Jan Baudisch
84184e8b56 Update wine
aarch64 uses 32-bit install method
2017-06-29 22:55:00 +02:00
Ed Reel
055b3c845f Add symlink from wine64 to wine
- Simplify architecture logic
2017-06-13 12:42:30 -05:00
Ed Reel
0fa9f1be75 Update wine package 2017-06-13 10:00:35 -05:00
Jan Baudisch
0b479b4efa Create wine.rb 2017-06-03 10:54:48 +02:00