Commit Graph

89 Commits

Author SHA1 Message Date
Robin Gloster
73e62029b9
feh: 3.6.3 -> 3.7 (#122375) 2021-05-09 21:44:39 +02:00
rnhmjoj
61b7cab481
treewide: use perl.withPackages when possible
Since 03eaa48 added perl.withPackages, there is a canonical way to
create a perl interpreter from a list of libraries, for use in script
shebangs or generic build inputs. This method is declarative (what we
are doing is clear), produces short shebangs[1] and needs not to wrap
existing scripts.

Unfortunately there are a few exceptions that I've found:

  1. Scripts that are calling perl with the -T switch. This makes perl
  ignore PERL5LIB, which is what perl.withPackages is using to inform
  the interpreter of the library paths.

  2. Perl packages that depends on libraries in their own path. This
  is not possible because perl.withPackages works at build time. The
  workaround is to add `-I $out/${perl.libPrefix}` to the shebang.

In all other cases I propose to switch to perl.withPackages.

[1]: https://lwn.net/Articles/779997/
2021-03-31 21:35:37 +02:00
R. RyanTM
8f0820c79d feh: 3.6.2 -> 3.6.3 2021-01-29 18:47:38 +00:00
Bruno Bigras
aa5405764b feh: 3.6.1 -> 3.6.2 2021-01-21 04:28:45 -05:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
R. RyanTM
163bd93f63 feh: 3.6 -> 3.6.1 2020-12-08 18:11:31 +00:00
R. RyanTM
06f096ade3 feh: 3.5 -> 3.6 2020-12-01 23:21:16 +00:00
Ryan Burns
942ad9a49a feh: fix build on darwin
Darwin doesn't support inotify, needed for autoreload
2020-10-17 12:44:35 -07:00
Maximilian Bosch
2102fbfc3a
feh: 3.4.1 -> 3.5
https://feh.finalrewind.org/archive/3.5/
2020-08-29 23:31:48 +02:00
Andy Tockman
612b7f71a0 feh: add enableAutoreload option
This change enables the inotify-based auto-reload feature of feh, which
causes images to be refreshed when the image file changes.
2020-06-16 19:48:50 -05:00
R. RyanTM
fbace4e4ed feh: 3.4 -> 3.4.1 2020-06-09 15:57:43 +00:00
Maximilian Bosch
2d836ab922
feh: 3.3 -> 3.4
https://feh.finalrewind.org/archive/3.4/
2020-04-12 10:05:04 +02:00
Maximilian Bosch
9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
R. RyanTM
457a3c760d feh: 3.2.1 -> 3.3 2019-12-07 21:49:54 -08:00
Silvan Mosberger
fd2e1687dc
feh: add jpegexiforient to wrapped path
This makes `feh --edit` work
2019-11-14 02:36:53 +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
WilliButz
e415055b5e
feh: 3.2 -> 3.2.1 2019-07-24 18:07:01 +02:00
R. RyanTM
a02c9eb420 feh: 3.1.3 -> 3.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/feh/versions
2019-07-15 03:42:02 -07:00
R. RyanTM
5ab8894782 feh: 3.1.2 -> 3.1.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/feh/versions
2019-03-01 20:32:24 -08:00
Will Dietz
dfa850f806 feh: 3.1.1 -> 3.1.2
minor touchups while visiting.
2019-02-11 22:46:55 -06:00
Edmund Wu
ca531efae8
feh: include prove for tests 2019-01-06 08:30:57 -05:00
volth
fed7914539
Merge branch 'staging' into make-perl-pathd 2018-12-18 17:13:27 +00:00
Jörg Thalheim
1148ce1b60
Merge pull request #52062 from volth/perl526-drop
perl526: drop
2018-12-18 17:02:01 +00:00
R. RyanTM
e68c8ab017 feh: 3.0 -> 3.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/feh/versions
2018-12-15 21:49:56 -08:00
volth
bb9557eb7c lib.makePerlPath -> perlPackages.makePerlPath 2018-12-15 03:50:31 +00:00
volth
6d2edfb0b8 treewide: remove aliases evaluated to null 2018-12-14 16:27:53 +00:00
R. RyanTM
82a7f0d9ab feh: 2.28.1 -> 3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/feh/versions
2018-11-19 09:50:45 -08:00
R. RyanTM
75f77c24e0 feh: 2.28 -> 2.28.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/feh/versions
2018-11-09 20:04:48 -08:00
R. RyanTM
4d35759735 feh: 2.27.1 -> 2.28 (#47055)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/feh/versions
2018-09-21 00:49:51 +02:00
Jan Malakhovski
17c660f546 feh: use checkInputs, fix tests 2018-08-11 09:35:27 +00:00
R. RyanTM
b49dada76c feh: 2.27 -> 2.27.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/feh/versions.
2018-07-21 18:31:47 -07:00
R. RyanTM
14ccede479 feh: 2.26.4 -> 2.27 (#43007)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/feh/versions.

These checks were done:

- built on NixOS
- /nix/store/nwnygmha0i26zszsz6vjk4f4kyjx7qxq-feh-2.27/bin/feh passed the binary check.
- /nix/store/nwnygmha0i26zszsz6vjk4f4kyjx7qxq-feh-2.27/bin/.feh-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 2.27 with grep in /nix/store/nwnygmha0i26zszsz6vjk4f4kyjx7qxq-feh-2.27
- directory tree listing: https://gist.github.com/e18bcf94ab62852f0967389e4d102bd7
- du listing: https://gist.github.com/c252a1ef6aa364f8139ab9a63911130a
2018-07-04 10:42:09 +02:00
R. RyanTM
2579942661 feh: 2.26.3 -> 2.26.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/feh/versions.

These checks were done:

- built on NixOS
- /nix/store/81pgn9ww37hp996d45xrm9wbl6z8wfc3-feh-2.26.4/bin/feh passed the binary check.
- /nix/store/81pgn9ww37hp996d45xrm9wbl6z8wfc3-feh-2.26.4/bin/.feh-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 2.26.4 with grep in /nix/store/81pgn9ww37hp996d45xrm9wbl6z8wfc3-feh-2.26.4
- directory tree listing: https://gist.github.com/13a57ff84731135ece55fe0c99093a7d
- du listing: https://gist.github.com/dda79019b9ca9069b6dd9dbb773bf602
2018-06-27 21:43:57 -07:00
R. RyanTM
4558ba5b79 feh: 2.26.1 -> 2.26.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/feh/versions.

These checks were done:

- built on NixOS
- /nix/store/s9li7cqcph7bvkplpnq8b32gqvn7hm41-feh-2.26.3/bin/feh passed the binary check.
- /nix/store/s9li7cqcph7bvkplpnq8b32gqvn7hm41-feh-2.26.3/bin/.feh-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 2.26.3 with grep in /nix/store/s9li7cqcph7bvkplpnq8b32gqvn7hm41-feh-2.26.3
- directory tree listing: https://gist.github.com/8a7c95c1c856e51ed0f4fab74284bffe
- du listing: https://gist.github.com/6e5a4734d20a27553f39cb1b99cb0ac9
2018-05-20 19:56:07 -07:00
R. RyanTM
9e1017de22 feh: 2.26 -> 2.26.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/feh/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/n3q1mfdip3l49wx7dh293pwrxqhlrqgd-feh-2.26.1/bin/feh -h’ got 0 exit code
- ran ‘/nix/store/n3q1mfdip3l49wx7dh293pwrxqhlrqgd-feh-2.26.1/bin/feh --help’ got 0 exit code
- ran ‘/nix/store/n3q1mfdip3l49wx7dh293pwrxqhlrqgd-feh-2.26.1/bin/.feh-wrapped -h’ got 0 exit code
- ran ‘/nix/store/n3q1mfdip3l49wx7dh293pwrxqhlrqgd-feh-2.26.1/bin/.feh-wrapped --help’ got 0 exit code
- found 2.26.1 with grep in /nix/store/n3q1mfdip3l49wx7dh293pwrxqhlrqgd-feh-2.26.1
- directory tree listing: https://gist.github.com/1e8258220f00de69ea28c57fffe352aa
- du listing: https://gist.github.com/65e35fd7395eca9058de10721f96b7d3
2018-05-14 03:21:24 -07:00
Vladyslav Mykhailichenko
63de21fba1 feh: 2.25.1 -> 2.26 2018-04-20 23:33:01 +03:00
Ryan Mulligan
9ee5a5591d feh: 2.25 -> 2.25.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/feh -h` got 0 exit code
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/feh --help` got 0 exit code
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/feh -v` and found version 2.25.1
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/feh --version` and found version 2.25.1
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/.feh-wrapped -h` got 0 exit code
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/.feh-wrapped --help` got 0 exit code
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/.feh-wrapped -v` and found version 2.25.1
- ran `/nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1/bin/.feh-wrapped --version` and found version 2.25.1
- found 2.25.1 with grep in /nix/store/cyjk3r8pig6cypvfv4fwx888ml4zd4vs-feh-2.25.1
- directory tree listing: https://gist.github.com/6fb1817519334ef951e6661a3c41dda6
2018-03-16 10:55:04 -07:00
Vladyslav M
fffd3c4c41 feh: 2.24 -> 2.25 2018-03-04 17:04:04 +00:00
Vladyslav M
e7876fb433 feh: 2.23.2 -> 2.24 2018-02-27 02:22:08 +02:00
Ryan Mulligan
e78c4aeb96 feh: 2.23 -> 2.23.2
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/9r2xpmvwq8vslxz1p3kv7x0ia0j2ghkx-feh-2.23.2/bin/feh -h` got 0 exit code
- ran `/nix/store/9r2xpmvwq8vslxz1p3kv7x0ia0j2ghkx-feh-2.23.2/bin/feh --help` got 0 exit code
- ran `/nix/store/9r2xpmvwq8vslxz1p3kv7x0ia0j2ghkx-feh-2.23.2/bin/feh -v` and found version 2.23.2
- ran `/nix/store/9r2xpmvwq8vslxz1p3kv7x0ia0j2ghkx-feh-2.23.2/bin/feh --version` and found version 2.23.2
- ran `/nix/store/9r2xpmvwq8vslxz1p3kv7x0ia0j2ghkx-feh-2.23.2/bin/.feh-wrapped -h` got 0 exit code
- ran `/nix/store/9r2xpmvwq8vslxz1p3kv7x0ia0j2ghkx-feh-2.23.2/bin/.feh-wrapped --help` got 0 exit code
- ran `/nix/store/9r2xpmvwq8vslxz1p3kv7x0ia0j2ghkx-feh-2.23.2/bin/.feh-wrapped -v` and found version 2.23.2
- ran `/nix/store/9r2xpmvwq8vslxz1p3kv7x0ia0j2ghkx-feh-2.23.2/bin/.feh-wrapped --version` and found version 2.23.2
- found 2.23.2 with grep in /nix/store/9r2xpmvwq8vslxz1p3kv7x0ia0j2ghkx-feh-2.23.2
- found 2.23.2 in filename of file in /nix/store/9r2xpmvwq8vslxz1p3kv7x0ia0j2ghkx-feh-2.23.2
2018-02-25 21:22:19 -08:00
dywedir
c8c5b022ec feh: 2.22.2 -> 2.23 2017-12-29 20:54:44 +02:00
dywedir
9b35a335f2 feh: 2.22 -> 2.22.2 2017-11-09 12:52:00 +02:00
dywedir
a5eaa1cfea feh: 2.21 -> 2.22 2017-11-06 12:15:33 +02:00
dywedir
e509f6ffdf feh: 2.20 -> 2.21 2017-10-11 02:36:45 +02:00
dywedir
1b261730f2 feh: 2.19.3 -> 2.20 2017-09-11 07:26:14 +02:00
WilliButz
c6ee3231b7
feh: 2.19.1 -> 2.19.3 2017-08-24 21:20:04 +02:00
Tim Steinbach
07b69a5325
feh: 2.19.0 -> 2.19.1 2017-07-29 13:32:58 -04:00
Johannes Frankenau
1df820cd3d feh: 2.18.2 -> 2.19 2017-07-09 08:52:27 +02:00