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

catalyst-browser: init at 3.9.4 #350552

Merged
merged 1 commit into from
Dec 14, 2024
Merged

Conversation

jdev082
Copy link

@jdev082 jdev082 commented Oct 22, 2024

Adds Catalyst to the package repository.

Source code is here

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.

@jdev082
Copy link
Author

jdev082 commented Oct 22, 2024

I'm trying to format the file with the format tool and it's not doing anything.

I am in the directory of the package.nix file

$ nixpkgs-fmt ./package.nix

0 / 1 have been reformatted

@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 11.by: package-maintainer This PR was created by the maintainer of the package it changes 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 10.rebuild-linux: 1 labels Oct 22, 2024
@FliegendeWurst
Copy link
Member

You need to go to the Nixpkgs root directory, run nix-shell, then:
nixfmt 'pkgs/by-name/ca/catalyst/package.nix'

@FliegendeWurst FliegendeWurst added the 12. first-time contribution This PR is the author's first one; please be gentle! label Nov 5, 2024
@jdev082 jdev082 force-pushed the init-catalyst-340 branch 2 times, most recently from 4a766fa to 885d3e5 Compare November 6, 2024 00:58
@jdev082
Copy link
Author

jdev082 commented Nov 6, 2024

Requested changes applied and package updated to latest version.

@jdev082 jdev082 changed the title catalyst: init at 3.8.5 catalyst: init at 3.9.2 Nov 6, 2024
@FliegendeWurst FliegendeWurst added the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Nov 6, 2024
@jdev082
Copy link
Author

jdev082 commented Nov 6, 2024

This pull request is ready unless there's any more requested changes. Aarch64 Darwin binaries are officially available and could be added.

@jdev082 jdev082 changed the title catalyst: init at 3.9.2 catalyst: init at 3.9.4 Nov 11, 2024
@wegank wegank removed the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Nov 11, 2024
@jdev082
Copy link
Author

jdev082 commented Nov 13, 2024

All requested changes have been made.

@jdev082
Copy link
Author

jdev082 commented Nov 14, 2024

Not ready to be merged as I'm deciding whether or not to rename this package to catalyst-browser. I have a two reasons:

  • So it's grouped with the other packages on repology
  • There are many other projects and applications called Catalyst (a major oversight when it was named)

The decision and changes will be made tomorrow.

@jdev082 jdev082 changed the title catalyst: init at 3.9.4 catalyst-browser: init at 3.9.4 Nov 14, 2024
@jdev082
Copy link
Author

jdev082 commented Nov 14, 2024

Package rename has been completed.

@FliegendeWurst FliegendeWurst added the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Nov 17, 2024
@FliegendeWurst FliegendeWurst added the needs_merger (old Marvin label, do not use) label Dec 3, 2024
@FliegendeWurst FliegendeWurst removed the needs_merger (old Marvin label, do not use) label Dec 13, 2024
@jdev082
Copy link
Author

jdev082 commented Dec 13, 2024

Requested changes have been applied.

@jdev082 jdev082 force-pushed the init-catalyst-340 branch 2 times, most recently from fb1194f to 7cab2ef Compare December 13, 2024 23:44
@jdev082 jdev082 closed this Dec 13, 2024
src = fetchurl {
url = "https://github.com/CatalystDevOrg/Catalyst/releases/download/v${version}/catalyst-${version}.AppImage";
hash = "sha256-6t1RAxmRc/1fAQT4Qnd42kh3cxgRZr74k8gwebTb0Ic=";
name = "catalyst-${version}.AppImage";
Copy link
Member

@FliegendeWurst FliegendeWurst Dec 14, 2024

Choose a reason for hiding this comment

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

This looks like a no-op? (the name parameter is optional)

Suppose it doesn't hurt though.

@FliegendeWurst FliegendeWurst merged commit a3bb056 into NixOS:master Dec 14, 2024
45 of 46 checks passed
@FliegendeWurst FliegendeWurst added the 11.by: upstream-developer This issue or PR was created by the developer of packaged software label Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: package (new) This PR adds a new package 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 11.by: package-maintainer This PR was created by the maintainer of the package it changes 11.by: upstream-developer This issue or PR was created by the developer of packaged software 12.approvals: 1 This PR was reviewed and approved by one reputable person 12. first-time contribution This PR is the author's first one; please be gentle!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants