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

WIP: atril: init at 1.19.0 #25765

Merged
merged 3 commits into from
Jun 18, 2017
Merged

WIP: atril: init at 1.19.0 #25765

merged 3 commits into from
Jun 18, 2017

Conversation

armijnhemel
Copy link
Contributor

Motivation for this change

add atril from MATE desktop. Compiles fine on Fedora 25, but for some reason cannot display PDF documents yet.

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.

@mention-bot
Copy link

@armijnhemel, thanks for your PR! By analyzing the history of the files in this pull request, we identified @romildo and @clemensmanert to be potential reviewers.

@romildo
Copy link
Contributor

romildo commented May 14, 2017

On unstable NixOS it compiles and displays PDF ok.

Maybe you want to add yourself as maintainer.

homepage = "http://mate-desktop.org";
license = with stdenv.lib.licenses; [ gpl2 ];
platforms = stdenv.lib.platforms.unix;
};
Copy link
Contributor

Choose a reason for hiding this comment

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

In license you used with, but in platforms you did not. It would be more consistent with it is used in both or in none of them.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I just copied the expression for caja.

Copy link
Member

Choose a reason for hiding this comment

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

with does not make much sense in that case. Please just use license = stdenv.lib.licenses.gpl2;.

@armijnhemel
Copy link
Contributor Author

Due to time concerns I wiould rather have someone else as maintainer :)

configureFlags = [ "--disable-caja" ];

meta = {
description = "Atril is a simple multi-page document viewer for the MATE desktop";
Copy link
Member

Choose a reason for hiding this comment

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

description should not contain the package name.

@armijnhemel
Copy link
Contributor Author

armijnhemel commented Jun 17, 2017

Alrighty, changed the description. Anything else? :-)

@pSub pSub merged commit 73744e7 into NixOS:master Jun 18, 2017
bartoldeman pushed a commit to ComputeCanada/nixpkgs that referenced this pull request Nov 6, 2018
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

4 participants