Lord-Valen
cca76d7cbe
zathura: 0.5.5 -> 0.5.6
2024-05-28 13:06:22 -04:00
Lord-Valen
0d29dc5000
zathura: update homepage
2024-05-26 14:03:26 -04:00
Lord-Valen
61167e9c2a
zathuraPkgs: run nixfmt-rfc-style
2024-05-26 14:02:58 -04:00
Jan Tojnar
eb04659fc2
treewide: wrapGAppsHook → wrapGAppsHook3
...
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-04-27 02:23:22 +02:00
Mario Rodas
4b42fab6d5
zathuraPkgs.zathura_core: add passthru.updateScript
2024-03-03 04:20:00 +00:00
Mario Rodas
59ff147da1
zathuraPkgs.zathura_core: 0.5.4 -> 0.5.5
...
Diff: https://git.pwmt.org/pwmt/zathura/-/compare/0.5.4...0.5.5
2024-03-03 04:20:00 +00:00
Hmanhng
2f6b060f74
tweak(zathura): 0.5.2 -> 0.5.4
2024-01-03 05:19:21 +07:00
Adam Joseph
bc2d598878
treewide: change pythonForBuild to pythonOnBuildForHost
2023-11-05 17:42:12 -08:00
Adam Joseph
abab00a89c
zathura: fix cross by disabling tests, adding check
...
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-04-23 19:51:09 -07:00
Shawn8901
0a1dd3ced1
treewide: remove global with lib; in pkgs/{misc,networking}
2023-01-24 17:29:20 +01:00
Deniz Koluaçık
b232557c45
zathura: 0.4.9 -> 0.5.2
...
https://pwmt.org/projects/zathura/changelog/0.5.2/index.html
Zathura plugins are updated to the latest versions as well.
2022-11-30 14:33:04 +03:00
dylan madisetti
13c5740eb8
zathura: 0.4.8 -> 0.4.9
2022-04-07 15:09:37 +08:00
Daniel Nagy
527be41396
zathura: 0.4.7 -> 0.4.8
2021-08-11 13:30:43 +02:00
midchildan
d38f9c8dee
zathura: disable checkPhase on Darwin
2021-05-16 02:10:11 +09: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
Jonathan Ringer
c62f9475fa
zathura: 0.4.5 -> 0.4.7
2020-11-13 11:01:36 -08:00
Mario Rodas
ca9265c140
zathura: fix build on darwin
2020-08-16 10:14:46 +00: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
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