Commit graph

73 commits

Author SHA1 Message Date
Eelco Dolstra bf1e734f85 * Don't use the subpath operator (~) anymore, it's subsumed by normal
concatenation (+).

svn path=/nixpkgs/trunk/; revision=6080
2006-08-09 15:05:30 +00:00
Armijn Hemel 6efea74e8e use the right hash :o
svn path=/nixpkgs/trunk/; revision=6038
2006-08-03 21:45:44 +00:00
Armijn Hemel c48c2aa23b firefox 1.5.0.6
svn path=/nixpkgs/trunk/; revision=6037
2006-08-03 18:04:39 +00:00
Eelco Dolstra 961c6e50e5 * Firefox 1.5.0.5.
svn path=/nixpkgs/trunk/; revision=5986
2006-07-28 13:35:09 +00:00
Eelco Dolstra c40a94ad07 * Doh.
svn path=/nixpkgs/trunk/; revision=5375
2006-06-04 13:39:04 +00:00
Eelco Dolstra 79fd001662 * Firefox 1.5.0.4.
svn path=/nixpkgs/trunk/; revision=5374
2006-06-04 12:45:37 +00:00
Eelco Dolstra c63f4278c7 * Firefox 1.5.0.3.
svn path=/nixpkgs/trunk/; revision=5263
2006-05-03 18:35:31 +00:00
Eelco Dolstra 01ca1e7fef * Graphics support in w3m. Must be seen to be believed. Disabled by
default; set graphicsSupport to true in all-packages.nix to enable.

svn path=/nixpkgs/trunk/; revision=5237
2006-04-28 19:02:52 +00:00
Eelco Dolstra b3b9118eab * Firefox 1.5.0.2.
svn path=/nixpkgs/trunk/; revision=5161
2006-04-14 16:08:35 +00:00
Eelco Dolstra 09a9cae715 * Merged the usability branch (from trunk@4749 to branches/usability@5087).
svn path=/nixpkgs/trunk/; revision=5088
2006-03-24 12:25:19 +00:00
Eelco Dolstra baec8f5b38 * stdenv.mkDerivation now takes an optional attribute "meta" that
contains arbitrary information about a package, like this:

  meta = {
    homepage = "http://gcc.gnu.org/";
    license = "GPL/LGPL";
    description = "GNU Compiler Collection, 4.0.x";
  };

  The "meta" attribute is not passed to the actual derivation
  operation, so it's not a dependency --- changes to "meta" attributes
  don't trigger a recompilation.

  Now we have to standardise some useful attributes ;-)

svn path=/nixpkgs/branches/usability/; revision=5024
2006-03-10 16:12:46 +00:00
Eelco Dolstra dff1c50b1b * Typo: "--enable-swg" -> "--enable-svg".
svn path=/nixpkgs/trunk/; revision=4928
2006-02-28 12:03:35 +00:00
Eelco Dolstra a9efb9d155 * Firefox: don't use internal jpeg, png, zlib, cairo.
svn path=/nixpkgs/trunk/; revision=4819
2006-02-16 08:46:28 +00:00
Eelco Dolstra bbda87fc30 * Fix the title bar icon.
svn path=/nixpkgs/trunk/; revision=4818
2006-02-15 17:15:16 +00:00
Eelco Dolstra 9012efbaef * Make the Firefox build more like xulrunner (e.g., don't using
.mozconfig).
* Optionally build Firefox with official branding (so that it calls
  itself "Firefox" instead of "Deer Park").  This should not be turned
  on for the channel!

svn path=/nixpkgs/trunk/; revision=4817
2006-02-15 17:04:11 +00:00
Eelco Dolstra 26f98860c1 * Opera 8.51 (on Linux).
svn path=/nixpkgs/trunk/; revision=4782
2006-02-10 12:15:04 +00:00
Eelco Dolstra 5c11ecb7f1 * Firefox 1.5.0.1.
svn path=/nixpkgs/trunk/; revision=4747
2006-02-07 11:07:18 +00:00
Eelco Dolstra 3389f4bc36 * Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +00:00
Armijn Hemel e8488e3b71 add the links browser. This package built immediately, so I believe something is not pure...
svn path=/nixpkgs/trunk/; revision=4440
2005-12-26 16:13:04 +00:00
Eelco Dolstra 82e678362f * "." -> "source".
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
Eelco Dolstra c7804cb0e5 * Idem.
svn path=/nixpkgs/trunk/; revision=4324
2005-11-30 05:49:28 +00:00
Eelco Dolstra 8e64101900 * Idem.
svn path=/nixpkgs/trunk/; revision=4323
2005-11-30 05:45:12 +00:00
Eelco Dolstra d17cafb294 * Firefox 1.5.
svn path=/nixpkgs/trunk/; revision=4321
2005-11-30 05:42:29 +00:00
Eelco Dolstra 7ba4b74bef * Firefox 1.5rc3.
svn path=/nixpkgs/trunk/; revision=4292
2005-11-19 14:19:39 +00:00
Eelco Dolstra 4bdbf2c8c7 * Firefox 1.5rc2.
svn path=/nixpkgs/trunk/; revision=4288
2005-11-17 11:46:44 +00:00
Eelco Dolstra 0e5659c43a * Firefox 1.5rc1.
svn path=/nixpkgs/trunk/; revision=4219
2005-11-04 12:58:50 +00:00
Armijn Hemel 0d7780bd71 whoops, this file does not belong here
svn path=/nixpkgs/trunk/; revision=4117
2005-10-22 11:51:53 +00:00
Armijn Hemel 3430d3d8a3 add the mozilla browser. The compilation process is nearly identical
to firefox, but there are some differences:
- don't source in $topsrcdir/browser/config/mozconfig (does not exist
it seems)
- different source tarball (different version that is)
- leave out the postinstall phase

svn path=/nixpkgs/trunk/; revision=4116
2005-10-22 11:51:30 +00:00
Eelco Dolstra 1ca2ca9457 * Firefox 1.5beta2.
svn path=/nixpkgs/trunk/; revision=4035
2005-10-08 15:52:03 +00:00
Eelco Dolstra bdabd66a46 * Install ncurses header files in $out/include, not
$out/include/ncurses.  This simplifies many builders.

svn path=/nixpkgs/trunk/; revision=4008
2005-10-04 14:24:19 +00:00
Eelco Dolstra ffd49c15df * Firefox 1.0.7.
svn path=/nixpkgs/trunk/; revision=3933
2005-09-22 05:46:41 +00:00
Eelco Dolstra 138959ae38 * Bah.
svn path=/nixpkgs/trunk/; revision=3842
2005-09-16 09:35:02 +00:00
Eelco Dolstra 5395da12ec * Better purity.
svn path=/nixpkgs/trunk/; revision=3841
2005-09-16 09:18:49 +00:00
Eelco Dolstra 71d7ecd446 * Added w3m.
svn path=/nixpkgs/trunk/; revision=3827
2005-09-14 16:23:02 +00:00
Eelco Dolstra 78c1eb55df * Firefox 1.5beta1.
svn path=/nixpkgs/trunk/; revision=3801
2005-09-09 15:44:15 +00:00
Eelco Dolstra 454707da23 * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=3660
2005-08-22 08:39:27 +00:00
Eelco Dolstra d42f0b60fa * Firefox 1.0.6.
svn path=/nixpkgs/trunk/; revision=3387
2005-07-20 08:46:47 +00:00
Eelco Dolstra 5c2f2d5325 * Firefox 1.0.5.
svn path=/nixpkgs/trunk/; revision=3337
2005-07-13 22:06:05 +00:00
Eelco Dolstra 6485d5fc09 * Firefox updated to 1.0.4.
svn path=/nixpkgs/trunk/; revision=3039
2005-05-12 14:42:06 +00:00
Eelco Dolstra ba127513df * Firefox updated to 1.0.3.
svn path=/nixpkgs/trunk/; revision=2557
2005-04-16 11:37:43 +00:00
Eelco Dolstra 7775caaa35 * Evacuate tarballs.
svn path=/nixpkgs/trunk/; revision=2527
2005-04-11 13:09:01 +00:00
Eelco Dolstra a2feafba4f * Firefox 1.0.2.
svn path=/nixpkgs/trunk/; revision=2449
2005-03-24 11:32:46 +00:00
Eelco Dolstra f6e91bc9c9 * Merge r2396.
svn path=/nixpkgs/trunk/; revision=2397
2005-03-14 09:22:26 +00:00
Eelco Dolstra a93b037be8 * Added RealPlayer plugin support to Firefox. It's disabled by
default for legal reasons, but you can enabled it by uncommenting it
  in `all-packages-generic.nix', attribute `firefoxWrapper'.

svn path=/nixpkgs/trunk/; revision=2390
2005-03-12 13:35:27 +00:00
Eelco Dolstra 6ece42bad7 * MPlayer plugin 2.80.
svn path=/nixpkgs/trunk/; revision=2383
2005-03-11 14:27:34 +00:00
Eelco Dolstra afdac00409 * Firefox 1.0.1.
svn path=/nixpkgs/trunk/; revision=2298
2005-02-25 11:51:39 +00:00
Eelco Dolstra eeff1fcdd1 * More wrapper generation features. The Firefox wrapper generator is
now just 3 lines.

svn path=/nixpkgs/trunk/; revision=2243
2005-02-16 11:38:52 +00:00
Eelco Dolstra 3bf404a3f2 * Let the Mozilla plugins announce where in their output the actual
plugins are, rather then requiring certain fixed directories.

svn path=/nixpkgs/trunk/; revision=2242
2005-02-16 11:24:40 +00:00
Eelco Dolstra b930967805 * A utility function for the automatic generation of wrapper scripts.
svn path=/nixpkgs/trunk/; revision=2241
2005-02-16 11:13:18 +00:00
Eelco Dolstra e42507d182 * Move tarballs to catamaran so that we are no longer dependent on a
gazillion different servers.  Resurrected some 25 missing files.

svn path=/nixpkgs/trunk/; revision=2237
2005-02-15 14:44:19 +00:00