about summary refs log tree commit diff
path: root/pkgs/applications/misc/zathura
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt7-7/+7
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-05-28zathura: 0.5.5 -> 0.5.6Lord-Valen1-5/+4
2024-05-28zathura-pdf-mupdf: 0.4.1 -> 0.4.2Lord-Valen1-2/+2
2024-05-28zathuraPkgs: use hashLord-Valen4-4/+4
2024-05-26zathura: update homepageLord-Valen2-2/+2
2024-05-26zathuraPkgs: run nixfmt-rfc-styleLord-Valen8-69/+216
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-03-03zathuraPkgs.zathura_core: add passthru.updateScriptMario Rodas1-1/+3
2024-03-03zathuraPkgs.zathura_core: 0.5.4 -> 0.5.5Mario Rodas1-7/+9
Diff: https://git.pwmt.org/pwmt/zathura/-/compare/0.5.4...0.5.5
2024-01-03tweak(zathura): 0.5.2 -> 0.5.4Hmanhng1-5/+6
2024-01-03zathura-pdf-poppler: 0.3.1 -> 0.3.2Hmanhng1-2/+2
2023-11-15Merge pull request #261113 from lilyinstarlight/fix/mupdf-hellRyan Lahfa1-0/+4
2023-11-05treewide: change pythonForBuild to pythonOnBuildForHostAdam Joseph1-1/+1
2023-10-27zathuraPkgs.zathura_pdf_mupdf: fix build with shared lib mupdfLily Foster1-0/+4
2023-10-13zathuraPkgs.zathura_pdf_mupdf: 0.4.0 -> 0.4.1Mario Rodas1-2/+2
Diff: https://git.pwmt.org/pwmt/zathura-pdf-mupdf/-/compare/0.4.0...0.4.1
2023-10-13zathuraPkgs.zathura_pdf_mupdf: add updateScriptMario Rodas1-0/+5
2023-10-04treewide: remove cstrahan from meta.maintainers - part 1Anderson Torres3-3/+3
All the packages here are now orphaned.
2023-04-23zathura: fix cross by disabling tests, adding `check`Adam Joseph1-8/+9
The only part of zathura that won't cross compile is the tests. Let's disable these so the binaries at least can be cross-built. This commit also adds `check` to `buildInputs` and fixes the reference to `sphinx`. Co-authored-by: apfelkuchen6 <73002165+apfelkuchen6@users.noreply.github.com> Co-authored-by: Artturi <Artturin@artturin.com>
2023-01-24treewide: remove global with lib; in pkgs/{misc,networking}Shawn89011-6/+4
2022-11-30zathura: 0.4.9 -> 0.5.2Deniz Koluaçık6-37/+10
https://pwmt.org/projects/zathura/changelog/0.5.2/index.html Zathura plugins are updated to the latest versions as well.
2022-10-12pkgs.applications: remove unused argsMarkus S. Wamser1-2/+1
2022-08-22zathuraPkgs.zathura_pdf_mupdf: 0.3.7 -> 0.3.8Franz Pletz2-9/+34
Also fix build with mupdf >= 1.20. Fixes #187305.
2022-04-07zathura: 0.4.8 -> 0.4.9dylan madisetti1-2/+2
2022-02-05zathura: improve overridability; set plugin dir through the environmentMaximilian Bosch2-2/+2
The current package setup has two issues: * You can only access `pkgs.zathura` which is the "final" derivation, i.e. a wrapper. This is a problem if you want to apply a patch to `zathura(1)` in an overlay. To make this a bit easier, I decided to expose `zathuraPkgs` entirely and `zathura` is now `zathuraPkgs.zathuraWrapper`. With this change, patches can now be added like this: ``` with import ./. { overlays = [ (self: super: { zathura = super.zathura.override { zathura_core = super.zathuraPkgs.zathura_core.overrideAttrs (_: { patches = [ ~/Projects/zathura/0001-Fix-remote-link-resolution-in-zathura.patch ]; }); }; }) ]; }; zathura ``` * As soon as you open another window in `zathura` from `zathura` (e.g. to follow a PDF-embedded link to another PDF), it currently fails because `--plugins-dir=` isn't passed along. This is because `zathura` uses `argv[0]`[1] to open another process and the GApps-wrapper inside `zathuraPkgs.zathura_core` does a `exec -a "$0"` which isn't the `bin/zathura` from the wrapper that appends `--plugins-dir=`: ``` execve("/nix/var/nix/profiles/per-user/ma27/home-manager-140-link/home-path/bin/zathura", ["/nix/var/nix/profiles/per-user/ma27/home-manager-140-link/home-path/bin/zathura", "/home/ma27/Documents/Uni/Studium/Notepad/Aktuell/Index.pdf"], 0x7ffd7a4bf4b0 /* 108 vars */) = 0 execve("/nix/store/2wjhxbgzcnn0qqdwqy0m01hw39dxwfmk-zathura-0.4.8-bin/bin/zathura", ["/nix/store/2wjhxbgzcnn0qqdwqy0m01hw39dxwfmk-zathura-0.4.8-bin/bin/zathura", "--plugins-dir=/nix/store/wcch63yzwykc9x5393dzjfdxsf80mrb8-zathura-with-plugins-0.4.8/lib/zathura", "/home/ma27/Documents/Uni/Studium/Notepad/Aktuell/Index.pdf"], 0x1442010 /* 107 vars */) = 0 execve("/nix/store/2wjhxbgzcnn0qqdwqy0m01hw39dxwfmk-zathura-0.4.8-bin/bin/.zathura-wrapped", ["/nix/store/2wjhxbgzcnn0qqdwqy0m01hw39dxwfmk-zathura-0.4.8-bin/bin/zathura", "--plugins-dir=/nix/store/wcch63yzwykc9x5393dzjfdxsf80mrb8-zathura-with-plugins-0.4.8/lib/zathura", "/home/ma27/Documents/Uni/Studium/Notepad/Aktuell/Index.pdf"], 0x81d010 /* 108 vars */) = 0 ``` I figured it's way simpler to actually use the environment variable `ZATHURA_PLUGINS_PATH` for that purpose as the environment is inherited when a new process is started. [1] https://git.pwmt.org/pwmt/zathura/-/blob/242329b534af9cf04b423bf1e4fa7a7f8bac9030/zathura/links.c#L205-215
2021-12-14zathura: add mainProgramJosh Cooper1-0/+1
2021-08-18zathura-pdf-mupdf: 0.3.6 -> 0.3.7Daniel Nagy1-2/+2
2021-08-11zathura: 0.4.7 -> 0.4.8Daniel Nagy1-2/+2
2021-05-16zathura: disable checkPhase on Darwinmidchildan1-1/+1
2021-03-17zathura: openjpeg_2 -> openjpegSamuel Gräfenstein1-2/+2
Fix building with `config.allowAliases = false;`.
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-2/+1
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob6-12/+12
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-05zathura: fix fish completionssternenseemann1-1/+10
The fish completion checks the plugin directory for supported file types to complete. However the plugin dir checked was the one of the zathura_core derivation which of course has no plugin dir. We now patch up the referenced path in the wrapper derivation.
2020-11-13zathura-pdf-mupdf: 0.3.5 -> 0.3.6, fix linkingJonathan Ringer1-12/+28
2020-11-13zathura: 0.4.5 -> 0.4.7Jonathan Ringer1-2/+2
2020-09-13zathura: symlinkJoin all of plugins (#96630)Tethys Svensson1-9/+4
* zathura: symlinkJoin all of plugins * zathura: Add TethysSvensson as a maintainer Co-authored-by: Matthieu Coudron <mattator@gmail.com>
2020-08-16zathura: fix build on darwinMario Rodas1-4/+3
2020-06-06zathura-pdf-mupdf: add patch for MuPDF 1.17 supportMarkus S. Wamser1-1/+9
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-25zathura: always use pname and version and 1 url for all projectsDoron Behar6-20/+14
2020-03-25zathura: inherit plugins in wrapper.nixDoron Behar1-0/+2
2020-03-25zathura: Make sure tests are enabledDoron Behar1-0/+2
2020-03-25zathura: quote homepage url on all projectsDoron Behar5-5/+5
2020-03-25zathura: 0.4.4 -> 0.4.5Doron Behar1-3/+3
2020-03-25zathura-pdf-poppler: 0.2.9 -> 0.3.0Doron Behar1-2/+2
2020-03-25zathura-djvu: 0.2.8 -> 0.2.9Doron Behar1-2/+3
2019-10-12treewide: update some homepage URLsRobin Gloster1-1/+1
Updated dead or redirecting URLs on packages maintained by me.
2019-10-06zathura: 0.4.3 -> 0.4.4Sam Doshi1-4/+4
Source URL and homepage also updated.
2019-09-15zathura: 0.3.4 -> 0.3.5Matthieu Coudron1-2/+2
to fix issues with the new mupdf