about summary refs log tree commit diff
path: root/pkgs/aszlig/xournal/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/aszlig/xournal: Switch to xournal++aszlig2020-05-211-5/+0
| | | | | | | | | | | | | The patch I added to xournal was for keeping the aspect ratio when annotating PDFs with images. However, looking at xournal++ the aspect ratio is kept by default when resizing via corners so the patch is not needed. Since I don't really care a lot whether it's xournal or xournal++ and as long as it does the very little things I intend to use it for, I don't mind if it has too many features for my taste. Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/aszlig: Add xournal with aspect ratio patchaszlig2017-09-041-0/+5
This is an override of xournal with a patch that allows to keep the aspect ratio while resizing. Origin of the patch: https://sourceforge.net/p/xournal/patches/58/ Signed-off-by: aszlig <aszlig@redmoonstudios.org>