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
f063295d5a
zathura: Make sure tests are enabled
2020-03-25 09:22:36 +02:00
Doron Behar
55d6abc64f
zathura: 0.4.4 -> 0.4.5
2020-03-25 09:22:17 +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
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
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
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
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
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
5d62f72b21
zathura_core: 0.3.8 → 0.3.9
2018-04-12 01:18:42 +02:00
Matthew Bauer
ed2a9cf65f
treewide: remove libintl hacks
2018-03-22 16:50:11 -05:00
Pallav Agarwal
b484164017
zathura: Make compatible with darwin
2018-02-15 01:22:15 +05:30
Miguel Madrid Mencía
22946e68d5
zathura-core: 0.3.7 -> 0.3.8
2017-12-31 02:01:21 +01:00
Tuomas Tynkkynen
4271a210b0
zathura: No need for manual rst2man path anymore
2017-12-26 20:02:01 +02:00
John Ericson
ed14223f8c
treewide: Manual fix more pkg-config build-inputs
2017-09-21 15:49:54 -04:00
rnhmjoj
8066835454
zathura: 0.3.6 -> 0.3.7
2017-02-15 15:43:57 +01:00
Nikolay Amiantov
211adbeb38
zathura: cleanup and hide zathuraCollection
...
Fixes #17787 .
2016-08-26 03:45:58 +03:00
Alexey Shmalko
b21329e0e0
zathura: Enable synctex support
...
Closes #15984 .
abbradar: list is not needed for lib.optional
2016-06-10 17:32:48 +03:00
Tuomas Tynkkynen
f81af4e6f0
treewide: Make explicit that 'dev' output of glib is used
2016-05-19 10:00:35 +02:00
Micxjo Funkcio
f508c6a0d1
zathura: 0.3.5 -> 0.3.6, girara: 0.2.5 -> 0.2.6 ( #14837 )
...
* girara: 0.2.5 -> 0.2.6
* zathura: 0.3.5 -> 0.3.6
2016-04-20 08:05:53 +02:00
Thomas Tuegel
da972b6cc4
ncurses: move runtime utilities to $out
...
All the programs provided by ncurses were being installed to the $dev
output, but several of them are intended for runtime use, e.g. to
operate on the running terminal. These user-facing programs are moved to
the $bin output.
Several packages referred to "${ncurses}/bin" or "${ncurses.dev}/bin" at
runtime; these paths are also updated to refer to "${ncurses.bin}/bin".
2016-03-08 11:35:24 -06:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Marius Bakke
cbf09c6936
zathura: 0.3.3 -> 0.3.5
2016-03-01 19:41:31 +00:00
Vladimír Čunát
91407a8bdf
ncurses: split into multiple outputs
...
Some programs (e.g. tput) might better be moved somewhere else than
$dev/bin, but that can be improved later if need be.
2015-10-13 20:18:44 +02:00
Charles Strahan
ae8c6092e7
pwmt: update packages (zathura, jumanji, girara)
...
This updates (and fixes) the mupdf backend for zathura, and bumps the
versions for other related packages.
2015-05-06 10:36:30 -04:00
Vincent Laporte
0eccb88a5c
zathura: update from 0.3.1 to 0.3.2
2015-01-06 11:05:30 +01:00
me@vikramverma.com
e6f7910551
zathura: 0.2.9 -> 0.3.1; girara: 0.2.2 -> 0.2.3
2014-10-23 19:03:19 +02:00
Rok Garbas
4b052cb846
zathura: preBuild phase not needed in latest zathura
2014-08-03 21:34:19 +02:00
Rok Garbas
16ae8c3e84
zathura: update to 0.2.9
2014-08-03 14:04:44 +02:00
Sergey Mironov
5b223d457e
zathura: set default window-icon
2014-02-22 18:38:06 +01:00
Sergey Mironov
2142d7542b
zathura: version bump (0.2.6 -> 0.2.7) ( close #1782 )
2014-02-19 20:51:50 +01:00
Lluís Batlle i Rossell
e5b0867492
Updating zathura to 0.2.6
2013-12-05 10:44:49 +01:00
Rok Garbas
6aff4d5ee5
zathuraCollection: update to latest
...
girara -> 0.1.9
zathura-core -> 0.2.5
zathura-djvu -> 0.2.3
zathura-pdf-poppler -> 0.2.4
zathura-ps -> 0.2.2
2013-11-23 15:19:54 +01:00
Sergey Mironov
492645a347
zathura: fix missing [/bin/]file issue
2013-04-26 15:24:16 +04:00
Sergey Mironov
061627feed
zathura: fix man pages; include .desktop icon
2013-02-28 12:08:36 +04:00
Rok Garbas
5077600d9a
zathura: update to 0.2.2 (also plugins), added correct license and myself as maintainer
2013-02-23 11:39:32 +01:00
Rok Garbas
ee6f7e294e
zathura: Update to 0.2.1 (also update plugins to latest)
2012-11-25 18:55:54 +01:00
Sergey Mironov
51ccf1f213
zathura: fix broken links in meta information
2012-08-16 18:33:25 +04:00
Sergey Mironov
d339184bbf
zathura: version 0.1.2 with plugins
...
Expression handles new modular structure of zathura and adds support for djvu,
pdf and ps plugins.
2012-08-16 18:25:52 +04:00