summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/gqview
AgeCommit message (Collapse)Author
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
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;Profpatsch
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 Reilly
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster
2019-01-04gqview: link with libm explicitlyPiotr Bogdan
2018-08-23gqview: add licenseMarkus Kowalewski
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson
Only acts on one-line dependency lists.
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev
2016-09-05gqvieq: md5->sha256Chris Martin
2016-08-03Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen
Build-tested on x86_64 Linux & Mac.
2016-03-05Use general hardening flag toggle listsFranz Pletz
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 Gloster
2008-01-30meta.homepage added to several packagesYury G. Kudryashov
svn path=/nixpkgs/trunk/; revision=10417
2007-08-27* Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra
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 Dolstra
svn path=/nixpkgs/trunk/; revision=7529
2006-10-11* Added a bunch of descriptions.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=6705
2006-01-30* Copy lots of files to nix.cs.uu.nl.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=4623
2005-10-14* GQView 2.1.1.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=4088
2005-08-22* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=3660
2005-04-11* Evacuate tarballs.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=2527
2005-03-18* Gqview 2.0.0.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=2432
2005-02-15* Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra
gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
2004-12-30* Gqview updated to 1.4.5.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=1975
2004-09-19* Gqview updated to 1.4.4.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=1466
2004-06-21* More updates.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=1068
2004-04-01* Fixed and/or updated some more components. The number of explicitEelco Dolstra
builders is dropping steadily. svn path=/nixpkgs/trunk/; revision=900
2004-03-29* Remove trivial builders.Eelco Dolstra
* 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 Dolstra
broke. svn path=/nixpkgs/trunk/; revision=870
2004-02-03* Fix undefined variables.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=744
2003-11-18* Rename .fix -> .nix.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=511
2003-11-14* Renamed pkgs-ng to pkgs.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=502