Eelco Dolstra
|
31bc21974d
|
* Purity fix in fontforge: don't look for /usr/include/libxml.
svn path=/nixpkgs/trunk/; revision=11288
|
2008-03-26 12:57:30 +00:00 |
|
Michael Raskin
|
74aba16126
|
Added FontForge with X11 interface
svn path=/nixpkgs/trunk/; revision=10918
|
2008-03-02 22:02:28 +00:00 |
|
Eelco Dolstra
|
607b0d3e80
|
* Rewrite all the SourceForge URLs to mirror://sourceforge/.
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-08-27 13:01:33 +00:00 |
|
Eelco Dolstra
|
2f21c59a3f
|
* Use FontForge to give Wine better fonts.
svn path=/nixpkgs/trunk/; revision=9181
|
2007-08-21 12:31:33 +00:00 |
|