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

inkscape: 0.91 -> 0.92 #21765

Merged
merged 1 commit into from Jan 9, 2017
Merged

inkscape: 0.91 -> 0.92 #21765

merged 1 commit into from Jan 9, 2017

Conversation

taku0
Copy link
Contributor

@taku0 taku0 commented Jan 9, 2017

Motivation for this change

New features and improvements.

http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Notes:

  • Now it uses CMake rather than autotools.
  • Patches are no longer needed.
  • Box Maker plugin doesn't seem to be available anymore.

@mention-bot
Copy link

@taku0, thanks for your PR! By analyzing the history of the files in this pull request, we identified @qknight, @DamienCassou and @vbgl to be potential reviewers.

else
""
}
configurePhase = ''
Copy link
Member

Choose a reason for hiding this comment

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

Have you tried not specifying configurePhase? It looks like what would happen by default when you just add cmake to buildInputs (because of a setup-hook in cmake)

url = "https://inkscape.global.ssl.fastly.net/media/resources/file/"
+ "${name}.tar.bz2";
sha256 = "06ql3x732x2rlnanv0a8aharsnj91j5kplksg574090rks51z42d";
url = "https://inkscape.org/gallery/item/10552/${name}.0.tar.bz2";
Copy link
Member

Choose a reason for hiding this comment

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

Maybe just ignore the marketing, and call the version is 0.92.0?

@taku0
Copy link
Contributor Author

taku0 commented Jan 9, 2017

@7c6f434c amended.

@7c6f434c 7c6f434c merged commit 8205358 into NixOS:master Jan 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants