Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vkquake: 1.22.3 → 1.31.0 #329327

Merged
merged 4 commits into from
Aug 7, 2024
Merged

vkquake: 1.22.3 → 1.31.0 #329327

merged 4 commits into from
Aug 7, 2024

Conversation

poperigby
Copy link
Contributor

@poperigby poperigby commented Jul 23, 2024

https://github.com/Novum/vkQuake/releases/tag/1.31.0

Description of changes

I updated vkQuake from 1.22.3 to 1.31.0. I converted it to use Meson and Ninja instead of Make, as that's the new recommended way to build it.

Closes #329318

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

Copy link
Member

@Gliczy Gliczy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as expected. Thanks for updating this!

@lavenderdotpet
Copy link

yooooo hope this gets merged

Comment on lines 35 to 39
glslang
meson
ninja
pkg-config
vulkan-headers
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aren't glslang/vulkan-headers supposed to go in buildInputs?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually just removed the vulkan-headers depedency all together and it still works, so I'm guessing it's unnecessary.

@poperigby
Copy link
Contributor Author

poperigby commented Jul 31, 2024

@SuperSandro2000 Would it be good to move this to pkgs/by-name?

@poperigby
Copy link
Contributor Author

Also, can I add myself as a maintainer?

@Gliczy
Copy link
Member

Gliczy commented Aug 4, 2024

The title for the commit adding you to the maintainers list should be maintainers: add poperigby.

@poperigby
Copy link
Contributor Author

The title for the commit adding you to the maintainers list should be maintainers: add poperigby.

Thanks for letting me know. Fixed.

poperigby and others added 2 commits August 6, 2024 12:19
@tomberek
Copy link
Contributor

tomberek commented Aug 7, 2024

Result of nixpkgs-review pr 329327 run on x86_64-linux 1

1 package built:
  • vkquake

@tomberek tomberek merged commit 6ca3ad7 into NixOS:master Aug 7, 2024
26 of 28 checks passed
@poperigby poperigby deleted the vkquake-1.31.0 branch August 7, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update request: vkquake 1.22.3 → 1.31.0
6 participants