about summary refs log tree commit diff
path: root/pkgs/applications/graphics/gqview/default.nix
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-02-11treewide: add `mainProgram`h7x41-0/+1
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-02-19treewide:replace http by https when https is a permanent redirectionFerry Jérémie1-1/+1
2022-05-09gqview: add -fcommon workaroundSergei Trofimovich1-0/+1
Without the change build fails on -fno-common toolchains like upstream gcc-10 as: $ nix build -L --impure --expr 'with import ./. {}; gqview.overrideAttrs (oa: { NIX_CFLAGS_COMPILE = (["-fno-common"] ++ [oa.NIX_CFLAGS_COMPILE or ""]); })' ... ld: pan-view.o:/build/gqview-2.1.5/src/bar_exif.h:27: multiple definition of `bar_exif_key_list'; bar_exif.o:/build/gqview-2.1.5/src/bar_exif.h:27: first defined here
2021-11-09gqview: remove outdated assert, cleanup metaSandro Jäckel1-5/+2
2021-11-07pkgs/applications: rename name to pname&version part 1 (#144949)Felix Bühler1-5/+6
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-3/+3
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-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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster1-3/+1
2019-01-04gqview: link with libm explicitlyPiotr Bogdan1-0/+4
2018-08-23gqview: add licenseMarkus Kowalewski1-2/+3
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev1-4/+4
2016-09-05gqvieq: md5->sha256Chris Martin1-1/+1
2016-08-03Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-0/+1
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
2016-02-11gqview: turn off format hardeningRobin Gloster1-0/+2
2008-01-30meta.homepage added to several packagesYury G. Kudryashov1-0/+1
svn path=/nixpkgs/trunk/; revision=10417
2007-08-27* Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra1-1/+1
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
2007-01-01* Gqview 2.1.5.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=7529
2006-10-11* Added a bunch of descriptions.Eelco Dolstra1-0/+4
svn path=/nixpkgs/trunk/; revision=6705
2006-01-30* Copy lots of files to nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=4623
2005-10-14* GQView 2.1.1.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=4088
2005-08-22* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=3660
2005-04-11* Evacuate tarballs.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=2527
2005-03-18* Gqview 2.0.0.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=2432
2005-02-15* Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra1-1/+1
gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
2004-12-30* Gqview updated to 1.4.5.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=1975
2004-09-19* Gqview updated to 1.4.4.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=1466
2004-06-21* More updates.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=1068
2004-04-01* Fixed and/or updated some more components. The number of explicitEelco Dolstra1-8/+5
builders is dropping steadily. svn path=/nixpkgs/trunk/; revision=900
2004-03-29* Remove trivial builders.Eelco Dolstra1-3/+1
* Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
2004-03-29* "!isNull x" -> "x != null". Done automatically. Hope nothingEelco Dolstra1-1/+1
broke. svn path=/nixpkgs/trunk/; revision=870
2004-02-03* Fix undefined variables.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=744
2003-11-18* Rename .fix -> .nix.Eelco Dolstra1-0/+22
svn path=/nixpkgs/trunk/; revision=511