Skip to content

sunshine: 0.18.4 -> 0.19.1#224152

Merged
SuperSandro2000 merged 2 commits intoNixOS:masterfrom
devusb:sunshine
Apr 12, 2023
Merged

sunshine: 0.18.4 -> 0.19.1#224152
SuperSandro2000 merged 2 commits intoNixOS:masterfrom
devusb:sunshine

Conversation

@devusb
Copy link
Contributor

@devusb devusb commented Apr 1, 2023

Description of changes
  • bump package to 0.19.1
  • add new dependencies required by update
  • add updater script
Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • 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/)
  • 23.05 Release Notes (or backporting 22.11 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.

@ofborg ofborg bot added 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Apr 1, 2023
@Tungsten842
Copy link
Member

CXXFLAGS = [
"-Wno-format-security"
];
CFLAGS = [
"-Wno-format-security"
];

I thing that you can remove both of these, there doesn't seem to be a difference when compiling.

-- Checking for module 'appindicator3-0.1'
--   No package 'appindicator3-0.1' found
CMake Warning at CMakeLists.txt:437 (message):
  Couldn't find appindicator, disabling tray icon

Also libappindicator seems to be required.

@Tungsten842
Copy link
Member

Tungsten842 commented Apr 1, 2023

image The tray icon is missing.
Also, sunshine has a desktop file can you add it to this package?

@devusb
Copy link
Contributor Author

devusb commented Apr 1, 2023

@Tungsten842 the tray icon works for me -- you will need to add the package to your environment (and I had to restart GNOME) for it to actually appear.
image

@devusb devusb force-pushed the sunshine branch 2 times, most recently from 6d3029c to 664623a Compare April 1, 2023 20:43
Copy link
Member

@lilyinstarlight lilyinstarlight left a comment

Choose a reason for hiding this comment

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

If upstream ever adds lifecycle scripts (like postinstall) to package.json, you'll want --ignore-scripts on that npm i command in the updater. But given they only seem to use npm to download a small handful of deps and otherwise use CMake for everything, it doesn't seem like an actual concern here, though

Change looks good to me now. Thank you!

@SuperSandro2000 SuperSandro2000 merged commit e473a34 into NixOS:master Apr 12, 2023
@devusb devusb deleted the sunshine branch April 12, 2023 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants