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

gtk3: fix version number in pkg-config file #86287

Closed
wants to merge 1 commit into from

Conversation

vbgl
Copy link
Contributor

@vbgl vbgl commented Apr 29, 2020

Motivation for this change

Currently, pkg-config --modversion gtk+-3.0 reports “3.24.17” instead of the correct version number.

This PR fixes ocamlPackages.lablgtk3 and thus coq_8_10.

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.

@vbgl
Copy link
Contributor Author

vbgl commented Apr 29, 2020

@GrahamcOfBorg build ocamlPackages.lablgtk3

@cole-h
Copy link
Member

cole-h commented Apr 29, 2020

Will also allow #86217 to be built against master (currently, wxwidgets fails to build). Thank you!

@worldofpeace
Copy link
Contributor

I have no idea why they don't have some CI automation for releases that bump the meson version. It would stop this from happening.

@jtojnar
Copy link
Contributor

jtojnar commented Apr 29, 2020

By the time they mark the tag, the damage is already done. They would need a the process to also handle the tagging for them.


Maybe we should just upgrade straight to 3.24.20:

https://gitlab.gnome.org/GNOME/gtk/-/blob/db39ce2b1699acaf5d0ba160cf7cc68ccf6e16d6/NEWS#L1-38

@prusnak
Copy link
Member

prusnak commented Apr 29, 2020

Maybe we should just upgrade straight to 3.24.20

ACK, seems reasonable

@vbgl
Copy link
Contributor Author

vbgl commented Apr 29, 2020

3.24.20 is more broken than 3.24.18: https://gitlab.gnome.org/GNOME/gtk/-/issues/2669

@jtojnar jtojnar mentioned this pull request Apr 29, 2020
10 tasks
@jtojnar
Copy link
Contributor

jtojnar commented Apr 29, 2020

Updating GTK in #86318.

@vbgl vbgl closed this Apr 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants