Commit Graph

12 Commits

Author SHA1 Message Date
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
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
Maximilian Downey Twiss
c118ad7b4b Remove basic uses of @_ver in source_url (#8428) 2023-06-22 10:48:42 -04:00
Satadru Pramanik, DO, MPH, MEng
595f6779bf bubblewrap => 0.8.0 (#8288) 2023-05-22 10:33:13 -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
satmandu
ff818a5214 Enable Testing a PR from its own repo with crew, and other updates. (#5624)
* Some updates

* requested changes

* make requested changes

* make CREW_ENV_OPTIONS changes

* ncurses change!

* convert gtk_vnc to new git format

* Initial crew testing modifications

* fix typo

* Avoid error with testing remote already created

* Revert ncurses change. Let's put that in its own dedicated PR.

* formatting changes

* formatting fixes, bump crew version
2021-04-15 17:37:07 -05:00
Ed Reel
30a1f8719d Transition binary repo from Bintray to SourceForge (#5608) 2021-04-13 10:11:55 -04:00
saltedcoffii
be472d986c Licensed file ba* to bz* 2021-03-18 17:35:58 -04:00
saltedcoffii
bed4effe17 [New Package] flatpak (#5144)
* [Fix Package] bubblewrap

* [New Package] flatpak

* Bump version

* change /usr/local to #{CREW_PREFIX}

* Add binaries

* Added lto, built binaries, fixed version string,

* new binaries + wrapper script

* Disable setuid

* add dconf dependency

* modify wrapper

* current working build

- no sound
- The X11 DISPLAY variable isn't getting through.
- This is the sort of command that works after installing: flatpak run --socket=wayland org.videolan.VLC

* lint

* Current working build

* Need to unset GDK_PIXBUF_MODULE_FILE

* env variables need to be unset before running flatpak, not bubblewrap

* Add backported fixes patch, add unset variables to wrapper

* Update flatpak.rb

* Fix sha256sum on source

* add xdg_base to dependency list

* Fix patching

* Add wayland socket if running a package

* add user flag for non-run commands

* Update flatpak.rb

* Make sound work

* make sure CREW_OPTIONS is in configure line

* add xdg variables in postinstall

* more XDG variable logic

Co-authored-by: satmandu <satadru@gmail.com>
2021-02-22 15:11:21 -06:00
Ed Reel
a3ab884a84 Add bubblewrap package (#4259) 2020-08-31 17:32:49 -04:00