summary refs log tree commit diff
path: root/pkgs/applications/graphics/geeqie
Commit message (Collapse)AuthorAge
* tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linuxWill Dietz2018-04-30
| | | | | | | | | | | | | | "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.
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
|
* geeqie: 1.3 -> 1.4Johannes Frankenau2018-02-24
|
* treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
|
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* treewide: Use makeBinPathTuomas Tynkkynen2016-08-23
|
* geeqie: 1.2.3 -> 1.3Mica Semrick2016-08-07
|
* geeqie: 1.1 -> 1.2.3 update package version and use the new source location ↵Jost Tobias Springenberg2016-04-15
| | | | (#14715)
* Revert "geeqie: update from 1.1 to 1.2"Eelco Dolstra2015-07-26
| | | | | This reverts commit 82e07fb1e88c176b5e0711a8afa68867d643896f. See fee59b1235e658954b207ff6679264654c4708d2.
* geeqie: update from 1.1 to 1.2Pascal Wittmann2015-01-14
| | | | | Fetch source from debian as the geeeqie team stopped using sourceforge, see https://www.mail-archive.com/geeqie-devel@lists.sourceforge.net/msg01484.html
* geeqie: Revert to 1.1Eelco Dolstra2015-01-02
| | | | | | | | | 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.
* geeqie: Disable libchamplain dependency for nowEelco Dolstra2014-11-05
| | | | It causes Geeqie to depend on both GTK+ 2 and 3, which is undesirable.
* geeqie: Don't use fetchgitEelco Dolstra2014-11-05
| | | | Fetchgit considered harmful.
* Revert "geeqie: xxd is required as build dependency"Eelco Dolstra2014-11-05
| | | | | This reverts commit 852f0bf2d4f4ae2c58fd414e628d841879163386. Geeqie builds fine without vim.
* geeqie: xxd is required as build dependencyPascal Wittmann2014-11-05
|
* Fix GeeQie buildMichael Raskin2014-11-04
|
* geeqie: RefactorWilliam A. Kennington III2014-11-02
|
* Geeqie release is a Git tag, apparently Gitorious gave non-deterministic archiveMichael Raskin2014-10-04
|
* geeqie: update from 1.1 to 1.2 and adopt itPascal Wittmann2014-09-26
|
* Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* geeqie: Fix incorrect longDescription formattingEelco Dolstra2014-06-03
| | | | | | | | | | | | | | | | | | 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 '';
* unmaintain several packagesLudovic Courtès2013-08-16
|
* geeqie: Update to 1.1Eelco Dolstra2012-09-13
|
* Add champlain support to geeqieYury G. Kudryashov2012-03-20
| | | | | | This commit reverts 33187 and changes libchamplain arg to libchamplain_0_6. svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33292
* Disable libchamplain support in geeqieYury G. Kudryashov2012-03-17
| | | | | | It depends on old libchamplain which fails to build with newer glib. svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33187
* * Allow geeqie to find exiv2 and exiftran, necessary to losslesslyEelco Dolstra2011-01-16
| | | | | | rotate JPEG images. svn path=/nixpkgs/trunk/; revision=25590
* Geeqie: Use libchamplain.Ludovic Courtès2010-07-18
| | | | svn path=/nixpkgs/trunk/; revision=22650
* Geeqie 1.0.Ludovic Courtès2010-07-17
| | | | svn path=/nixpkgs/trunk/; revision=22624
* Geeqie: Fix typos.Ludovic Courtès2009-11-25
| | | | svn path=/nixpkgs/trunk/; revision=18615
* Add Geeqie, a GQview fork.Ludovic Courtès2009-11-25
svn path=/nixpkgs/trunk/; revision=18613