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-multi-writer: init at 3.32.1 #68446

Merged
merged 1 commit into from Sep 13, 2019
Merged

Conversation

jtojnar
Copy link
Contributor

@jtojnar jtojnar commented Sep 10, 2019

Motivation for this change

Another branch that I forgot to PR.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • 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 nix-review --run "nix-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.
Notify maintainers

cc @

sha256 = "1apdd8yi12zagf82k376a9wmdm27wzwdxpm2wf2pnwkaf786rmdw";
};

nativeBuildInputs = [
Copy link
Contributor

Choose a reason for hiding this comment

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

we need to add hicolor-icon-theme for the setup hook
https://gitlab.gnome.org/GNOME/gnome-multi-writer/blob/master/meson_post_install.sh#L11

Do you think it would make sense to actually move the setup hook to gtk?

Copy link
Contributor

Choose a reason for hiding this comment

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

also believe if you add docbook2x we can build the man pages

Copy link
Contributor Author

Choose a reason for hiding this comment

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

IIRC, docbook2x provides a different docbook2man than Debian does, resulting in an error. I will try to add the setup hook later.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hmm, I wondered why do we have this in hicolor-icon-theme when it is ussed by GTK only; and actually, Qt implemented support for these files. But still, since gtk-update-icon-cache is part of GTK, should not the clean up script be there as well?

Copy link
Contributor

Choose a reason for hiding this comment

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

But still, since gtk-update-icon-cache is part of GTK, should not the clean up script be there as well

I'd agree

Do you think it would make sense to actually move the setup hook to gtk?

You need the tool from gtk to generate it even for qt so it's probably best for it to be there.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Merging as this will be solved by #68552

@lheckemann lheckemann added this to the 20.03 milestone Sep 12, 2019
@jtojnar jtojnar merged commit fac745b into NixOS:master Sep 13, 2019
@jtojnar jtojnar deleted the gnome-multi-writer branch September 13, 2019 14:38
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

3 participants