Commit graph

104 commits

Author SHA1 Message Date
midchildan d38f9c8dee
zathura: disable checkPhase on Darwin 2021-05-16 02:10:11 +09:00
Samuel Gräfenstein 1590aa4b0a
zathura: openjpeg_2 -> openjpeg
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:21 +01:00
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Ben Siraphob 5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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-11 10:38:22 +01:00
sternenseemann 9a27606ab1 zathura: fix fish completions
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.
2021-01-05 06:48:51 +01:00
Jonathan Ringer 6e9b71f0e1 zathura-pdf-mupdf: 0.3.5 -> 0.3.6, fix linking 2020-11-13 11:01:36 -08:00
Jonathan Ringer c62f9475fa zathura: 0.4.5 -> 0.4.7 2020-11-13 11:01:36 -08:00
Tethys Svensson f57a658d8e
zathura: symlinkJoin all of plugins (#96630)
* zathura: symlinkJoin all of plugins

* zathura: Add TethysSvensson as a maintainer

Co-authored-by: Matthieu Coudron <mattator@gmail.com>
2020-09-13 18:45:23 +02:00
Mario Rodas ca9265c140 zathura: fix build on darwin 2020-08-16 10:14:46 +00:00
Markus S. Wamser 859f1c7dda zathura-pdf-mupdf: add patch for MuPDF 1.17 support 2020-06-06 14:02:10 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Doron Behar f620961990 zathura: always use pname and version and 1 url for all projects 2020-03-25 09:31:52 +02:00
Doron Behar aeead88261 zathura: inherit plugins in wrapper.nix 2020-03-25 09:22:40 +02:00
Doron Behar f063295d5a zathura: Make sure tests are enabled 2020-03-25 09:22:36 +02:00
Doron Behar f338db083b zathura: quote homepage url on all projects 2020-03-25 09:22:31 +02:00
Doron Behar 55d6abc64f zathura: 0.4.4 -> 0.4.5 2020-03-25 09:22:17 +02:00
Doron Behar 20d71fa731 zathura-pdf-poppler: 0.2.9 -> 0.3.0 2020-03-25 09:21:26 +02:00
Doron Behar f1e8d4d09a zathura-djvu: 0.2.8 -> 0.2.9 2020-03-25 09:20:32 +02:00
Robin Gloster 4fb5cdd413
treewide: update some homepage URLs
Updated dead or redirecting URLs on packages maintained by me.
2019-10-12 14:52:34 +02:00
Sam Doshi 2678b8e8f6 zathura: 0.4.3 -> 0.4.4
Source URL and homepage also updated.
2019-10-06 15:21:38 +01:00
Matthieu Coudron 8c5898347d zathura: 0.3.4 -> 0.3.5
to fix issues with the new mupdf
2019-09-15 17:18:18 +09:00
Jan Tojnar 72e7d569a7
tree-wide: s/GTK+/GTK/g
GTK was renamed.
2019-09-06 02:54:53 +02:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Robin Gloster 4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Dmitry Kalinkin da54555510
zathura: drop broken synctexSupport option 2019-08-01 15:05:25 -04:00
Roman Volosatovs 8bf1d5c576
zathura-pdf-poppler: fix source url 2019-07-12 18:30:02 +02:00
Vladimír Čunát 0746c4dbb4
Merge branch 'master' into staging-next
There are several thousand rebuilds from master already.
Hydra nixpkgs: ?compare=1528940
2019-07-06 13:44:40 +02:00
Rok Garbas 65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
Jan Tojnar 4bc87ff365
zathura: fix build with auto_features=enabled 2019-06-25 18:24:53 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Jan Tojnar ac9fcb5a74
zathura: pass gsettings schemas
File chooser dialogue in print dialogue requires GTK’s GSettings schemas
or it will trigger a trap.

Closes: https://github.com/NixOS/nixpkgs/issues/16287
2019-06-05 14:00:41 +02:00
Roman Volosatovs 4afa4cda63
zathura: Add a comment about why poppler is used on Darwin 2019-05-11 23:43:00 +02:00
Roman Volosatovs 9ddd56a7e3
zathura: use poppler on Darwin by default 2019-05-11 16:03:03 +02:00
Roman Volosatovs a2f3f6881b
zathura: fix darwin builds 2019-05-11 16:02:58 +02:00
José Luis Lafuente 053d79dbf0
zathura: 0.4.1 -> 0.4.3, new features and plugin
Update to 0.4.3, compile it with more features and add CB plugin
2019-03-10 22:22:10 +01:00
Jan Malakhovski 46107a6a80 zathura: move defaults to package file 2019-02-03 15:33:34 +00:00
Dmitry Kalinkin 6fb67ca241
Merge pull request #44909 from mnacamura/zathura
zathura: keep wrapper's WM_CLASS consistent with unwrapped binary
2018-12-10 09:11:55 -05:00
Profpatsch 3aec197197
zathura-pdf-mupdf: 0.3.3 -> 0.3.4 (#49823)
* zathura-pdf-mupdf: 0.3.3 -> 0.3.4

Support for mupdf 1.14.

* Update pkgs/applications/misc/zathura/pdf-mupdf/default.nix

Co-Authored-By: Profpatsch <mail@profpatsch.de>
2018-11-07 16:07:00 +01:00
Mitsuhiro Nakamura 7bf3f0911f zathura: keep wrapper's WM_CLASS consistent with wrapped binary 2018-10-15 23:49:59 +09:00
Mitsuhiro Nakamura a5a5d5c45d zathura: wrap binary in the wrapper 2018-10-15 23:49:59 +09:00
xeji 9e87b56dd1
zathura: 0.4.0 -> 0.4.1 (#47140)
This fixes the synctex-related build failure with texlive 2018
(currently on 18.09).
2018-09-22 14:17:34 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Vladyslav Mykhailichenko 7f04fd825d zathura: 0.3.9 -> 0.4.0 2018-05-25 10:38:09 +03:00
Jan Tojnar 454ef67872
zathura_wrapper: fix module paths 2018-04-12 01:18:42 +02:00
Jan Tojnar 8a4793a5c8
zathura_ps: 0.2.5 → 0.2.6 2018-04-12 01:18:42 +02:00
Jan Tojnar 33662598b5
zathura_djvu: 0.2.7 → 0.2.8 2018-04-12 01:18:42 +02:00
Jan Tojnar 3a8cabfe0b
zathura_pdf_mupdf: 0.3.2 → 0.3.3 2018-04-12 01:18:42 +02:00