Skip to content

gnome-shell-extension-pop-shell: init at 1.0.0#102150

Closed
Synthetica9 wants to merge 1 commit intoNixOS:masterfrom
Synthetica9:pop-shell-init
Closed

gnome-shell-extension-pop-shell: init at 1.0.0#102150
Synthetica9 wants to merge 1 commit intoNixOS:masterfrom
Synthetica9:pop-shell-init

Conversation

@Synthetica9
Copy link
Copy Markdown
Member

@Synthetica9 Synthetica9 commented Oct 30, 2020

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@ofborg ofborg bot added the 6.topic: GNOME GNOME desktop environment and its underlying platform label Oct 30, 2020
Copy link
Copy Markdown
Contributor

@worldofpeace worldofpeace left a comment

Choose a reason for hiding this comment

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

Commit message should have init at not @

@worldofpeace worldofpeace requested a review from a team October 30, 2020 21:39
@Synthetica9 Synthetica9 changed the title gnome-shell-extension-pop-shell: init @ 1.0.0 gnome-shell-extension-pop-shell: init at 1.0.0 Nov 1, 2020
@Synthetica9
Copy link
Copy Markdown
Member Author

Commit message should have init at not @

The commit message already had that, it was only the pr title that didn't. Changed it

@buckley310 buckley310 mentioned this pull request Nov 20, 2020
10 tasks
Copy link
Copy Markdown
Member

@SuperSandro2000 SuperSandro2000 left a comment

Choose a reason for hiding this comment

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

Can you please squash the commits together?

Copy link
Copy Markdown
Member

@SuperSandro2000 SuperSandro2000 left a comment

Choose a reason for hiding this comment

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

please fix the eval error.

@Synthetica9
Copy link
Copy Markdown
Member Author

@grahamc Wait, there was already a PR. Anyways; these are the extensions they use. I updated them to the latest version but can't test that atm since I don't have a Gnome setup (same reason I removed myself as maintainer).

@ofborg ofborg bot added 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 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 Mar 30, 2021
Comment on lines +29 to +30
license = licenses.gpl3;
maintainers = with maintainers; [ ];
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

gpl3Only or gpl3Plus? Maintainer needs to be set.

Copy link
Copy Markdown
Contributor

@benneti benneti left a comment

Choose a reason for hiding this comment

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


postInstall = ''
mv $out/usr/* $out
rmdir $out/usr
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

if you add makeFlags = [ "XDG_DATA_HOME=$(out)/share" ]; you don't need to move the files

@stale
Copy link
Copy Markdown

stale bot commented Oct 1, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Oct 1, 2021
@genofire genofire mentioned this pull request Nov 26, 2021
13 tasks
@genofire
Copy link
Copy Markdown
Contributor

genofire commented Dec 2, 2021

Solved in #147542 - i believe we could close this PR now.
Maybe you add yourself to maintainers ;)

@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Dec 2, 2021
@Synthetica9
Copy link
Copy Markdown
Member Author

Solved in #147542 - i believe we could close this PR now. Maybe you add yourself to maintainers ;)

Great to hear, but I don't currently use Gnome. Thanks for picking this up though!

@Synthetica9 Synthetica9 closed this Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: GNOME GNOME desktop environment and its underlying platform 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 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants