summary refs log tree commit diff
path: root/pkgs/development/libraries/lesstif/default.nix
Commit message (Collapse)AuthorAge
* Lesstif patches - lesstif stable has not been updated in a long time and thesePjotr Prins2008-10-05
| | | | | | | | are recognized patches (5 out of 6 are in Debian stable). Required for the arb package. svn path=/nixpkgs/trunk/; revision=12952
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | 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
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Quick fix for an incompatibility between libXp and lesstif, whichEelco Dolstra2007-06-11
| | | | | | | caused the xpdf build to fail. Patch from http://www.mail-archive.com/debian-bugs-rc@lists.debian.org/msg101592.html svn path=/nixpkgs/trunk/; revision=8867
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* update to lesstif 0.95Armijn Hemel2006-07-05
| | | | svn path=/nixpkgs/trunk/; revision=5589
* * Make xpdf build again.Eelco Dolstra2006-04-29
| | | | svn path=/nixpkgs/trunk/; revision=5239
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * Added Lesstif (a Motif clone).Eelco Dolstra2005-12-02
* Enabled the actual xpdf GUI in xpdf. svn path=/nixpkgs/trunk/; revision=4327