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

starc: init at 0.7.5 #354961

Merged
merged 1 commit into from
Dec 24, 2024
Merged

starc: init at 0.7.5 #354961

merged 1 commit into from
Dec 24, 2024

Conversation

pancaek
Copy link
Contributor

@pancaek pancaek commented Nov 10, 2024

Story Architect is the successor to Kit Scenarist, a screenwriting software.
homepage: https://starc.app/

Some notes on packaging: I would have liked to avoid using the stdenvNoCC here, but I wasn't successful in getting a wrapProgram to function correctly if placed in the fixupPhase of the appimageTools.wrapType2 itself. If someone else is able to get it to behave we could move most of the installPhase to the appimage's extraInstallCommands, and clean up the derivation significantly.

Also, I've elected for an unfree license, rather than GPL-3 as listed in the github repo, as some features of the paid version are proprietary.

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.

@github-actions github-actions bot added the 8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` label Nov 10, 2024
@pancaek pancaek force-pushed the story-architect branch 2 times, most recently from c45e45c to 7c1632a Compare November 10, 2024 10:28
Copy link
Member

@NotAShelf NotAShelf left a comment

Choose a reason for hiding this comment

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

LGTM

@pancaek
Copy link
Contributor Author

pancaek commented Nov 10, 2024

🤦 I changed the pname when I shouldn't have, oops

@pancaek pancaek changed the title story-architect: init at 0.7.5 starc: init at 0.7.5 Nov 10, 2024
@pancaek pancaek force-pushed the story-architect branch 2 times, most recently from da9e3f3 to 4de2839 Compare November 10, 2024 15:23
@FliegendeWurst FliegendeWurst added the 12. first-time contribution This PR is the author's first one; please be gentle! label Nov 22, 2024
Copy link
Member

@FliegendeWurst FliegendeWurst left a comment

Choose a reason for hiding this comment

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

Please make sure the commit message mentions starc. LGTM otherwise

Comment on lines +40 to +41
makeWrapper ${starc-unwrapped}/bin/starc $out/bin/starc \
--unset QT_PLUGIN_PATH
Copy link
Member

Choose a reason for hiding this comment

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

This will technically be a double wrapper (starc -> starc-unwrapped -> bwrap of appimage), but I don't think it really matters here.

pkgs/by-name/st/starc/package.nix Outdated Show resolved Hide resolved
@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux and removed 10.rebuild-darwin: 1 10.rebuild-darwin: 1-10 10.rebuild-linux: 1 10.rebuild-linux: 1-10 labels Dec 1, 2024
@ofborg ofborg bot added 10.rebuild-linux: 1-10 10.rebuild-linux: 1 and removed 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux labels Dec 2, 2024
@wegank wegank added the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Dec 4, 2024
@github-actions github-actions bot removed 8.has: maintainer-list (update) This PR changes `maintainers/maintainer-list.nix` 10.rebuild-linux: 1 labels Dec 5, 2024
@FliegendeWurst FliegendeWurst merged commit 6ba7c21 into NixOS:master Dec 24, 2024
38 checks passed
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 10.rebuild-linux: 1 11.by: package-maintainer This PR was created by the maintainer of the package it changes 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.

4 participants