Artturi
6315a2afd4
Merge pull request #259649 from CharlzKlug/master
...
Fix for Feh's right-click buffer overflow crash
2023-11-20 08:37:31 +02:00
Ametov Imil
d81ca2b405
feh: Fix right-click buffer overflow crash
2023-11-19 07:55:31 +03:00
Maximilian Bosch
2ee12a93de
treewide: remove myself (ma27) from a few packages
...
It's time again, I guess :>
Main motivation is to stop being pinged about software that I maintained
for work now that I'm about to switch jobs. There's no point in pinging
me to review/test updates or to debug issues in e.g. the Atlassian stack
or on mailman since I use neither personally.
But there's also a bunch of other stuff that I stopped using personally. While
at it I realized that I'm still maintainer of a few tests & modules related to
packages I stopped maintaining in the past already.
2023-10-18 15:47:20 -03:00
R. Ryantm
f8f15be731
feh: 3.10 -> 3.10.1
2023-10-10 02:19:27 +00:00
Austin Horstman
0d6c907ba8
treewide: add meta.mainProgram to graphics
2023-08-04 10:36:02 -05:00
apfelkuchen06
1dc01ca1cb
feh: 3.9 -> 3.10
2023-06-17 15:00:45 +02:00
Adam Joseph
3eb3b323ea
feh: fix cross
...
Required to avoid:
> aarch64-unknown-linux-gnu-gcc -g -O2 -Wall -Wextra -pedantic -std=c11 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_DARWIN_C_SOURCE -DHAVE_LIBCURL -DHAVE_MKSTEMPS -DHAVE_STRVERSCMP -DHAVE_LIBXINERAMA -DHAVE_LIBEXIF -DHAVE_INOTIFY -DPREFIX=\"/nix/store/8w2gzmyvg703wa9fj3vdpi87rcskan1f-feh-aarch64-unknown-linux-gnu-3.9\" -DPACKAGE=\"feh\" -DVERSION=\"\" -c -o main.o main.c
> In file included from main.c:34:
> wallpaper.h:31:10: fatal error: X11/Intrinsic.h: No such file or directory
> 31 | #include <X11/Intrinsic.h> /* Xlib, Xutil, Xresource, Xfuncproto */
> | ^~~~~~~~~~~~~~~~~
> compilation terminated.
> make[1]: *** [<builtin>: main.o] Error 1
> make[1]: Leaving directory '/build/source/src'
> make: *** [Makefile:6: build-src] Error 2
2023-04-14 07:45:22 +03:00
Guillaume Girol
33afbf39f6
treewide: switch to nativeCheckInputs
...
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
kilianar
7a1fcc94a7
feh: fix failing testPhase
...
The update of imlib2 from 1.8.1 to 1.9.1 changed the warning messages
when trying to open empty image files. This caused some tests of feh to
fail. Therefore we change the expected warning in test/feh.t during the
postPatch phase.
2022-07-10 22:25:47 +02:00
kilianar
7d69cd5908
feh: 3.8 -> 3.9
...
Includes some refactoring:
- fetchFromGitHub instead of fetchurl
- add patch to fix the failing tests
2022-07-09 18:30:36 +02:00
06kellyjac
e98d8f7207
feh: correct license
2022-01-28 14:23:25 +00:00
Joel
c94d5d98f7
feh: 3.7.2 -> 3.8
2022-01-08 08:29:03 +10:00
Maximilian Bosch
646cb17cdb
feh: 3.7.1 -> 3.7.2
...
ChangeLog: https://feh.finalrewind.org/archive/3.7.2/
2021-09-25 19:13:03 +02:00
R. RyanTM
1493f098f8
feh: 3.7 -> 3.7.1
2021-07-26 09:21:29 +00:00
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