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

Gnome updates staging #80594

Merged
merged 12 commits into from Feb 23, 2020
Merged

Conversation

worldofpeace
Copy link
Contributor

@worldofpeace worldofpeace commented Feb 20, 2020

Motivation for this change

Usual, we should probably merge master into staging because of the other updates. I did that.

Changes https://gist.github.com/worldofpeace/d8a8148b0d4f770678851fc66528ef28

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 Feb 20, 2020
@jtojnar
Copy link
Contributor

jtojnar commented Feb 22, 2020

Staging automation moved this from Needs review to Ready Feb 22, 2020
Copy link
Contributor

@jtojnar jtojnar left a comment

Choose a reason for hiding this comment

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

Changes look okay.

@hedning
Copy link
Contributor

hedning commented Feb 22, 2020

We need to drop libpeas pkgconfig patch as it's now upstream: https://gitlab.gnome.org/GNOME/libpeas/commit/dce9ad9576d87cb1244f76e14571b73d09a6a3d8

@worldofpeace
Copy link
Contributor Author

We need to drop libpeas pkgconfig patch as it's now upstream: https://gitlab.gnome.org/GNOME/libpeas/commit/dce9ad9576d87cb1244f76e14571b73d09a6a3d8

Thanks, I haven't yet checked if things built 👍 Will do that.

@worldofpeace
Copy link
Contributor Author

Need to fix glib's split-dev-programs.patch. It would be nice if we didn't need this patch someday.

@worldofpeace
Copy link
Contributor Author

Need to fix glib's split-dev-programs.patch. It would be nice if we didn't need this patch someday.

Did that. Please review that patch. I've built a selection of packages at the top.

@GrahamcOfBorg build gtk3 glib

(^ cuz darwin)

variables : ['datadir=' + join_paths('${prefix}', get_option('datadir')),
'schemasdir=' + join_paths('${datadir}', schemas_subdir),
'bindir=' + join_paths('${prefix}', get_option('bindir')),
+ 'devbindir=' + get_option('devbindir'),
'giomoduledir=' + giomodulesdir,
'giomoduledir=' + pkgconfig_giomodulesdir,
Copy link
Contributor

Choose a reason for hiding this comment

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

The change here from upstream was doing a join_paths('${prefix}... on the gio_module_dir option, which we don't use 0. They renamed the variable at the same time. Updated patch should be fine 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for checking, I come across the same to be sure 💟

@worldofpeace
Copy link
Contributor Author

Wahh, darwin timed out.

@worldofpeace worldofpeace merged commit 83b7dc4 into NixOS:staging Feb 23, 2020
Staging automation moved this from Ready to Done Feb 23, 2020
@worldofpeace worldofpeace deleted the gnome-3.34.4-staging branch February 23, 2020 04:51
@jtojnar
Copy link
Contributor

jtojnar commented Mar 3, 2020

Looks like fede9f6 broke folks.

jtojnar added a commit to jtojnar/nixpkgs that referenced this pull request Mar 3, 2020
This was missed in NixOS#80594.

Also re-enable tests.
@worldofpeace
Copy link
Contributor Author

Thanks @jtojnar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Staging
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants