about summary refs log tree commit diff
path: root/pkgs/applications/graphics/geeqie
AgeCommit message (Collapse)AuthorFilesLines
2024-04-14geeqie: 2.2 -> 2.4Serg1-7/+2
2024-04-09Merge pull request #287278 from Elserjo/geeqiePascal Wittmann1-13/+30
geeqie: 2.1 -> 2.2
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-02-08geeqie: 2.1 -> 2.2Serg1-13/+30
2023-11-20maintainers: remove jfrankenauPaul Meyer1-1/+1
due to inactivity.
2023-08-07geeqie: 2.0.1 -> 2.1Weijia Wang1-5/+20
2023-03-01geeqie: 1.7.2 -> 2.0.1 (take 2)Dominique Martinet1-14/+11
the version number was updated without the hash previously, so geeqie has not actually been updated since 1.7.2 Build system changed from configure to meson in 2.0, and our meson flags have auto_features=enable so we enable here a lot of features that were previously automatically disabled by configure. It might make sense to disable some back, or provide options like other packages do.
2022-12-26treewide: remove attrPath from nix-update-script callsfigsoda1-3/+1
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-08-14geeqie: 1.7.3 -> 2.0.1R. Ryantm1-1/+1
2022-04-16treewide: remove nativeBuildInputs that are in stdenvBen Siraphob1-2/+2
2022-04-13geeqie: 1.7.2 -> 1.7.3R. Ryantm1-2/+2
2022-02-16geeqie: 1.7.1 -> 1.7.2Sergei Trofimovich1-2/+9
2022-01-21geeqie: 1.6 -> 1.7.1Andreas Wiese1-5/+9
This especially fixes $ geeqie (geeqie:1879548): Gdk-ERROR **: 00:08:00.631: The program 'geeqie' received an X Window System error. This probably reflects a bug in the program. The error was 'BadValue (integer parameter out of range for operation)'. (Details: serial 209 error_code 2 request_code 152 (GLX) minor_code 24) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the GDK_SYNCHRONIZE environment variable to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) zsh: trace trap (core dumped) geeqie $ which stems from some issue with clutter-gtk.
2021-12-24geeqie: switch to fetchFromGitHubFelix Buehler1-5/+7
2021-07-28geeqie: 1.5.1 -> 1.6.0Eelco Dolstra1-6/+7
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-27geeqie: 1.4.0 -> 1.5.1Markus Hauck1-9/+4
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-06tree-wide: s/GTK+/GTK/gJan Tojnar1-2/+2
GTK was renamed.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-27geeqie: fetch a patch from fedoraworldofpeace2-15/+5
2019-06-27geeqie: fix build with exiv2 0.27.1worldofpeace1-3/+11
2019-05-27geeqie: use wrapGAppsHookgnidorah1-1/+4
2018-04-30tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linuxWill Dietz1-1/+1
"platforms.gnu" has been linux-only since at least 17.03: $ nix eval -f channel:nixos-17.03 lib.platforms.gnu [ "i686-linux" "x86_64-linux" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "aarch64-linux" "mips64el-linux" ] Unlike platforms.linux, platforms.gnu indicates "must use glibc" which for the most part is not intended. Replacing platforms.gnu with platforms.linux would be the same "today" but let's err on preserving existing behavior and be optimistic about platforms these packages work on.
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar1-2/+2
2018-02-24geeqie: 1.3 -> 1.4Johannes Frankenau2-9/+26
2017-09-21treewide: Manual fix more pkg-config build-inputsJohn Ericson1-1/+2
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev1-2/+2
2016-08-23treewide: Use makeBinPathTuomas Tynkkynen1-1/+1
2016-08-07geeqie: 1.2.3 -> 1.3Mica Semrick1-2/+2
2016-04-15geeqie: 1.1 -> 1.2.3 update package version and use the new source location ↵Jost Tobias Springenberg1-7/+8
(#14715)
2015-07-26Revert "geeqie: update from 1.1 to 1.2"Eelco Dolstra1-8/+7
This reverts commit 82e07fb1e88c176b5e0711a8afa68867d643896f. See fee59b1235e658954b207ff6679264654c4708d2.
2015-01-14geeqie: update from 1.1 to 1.2Pascal Wittmann1-7/+8
Fetch source from debian as the geeeqie team stopped using sourceforge, see https://www.mail-archive.com/geeqie-devel@lists.sourceforge.net/msg01484.html
2015-01-02geeqie: Revert to 1.1Eelco Dolstra1-7/+5
Version 1.2 has some relatively critical issues: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762257 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765437 Until these are fixed, it's better to stick to 1.1.
2014-11-05geeqie: Disable libchamplain dependency for nowEelco Dolstra1-1/+1
It causes Geeqie to depend on both GTK+ 2 and 3, which is undesirable.
2014-11-05geeqie: Don't use fetchgitEelco Dolstra1-11/+6
Fetchgit considered harmful.
2014-11-05Revert "geeqie: xxd is required as build dependency"Eelco Dolstra1-2/+2
This reverts commit 852f0bf2d4f4ae2c58fd414e628d841879163386. Geeqie builds fine without vim.
2014-11-05geeqie: xxd is required as build dependencyPascal Wittmann1-2/+2
2014-11-04Fix GeeQie buildMichael Raskin1-1/+1
2014-11-02geeqie: RefactorWilliam A. Kennington III1-18/+22
2014-10-04Geeqie release is a Git tag, apparently Gitorious gave non-deterministic archiveMichael Raskin1-4/+5
2014-09-26geeqie: update from 1.1 to 1.2 and adopt itPascal Wittmann1-17/+13
2014-08-24Fix many package descriptionsBjørn Forsman1-1/+1
(My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-06-03geeqie: Fix incorrect longDescription formattingEelco Dolstra1-7/+8
Note that longDescription should not be formatted as: longDescription = '' Bla bla bla bla ''; because this will cause the second line to have more preceding whitespace. It should be: longDescription = '' Bla bla bla bla '';
2013-08-16unmaintain several packagesLudovic Courtès1-1/+1
2012-09-13geeqie: Update to 1.1Eelco Dolstra1-2/+2
2012-03-20Add champlain support to geeqieYury G. Kudryashov1-1/+9
This commit reverts 33187 and changes libchamplain arg to libchamplain_0_6. svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33292