about summary refs log tree commit diff
path: root/pkgs/applications/graphics/feh
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-01-17feh: add maintainer gepbirdGutyina Gergő1-1/+1
2024-01-17feh: switch to finalAttrs pattern and formatGutyina Gergő1-11/+22
2024-01-17feh: 3.10.1 -> 3.10.2Gutyina Gergő1-12/+3
2023-11-20Merge pull request #259649 from CharlzKlug/masterArtturi1-1/+10
Fix for Feh's right-click buffer overflow crash
2023-11-19feh: Fix right-click buffer overflow crashAmetov Imil1-1/+10
2023-10-18treewide: remove myself (ma27) from a few packagesMaximilian Bosch1-1/+1
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-10feh: 3.10 -> 3.10.1R. Ryantm1-2/+2
2023-08-04treewide: add meta.mainProgram to graphicsAustin Horstman1-0/+1
2023-06-17feh: 3.9 -> 3.10apfelkuchen061-8/+2
2023-04-14feh: fix crossAdam Joseph1-2/+2
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-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
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.
2022-07-10feh: fix failing testPhasekilianar1-8/+6
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-09feh: 3.8 -> 3.9kilianar1-6/+16
Includes some refactoring: - fetchFromGitHub instead of fetchurl - add patch to fix the failing tests
2022-01-28feh: correct license06kellyjac1-7/+7
2022-01-08feh: 3.7.2 -> 3.8Joel1-2/+2
2021-09-25feh: 3.7.1 -> 3.7.2Maximilian Bosch1-2/+2
ChangeLog: https://feh.finalrewind.org/archive/3.7.2/
2021-07-26feh: 3.7 -> 3.7.1R. RyanTM1-2/+2
2021-05-09feh: 3.6.3 -> 3.7 (#122375)Robin Gloster1-2/+2
2021-03-31treewide: use perl.withPackages when possiblernhmjoj1-9/+2
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-01-29feh: 3.6.2 -> 3.6.3R. RyanTM1-2/+2
2021-01-21feh: 3.6.1 -> 3.6.2Bruno Bigras1-2/+2
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-2/+2
2020-12-08feh: 3.6 -> 3.6.1R. RyanTM1-2/+2
2020-12-01feh: 3.5 -> 3.6R. RyanTM1-2/+2
2020-10-17feh: fix build on darwinRyan Burns1-1/+1
Darwin doesn't support inotify, needed for autoreload
2020-08-29feh: 3.4.1 -> 3.5Maximilian Bosch1-2/+2
https://feh.finalrewind.org/archive/3.5/
2020-06-16feh: add enableAutoreload optionAndy Tockman1-2/+4
This change enables the inotify-based auto-reload feature of feh, which causes images to be refreshed when the image file changes.
2020-06-09feh: 3.4 -> 3.4.1R. RyanTM1-2/+2
2020-04-12feh: 3.3 -> 3.4Maximilian Bosch1-2/+2
https://feh.finalrewind.org/archive/3.4/
2019-12-26treewide: update which packages I'm currently maintainingMaximilian Bosch1-1/+1
Idea shamelessly stolen from 4e60b0efae56cc8e1a8a606a5a89462c38aba305. 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-07feh: 3.2.1 -> 3.3R. RyanTM1-2/+2
2019-11-14feh: add jpegexiforient to wrapped pathSilvan Mosberger1-2/+2
This makes `feh --edit` work
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát1-1/+1
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-20treewide: update globin's maintained drvsRobin Gloster1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-24feh: 3.2 -> 3.2.1WilliButz1-2/+2
2019-07-15feh: 3.1.3 -> 3.2R. RyanTM1-2/+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-03-01feh: 3.1.2 -> 3.1.3R. RyanTM1-2/+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-02-11feh: 3.1.1 -> 3.1.2Will Dietz1-10/+7
minor touchups while visiting.
2019-01-06feh: include prove for testsEdmund Wu1-1/+1
2018-12-18Merge branch 'staging' into make-perl-pathdvolth1-3/+3
2018-12-18Merge pull request #52062 from volth/perl526-dropJörg Thalheim1-1/+1
perl526: drop
2018-12-15feh: 3.0 -> 3.1.1R. RyanTM1-2/+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
2018-12-15lib.makePerlPath -> perlPackages.makePerlPathvolth1-1/+1
2018-12-14treewide: remove aliases evaluated to `null`volth1-1/+1
2018-11-19feh: 2.28.1 -> 3.0R. RyanTM1-2/+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
2018-11-09feh: 2.28 -> 2.28.1R. RyanTM1-2/+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
2018-09-21feh: 2.27.1 -> 2.28 (#47055)R. RyanTM1-2/+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
2018-08-11feh: use checkInputs, fix testsJan Malakhovski1-4/+4