Commit graph

942 commits

Author SHA1 Message Date
Martin Bravenboer 4e5040fa09 Build xpf with python enabled libxml2
svn path=/nixpkgs/trunk/; revision=3229
2005-06-20 20:35:07 +00:00
Eelco Dolstra fe0981babd * Scan for BibTeX files included by \bibliography.
* Automatically run BibTeX when necessary (i.e., when there are
  \citations in the aux file).

svn path=/nixpkgs/trunk/; revision=3222
2005-06-20 15:20:37 +00:00
Eelco Dolstra 6ce80304a5 * Handle subdirectories (e.g., \input{foo/bar.tex}). We don't yet
handle relative paths to parent directories (../foo/bar.tex).  This
  can be handled as was done in
  https://svn.cs.uu.nl:12443/repos/trace/nix/trunk/make/lib/compile-c.sh.
  The `copy-includes.pl' script is generic (not LaTeX specific), so it
  should eventually replace most of compile-c.sh and any future
  builders that have to set up a tree of symlinks to simulate the
  original directory hierarchy of the sources.

svn path=/nixpkgs/trunk/; revision=3220
2005-06-20 15:06:58 +00:00
Eelco Dolstra 5b15f75a13 * mkDerivation: accept an argument `realBuilder' (stupid name) to
override the default builder (i.e., bash).  For example,

    stdenv.mkDerivation {
      realBuilder = perl ~ "bin/perl";
      args = [ "-w" ./builder.pl ];
    }

svn path=/nixpkgs/trunk/; revision=3219
2005-06-20 15:03:52 +00:00
Eelco Dolstra 2cc66184ce * Oops.
svn path=/nixpkgs/trunk/; revision=3218
2005-06-20 14:26:07 +00:00
Eelco Dolstra 6b35cefbf8 * Find LaTeX document dependencies automatically by scanning for
\input and \documentclass.  Copied from Maak
  (https://svn.cs.uu.nl:12443/repos/pkgs/texwrappers/trunk/chase-latex-inputs.pl).

  TODO: support \bibliography, \usepackage, \includegraphics, etc.

svn path=/nixpkgs/trunk/; revision=3217
2005-06-20 14:25:50 +00:00
Eelco Dolstra 6fcee91442 * Macros for building LaTeX documents using Nix.
svn path=/nixpkgs/trunk/; revision=3216
2005-06-20 13:51:48 +00:00
Eelco Dolstra f029091023 * Turn GTK# apps off for now.
svn path=/nixpkgs/trunk/; revision=3205
2005-06-18 10:05:21 +00:00
Eelco Dolstra cdeeb98576 * gtkhtml: add gettext dependency.
svn path=/nixpkgs/trunk/; revision=3204
2005-06-18 09:57:09 +00:00
Eelco Dolstra 0f77007f1a * Disable freetype2 because Thunderbird (like Firefox) doesn't like
Freetype >= 2.1.8.

  https://bugzilla.mozilla.org/show_bug.cgi?id=234035

svn path=/nixpkgs/trunk/; revision=3203
2005-06-18 07:20:10 +00:00
Eelco Dolstra b899b28c73 * Oops, 1.15 was not the most recent version (and a very bad one, too).
svn path=/nixpkgs/trunk/; revision=3202
2005-06-17 22:06:59 +00:00
Eelco Dolstra 4daec2efd0 * gconf -> GConf.
svn path=/nixpkgs/trunk/; revision=3201
2005-06-17 20:21:29 +00:00
Eelco Dolstra a6dd440024 * gconf -> GConf.
svn path=/nixpkgs/trunk/; revision=3200
2005-06-17 20:00:12 +00:00
Eelco Dolstra 91e4d833b7 * Use the bzip2 from stdenv.
svn path=/nixpkgs/trunk/; revision=3199
2005-06-17 17:07:03 +00:00
Eelco Dolstra e2c30f15e4 * Fix zip (INSTALL variable not defined in the makefile!).
svn path=/nixpkgs/trunk/; revision=3198
2005-06-17 17:06:14 +00:00
Eelco Dolstra 1a38af7e14 * Gnome 2.10.1.
* A script to generatie fetchurl calls for Gnome packages from
  directory listings.

svn path=/nixpkgs/trunk/; revision=3197
2005-06-17 13:52:24 +00:00
Eelco Dolstra 8bef2f3f82 * Use the generic builder.
svn path=/nixpkgs/trunk/; revision=3196
2005-06-17 13:51:33 +00:00
Eelco Dolstra 0a2f531aea * Don't patch symlinked shared libraries.
svn path=/nixpkgs/trunk/; revision=3195
2005-06-17 13:46:04 +00:00
Eelco Dolstra 98761b883a * Build bzip2 shared library.
svn path=/nixpkgs/trunk/; revision=3194
2005-06-17 13:39:06 +00:00
Eelco Dolstra b8bae3582b * Lots of updates, especially GTK and X libraries.
svn path=/nixpkgs/trunk/; revision=3193
2005-06-17 11:43:15 +00:00
Eelco Dolstra 32d7a746a2 * Move ensureDir() up, otherwise calls to fail() might fail.
svn path=/nixpkgs/trunk/; revision=3192
2005-06-17 11:42:53 +00:00
Eelco Dolstra aa05801439 * Ant updated to 1.6.5.
svn path=/nixpkgs/trunk/; revision=3191
2005-06-17 11:41:52 +00:00
Eelco Dolstra a450978f26 * Glibc updated to 2.3.5.
* GCC 3.4.4 and 3.3.6.
* Other stdenv packages updated.

svn path=/nixpkgs/trunk/; revision=3188
2005-06-17 10:30:13 +00:00
Eelco Dolstra b691c30aa7 * Remove FreeBSD gcc wrapper.
svn path=/nixpkgs/trunk/; revision=3187
2005-06-17 09:25:16 +00:00
Eelco Dolstra 9cc0ac9090 * Merge r3019.
svn path=/nixpkgs/trunk/; revision=3186
2005-06-17 09:23:15 +00:00
Armijn Hemel 1e5e23ce5d don't forget to actually install modules
svn path=/nixpkgs/trunk/; revision=3185
2005-06-16 23:33:59 +00:00
Armijn Hemel 14a4963ed6 add support for linux kernel (still not complete)
svn path=/nixpkgs/trunk/; revision=3184
2005-06-16 16:20:19 +00:00
Armijn Hemel 30632d1655 install kernel in the store (whoops, forgot to install modules :S )
svn path=/nixpkgs/trunk/; revision=3183
2005-06-15 14:21:48 +00:00
Armijn Hemel 960fea4002 strip kernel config very heavily
svn path=/nixpkgs/trunk/; revision=3182
2005-06-15 13:03:24 +00:00
Armijn Hemel ef94be2ae1 first stub for kernel compilations. Still a lot missing, doesn't install
everything correctly, the config currently compile quite a bit (too much for
quick tests). This will change.

 --This line, and those below, will be ignored--

A    linux/kernel
A    linux/kernel/builder.sh
A    linux/kernel/default.nix
A    linux/kernel/config

svn path=/nixpkgs/trunk/; revision=3181
2005-06-15 12:30:34 +00:00
Eelco Visser 3385ccd1f7 use tetex
svn path=/nixpkgs/trunk/; revision=3164
2005-05-31 08:11:54 +00:00
Eelco Dolstra fbdbdb7105 * Fix url.
svn path=/nixpkgs/trunk/; revision=3151
2005-05-27 09:05:54 +00:00
Eelco Dolstra 91e3087c6c * MySQL updated to 4.1.12. This should fix a MythTV crash bug.
svn path=/nixpkgs/trunk/; revision=3150
2005-05-26 21:38:24 +00:00
Eelco Dolstra 7e5de2061b * Added Sylpheed 1.9.11 (beta for GTK 2).
svn path=/nixpkgs/trunk/; revision=3149
2005-05-26 20:09:29 +00:00
Eelco Dolstra 7737d06698 * Sylpheed updated to 1.0.4.
svn path=/nixpkgs/trunk/; revision=3148
2005-05-26 19:45:29 +00:00
Martin Bravenboer 286a0aa881 Custom builder not necessary
svn path=/nixpkgs/trunk/; revision=3134
2005-05-25 09:21:36 +00:00
Martin Bravenboer 637fae18a0 Upgrade of jikes. Jikes is now also included in the cache
svn path=/nixpkgs/trunk/; revision=3133
2005-05-25 09:20:30 +00:00
Martin Bravenboer f99d7d50b0 Separate package for postgresql-jdbc driver
svn path=/nixpkgs/trunk/; revision=3124
2005-05-24 15:32:57 +00:00
Martin Bravenboer c76a931faa The postgresql distribution no longer contains the JDBC driver
svn path=/nixpkgs/trunk/; revision=3123
2005-05-24 15:09:04 +00:00
Martin Bravenboer e3a47a07ed Upgrades of postgresql, jetty, and ant to the latest versions.
svn path=/nixpkgs/trunk/; revision=3122
2005-05-24 14:57:41 +00:00
Eelco Dolstra 977f5183dd * Subversion 1.2.0; this is now the default.
svn path=/nixpkgs/trunk/; revision=3113
2005-05-24 08:42:03 +00:00
Eelco Dolstra 36716a35bd * Subversion updated to 1.2.0rc4.
svn path=/nixpkgs/trunk/; revision=3094
2005-05-19 16:25:40 +00:00
Martin Bravenboer 3aa13ab39a Typo
svn path=/nixpkgs/trunk/; revision=3082
2005-05-19 11:26:23 +00:00
Martin Bravenboer 1c9690ab2f * pkgs/development/tools/parsing/sdf/default.nix: default.nix
now imports Nix expression of specific version.

* pkgs/development/tools/parsing/sdf/sdf2-bundle-2.2.nix: added
previous version of sdf2-bundle.

* pkgs/development/tools/parsing/sdf2: obsolete.

* pkgs/development/compilers/strategoxt/strategoxt-0.12.nix: use
sdf2-bundle instead of attribute set for the individual packages.

* 


svn path=/nixpkgs/trunk/; revision=3081
2005-05-19 11:23:56 +00:00
Eelco Dolstra 2176134a07 * Added help2man and Locale::gettext. Contributed by olivier <bitmap
AT pan.homelinux.com>.

svn path=/nixpkgs/trunk/; revision=3067
2005-05-18 21:15:29 +00:00
Martin Bravenboer b99065a3d9 * Upgraded Stratego/XT to Stratego/XT 0.14
* Clean up of SDF attributes in all-package-generic. There is now a
single attribute, called sdf.


svn path=/nixpkgs/trunk/; revision=3062
2005-05-18 16:50:14 +00:00
Eelco Dolstra a3407f79dd * Alias make to gmake on FreeBSD.
svn path=/nixpkgs/trunk/; revision=3049
2005-05-16 01:21:53 +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 6d8c49b23b * Subversion 1.2.0rc3.
svn path=/nixpkgs/trunk/; revision=3029
2005-05-11 12:40:07 +00:00
Eelco Dolstra 25584bc99d * The hash of the Acrobat Reader tarball changed.
svn path=/nixpkgs/trunk/; revision=3024
2005-05-10 14:28:36 +00:00
Eelco Dolstra 54df9b835f * Add FreeBSD binaries to the cache.
svn path=/nixpkgs/trunk/; revision=3020
2005-05-10 13:00:13 +00:00
Eelco Dolstra 0217d8b204 * Add a simple standard environment for FreeBSD.
* Use the system Perl on all non-i686-linux platforms.
* Don't build Python support in libxml2 on most platforms.

svn path=/nixpkgs/trunk/; revision=3019
2005-05-10 12:59:28 +00:00
Eelco Dolstra edbfa75d01 * Use /bin/bash, not /bin/sh, since we really do need bash.
svn path=/nixpkgs/trunk/; revision=3018
2005-05-10 09:22:14 +00:00
Rob Vermaas f0ee6546db * CIL 1.3.2
svn path=/nixpkgs/trunk/; revision=3016
2005-05-09 15:56:34 +00:00
Eelco Dolstra c845640a64 * Berkeley DB updated to 4.3.28.
svn path=/nixpkgs/trunk/; revision=3015
2005-05-09 15:39:01 +00:00
Eelco Dolstra 8774874b89 * Gnuplot 4.0 (without X support).
svn path=/nixpkgs/trunk/; revision=2993
2005-05-06 08:54:01 +00:00
Martin Bravenboer 24d6f803f0 Ruby
svn path=/nixpkgs/trunk/; revision=2990
2005-05-04 23:36:28 +00:00
Eelco Dolstra ca96422b7d * Don't patch configure.in.
svn path=/nixpkgs/trunk/; revision=2981
2005-05-03 13:28:46 +00:00
Eelco Dolstra 90f7601e2e * MPlayer 1.0pre7.
svn path=/nixpkgs/trunk/; revision=2980
2005-05-02 20:04:07 +00:00
Eelco Dolstra fe6f8b45e6 * A fix to get the higher optimisation levels (-O2, -O3) to work again
for the ATerm library.  I'm adding it to Nixpkgs so we can get some
  testing ;-)

svn path=/nixpkgs/trunk/; revision=2979
2005-05-02 16:57:13 +00:00
Eelco Dolstra 9594c8eb5b * Apache httpd 2.0.54.
svn path=/nixpkgs/trunk/; revision=2963
2005-04-30 13:59:27 +00:00
Eelco Dolstra 62e3ffab1e * Subversion 1.2.0-rc2.
svn path=/nixpkgs/trunk/; revision=2949
2005-04-29 14:32:31 +00:00
Eelco Dolstra 01cc75d092 * Added GPL Ghostscript 8.15.
svn path=/nixpkgs/trunk/; revision=2941
2005-04-29 13:23:15 +00:00
Eelco Dolstra 7d876cc771 * In `all-packages.nix': use the current system as default for the
`system' argument.  This is so that importers of Nixpkgs don't have
  to specify a system explicitly anymore.

svn path=/nixpkgs/trunk/; revision=2938
2005-04-29 12:13:16 +00:00
Eelco Dolstra 78b11908d4 * And let's add teTeX to the channel. Disk space is cheap, after all ;-)
svn path=/nixpkgs/trunk/; revision=2932
2005-04-28 21:11:39 +00:00
Eelco Dolstra d6a1bfe1dc * Added teTeX 3.0. Sure, it may take up 267M of disk space, but it
contains everything you could possibly need, including beamer ;-)

  This teTeX has been built without X11 support, meaning that xdvi is
  not included.

svn path=/nixpkgs/trunk/; revision=2931
2005-04-28 21:10:33 +00:00
Martin Bravenboer b381db3399 Added pkg-config 0.17.2 as pkgconfig017x
svn path=/nixpkgs/trunk/; revision=2913
2005-04-27 16:22:43 +00:00
Martin Bravenboer 8600c9013f Reverted to 0.15 and 0.17.2 in separate file.
svn path=/nixpkgs/trunk/; revision=2909
2005-04-27 07:29:34 +00:00
Martin Bravenboer 85795c5018 Update to latest pkgconfig
svn path=/nixpkgs/trunk/; revision=2907
2005-04-26 20:55:46 +00:00
Eelco Dolstra 4e4ad61aee * Added pygtk.
* Updated bittorrent to 4.0.1.

svn path=/nixpkgs/trunk/; revision=2879
2005-04-22 18:26:04 +00:00
Eelco Dolstra 2ed47f7522 * GCC 4.0.0 added (though it's not used for anything yet).
svn path=/nixpkgs/trunk/; revision=2878
2005-04-22 12:14:55 +00:00
Eelco Dolstra 09cea66748 * Nix updated to 0.8.1.
svn path=/nixpkgs/trunk/; revision=2558
2005-04-16 11:37:56 +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 3edb5db85d * Doh!
svn path=/nixpkgs/trunk/; revision=2548
2005-04-12 13:51:20 +00:00
Eelco Dolstra 23c1cac94d * Nix updated to 0.8.
svn path=/nixpkgs/trunk/; revision=2547
2005-04-12 13:49:34 +00:00
Eelco Dolstra 71ea4dbb8c * Fix for *non*-suid installations.
svn path=/nixpkgs/trunk/; revision=2546
2005-04-12 13:48:36 +00:00
Eelco Dolstra 7775caaa35 * Evacuate tarballs.
svn path=/nixpkgs/trunk/; revision=2527
2005-04-11 13:09:01 +00:00
Eelco Dolstra 5c72ac8252 * Valgrind updated to 2.4.0.
svn path=/nixpkgs/trunk/; revision=2520
2005-04-11 08:55:05 +00:00
Eelco Dolstra 013300cb0e * Libtiff updated to 3.7.2.
svn path=/nixpkgs/trunk/; revision=2519
2005-04-11 08:54:32 +00:00
Eelco Dolstra c4ca7db276 * OpenSSL updated to 0.9.7f.
svn path=/nixpkgs/trunk/; revision=2518
2005-04-11 08:54:10 +00:00
Eelco Dolstra 67140c410f * Zlib updated to 1.2.2.
svn path=/nixpkgs/trunk/; revision=2517
2005-04-11 08:53:48 +00:00
Eelco Dolstra fc20bd6518 * GTK updates.
svn path=/nixpkgs/trunk/; revision=2516
2005-04-11 08:27:14 +00:00
Eelco Dolstra 1af17b9d7f * Rename new unzip.
svn path=/nixpkgs/trunk/; revision=2515
2005-04-11 08:26:36 +00:00
Eelco Dolstra d8a0bdebf2 * Get rid of the old unzip.
svn path=/nixpkgs/trunk/; revision=2514
2005-04-11 08:22:23 +00:00
Eelco Dolstra 42fa9be439 * Apache Httpd 2.0.53.
svn path=/nixpkgs/trunk/; revision=2492
2005-04-05 14:19:25 +00:00
Eelco Dolstra 94ba0a0995 * Fix Berkeley DB Perl bindings.
svn path=/nixpkgs/trunk/; revision=2491
2005-04-05 14:10:16 +00:00
Eelco Dolstra 3269efcb28 * Subversion 1.1.4.
svn path=/nixpkgs/trunk/; revision=2490
2005-04-05 12:12:18 +00:00
Eelco Dolstra cb751bd5c0 * Adobe Reader 7.0. The PPKLite module (whatever that is) is disabled
because it needs the LDAP libraries, and I'm too lazy to add them
  now.

svn path=/nixpkgs/trunk/; revision=2457
2005-03-25 15:13:46 +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 bf571aef78 * Skip flex on Mac OS X, use the right unzip.
svn path=/nixpkgs/trunk/; revision=2446
2005-03-23 15:50:11 +00:00
Rob Vermaas 160511bb5b removed '.tar.gz' from name of package
svn path=/nixpkgs/trunk/; revision=2438
2005-03-23 10:24:37 +00:00
Armijn Hemel 0aba140013 add gnupg
svn path=/nixpkgs/trunk/; revision=2436
2005-03-22 15:23:20 +00:00
Eelco Dolstra 55a02efa5b * Mac needs Unzip 5.52.
svn path=/nixpkgs/trunk/; revision=2434
2005-03-21 14:48:48 +00:00
Eelco Dolstra b13b00afe2 * Gqview 2.0.0.
svn path=/nixpkgs/trunk/; revision=2432
2005-03-18 09:59:41 +00:00
Eelco Dolstra 0d5afd95c8 * Docbook XSL 1.68.1.
svn path=/nixpkgs/trunk/; revision=2431
2005-03-18 09:59:25 +00:00
Rob Vermaas 421d6ac92a * mjpegtools 1.6.2
svn path=/nixpkgs/trunk/; revision=2429
2005-03-18 08:10:35 +00:00
Eelco Dolstra 10e4887e50 * Filename fix.
svn path=/nixpkgs/trunk/; revision=2427
2005-03-17 09:18:49 +00:00
Rob Vermaas c517847eab * octave: 2.9.0 needs flex anyway
svn path=/nixpkgs/trunk/; revision=2425
2005-03-16 15:13:30 +00:00
Eelco Dolstra cae1a161e2 * Automake 1.9.5.
svn path=/nixpkgs/trunk/; revision=2422
2005-03-16 10:44:39 +00:00
Rob Vermaas 305f12283a octave: corrected hash
svn path=/nixpkgs/trunk/; revision=2421
2005-03-16 08:17:02 +00:00
Rob Vermaas d27be2a586 new octave version
svn path=/nixpkgs/trunk/; revision=2420
2005-03-16 07:49:07 +00:00
Eelco Dolstra 47d7e060a5 * Acrobat Reader upgraded to 5.0.10.
* Removed acroread dependency on patchelf (it's in stdenv).

svn path=/nixpkgs/trunk/; revision=2418
2005-03-15 15:16:40 +00:00
Eelco Dolstra f6e91bc9c9 * Merge r2396.
svn path=/nixpkgs/trunk/; revision=2397
2005-03-14 09:22:26 +00:00
Eelco Dolstra df2a7e5168 * F-spot: work properly if an incompatible Mono is in the PATH.
svn path=/nixpkgs/trunk/; revision=2392
2005-03-13 20:43:04 +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 3e9383d8b1 * Added RealPlayer 10.0.3.
svn path=/nixpkgs/trunk/; revision=2389
2005-03-12 12:53:03 +00:00
Eelco Dolstra 0fde925dfc * GTK updates.
svn path=/nixpkgs/trunk/; revision=2385
2005-03-11 14:46: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 579b8893a0 * Graphviz 2.2.
svn path=/nixpkgs/trunk/; revision=2382
2005-03-11 13:15:16 +00:00
Eelco Dolstra 209037e64f * Add fspot to the cache.
svn path=/nixpkgs/trunk/; revision=2381
2005-03-11 12:46:26 +00:00
Eelco Dolstra a04773c876 * Added f-spot.
svn path=/nixpkgs/trunk/; revision=2380
2005-03-11 12:00:28 +00:00
Eelco Dolstra 8880818869 * Added libgphoto2.
svn path=/nixpkgs/trunk/; revision=2379
2005-03-11 11:08:38 +00:00
Eelco Dolstra 3ae70fc768 * Added lcms, a color management system.
svn path=/nixpkgs/trunk/; revision=2378
2005-03-11 11:02:31 +00:00
Eelco Dolstra 83f69ce406 * Added sqlite, a "zero administration" database; I like the sound of
that ;-)

svn path=/nixpkgs/trunk/; revision=2377
2005-03-11 10:55:21 +00:00
Eelco Dolstra 83ec45304d * Added libexif and the exif frontend utility.
svn path=/nixpkgs/trunk/; revision=2376
2005-03-11 10:46:20 +00:00
Eelco Dolstra 6b8a8c92da * Fix regexp to match base-32 hashes.
svn path=/nixpkgs/trunk/; revision=2375
2005-03-10 17:32:09 +00:00
Eelco Dolstra 6ec09d7357 * E2fsprogs updated to 1.36.
svn path=/nixpkgs/trunk/; revision=2372
2005-03-10 16:03:19 +00:00
Eelco Dolstra 78ef3030fe * Util-linux updated to 2.12q.
svn path=/nixpkgs/trunk/; revision=2369
2005-03-10 15:32:24 +00:00
Eelco Dolstra 8a282aa46c * Set PERL5LIB automatically in the Perl setup hook.
* Remove explicit setting of PERL5LIB.
* Use the generic Perl builder for the BerkeleyDB and XML::Parser
  modules.
* Prefix all names of Perl modules with `perl-' (in the generic Perl
  builder).

svn path=/nixpkgs/trunk/; revision=2365
2005-03-10 12:49:37 +00:00
Eelco Dolstra 93e16516a7 * TODO.
svn path=/nixpkgs/trunk/; revision=2364
2005-03-10 11:40:16 +00:00
Eelco Dolstra 88b0904545 * Remove duplicate attributes. Nice ;-)
svn path=/nixpkgs/trunk/; revision=2363
2005-03-10 11:36:46 +00:00
Eelco Dolstra a5be30e6b5 * Add some stuff to the channel.
svn path=/nixpkgs/trunk/; revision=2361
2005-03-10 09:52:27 +00:00
Eelco Dolstra bf1db9d2ab * Set the MOZILLA_FIVE_HOME variable to point to Firefox so that
MonoDevelop can browse web pages.  (Maybe this shouldn't be done in
  MonoDevelop but in a higher-level wrapper.)

svn path=/nixpkgs/trunk/; revision=2360
2005-03-09 19:08:21 +00:00
Eelco Dolstra 6b25f34d77 * Allow variables to be set to a specific value.
svn path=/nixpkgs/trunk/; revision=2359
2005-03-09 19:07:23 +00:00
Eelco Dolstra 031db34059 * Move SVN tarballs to losser.
svn path=/nixpkgs/trunk/; revision=2358
2005-03-09 18:04:16 +00:00
Eelco Dolstra 732a36cbf7 * Put a wrapper around MonoDevelop to set the GAC search path etc.
svn path=/nixpkgs/trunk/; revision=2357
2005-03-09 17:54:42 +00:00
Eelco Dolstra 7cc7ba776b * MonoDevelop (from SVN).
svn path=/nixpkgs/trunk/; revision=2356
2005-03-09 17:49:19 +00:00
Eelco Dolstra b701827950 * Added the `file' utility (required by the MonoDevelop build process).
svn path=/nixpkgs/trunk/; revision=2355
2005-03-09 17:48:46 +00:00
Eelco Dolstra 317a2b5762 * Added gtk# 1.9.2, required by MonoDevelop. However, since MonoDoc
requires the old gtk#, we keep that one around as well.

svn path=/nixpkgs/trunk/; revision=2354
2005-03-09 17:47:01 +00:00
Eelco Dolstra 5acbab6f75 * Latest gtksourceview# (from SVN).
svn path=/nixpkgs/trunk/; revision=2353
2005-03-09 17:43:54 +00:00
Eelco Dolstra dd5ef003fc * Latest gtkmozembed# (replaces gecko#).
svn path=/nixpkgs/trunk/; revision=2352
2005-03-09 17:39:11 +00:00
Eelco Dolstra 06fc15a717 * Libtool updated to 1.5.14.
svn path=/nixpkgs/trunk/; revision=2351
2005-03-09 17:38:17 +00:00
Eelco Dolstra fc2318ca63 * Autoconf updated to 2.59.
svn path=/nixpkgs/trunk/; revision=2350
2005-03-09 17:37:37 +00:00
Eelco Dolstra f06889aa3b * Gecko#.
svn path=/nixpkgs/trunk/; revision=2349
2005-03-09 15:40:16 +00:00
Eelco Dolstra 30a41232b8 * Forgot this.
svn path=/nixpkgs/trunk/; revision=2346
2005-03-08 18:52:35 +00:00
Eelco Dolstra 3bdab02041 * Some more Gnome libraries.
svn path=/nixpkgs/trunk/; revision=2345
2005-03-08 18:51:37 +00:00
Eelco Dolstra 19d7e43cf3 * Added gtksourceview and gtksourceview-sharp.
svn path=/nixpkgs/trunk/; revision=2344
2005-03-08 15:44:23 +00:00
Eelco Dolstra 8853b55a2e * Generate wrappers to add Mono to PATH and to add Monodoc and GTK# to
the GAC search path.  Unfortunately Mono doesn't yet seem to
  implement the .NET mechanisms for specifying locations for module
  dependencies.

svn path=/nixpkgs/trunk/; revision=2343
2005-03-08 14:39:00 +00:00
Eelco Dolstra acd95ba26e * Add the lib*sharpglue.so files to the DLL map. Now it's no longer
necessary to add gtk-sharp to the LD_LIBRARY_PATH.

svn path=/nixpkgs/trunk/; revision=2342
2005-03-08 11:46:02 +00:00
Eelco Dolstra 7511b7eb11 * Add a bunch of Perl XML modules.
svn path=/nixpkgs/trunk/; revision=2337
2005-03-07 13:27:28 +00:00
Eelco Dolstra 90e5c97727 * Add zlib compression support to Subversion.
* Updated Subversion to 1.1.3.

svn path=/nixpkgs/trunk/; revision=2332
2005-03-04 15:20:54 +00:00
Eelco Dolstra 9efa069a65 * Added a tool `mono-dll-fixer' to absolutise the DLL maps in the
`*.dll.config' files corresponding to CLR assemblies.  I.e., the
  full path to native libraries is included in the maps.  In effect
  this allows us to set the equivalent of an RPATH for assemblies.

* gtk-sharp: use the DLL fixer.  It's not perfect yet: I still have to
  set the LD_LIBRARY_PATH for monodoc to include the gtk-sharp lib
  directory itself, so that it can find the `*sharpglue.so' files.
  This seems to be gtk-sharp's fault; it doesn't have an entry for
  those libraries in its DLL maps.

svn path=/nixpkgs/trunk/; revision=2330
2005-03-03 17:19:58 +00:00
Eelco Dolstra e348ecff74 * Don't detect an external kerberos in configure.
svn path=/nixpkgs/trunk/; revision=2323
2005-03-02 12:02:13 +00:00
Eelco Dolstra 6e0861d8af * Don't strip everything.
svn path=/nixpkgs/trunk/; revision=2322
2005-03-02 11:31:49 +00:00
Eelco Dolstra 83562f3d1d * Remove Subversion 1.0.9, we don't need it anymore.
* Remove Subversion built with Java bindings from the cache.
* Add Mono to the cache.

svn path=/nixpkgs/trunk/; revision=2315
2005-02-27 11:29:54 +00:00
Eelco Dolstra d727755bd3 * Pass gtkLibs to gnome.
* Disable kopete (missing).

svn path=/nixpkgs/trunk/; revision=2314
2005-02-27 02:16:21 +00:00
Eelco Dolstra 7bfb0c190d * Don't use another instance of GTK - 4 is enough already ;-)
* libbonobui needs gettext for libintl.h header goodness.

svn path=/nixpkgs/trunk/; revision=2313
2005-02-27 02:08:17 +00:00
Martin Bravenboer 51ce4ea2f7 * development/libraries/gnome/*: upgraded all gnome packages
to 2.8.3.

	* development/libraries/gnome/*: copied gtk packages to gnome
	directory. gnome 2.8.3 did not work on gtk 2.4 nor gtk
	2.6. Using the specific version of the gnome platform 2.8.3 directory
	'solved' the issue.

	* development/libraries/gnome/gnome-icon-theme: new packag
	* development/libraries/gnome/libgtkhtml: new package
	* development/libraries/gnome/gtkhtml: new package
	* development/libraries/gnome/libgnomeprint: new package
	* development/libraries/gnome/libgnomeprintui: new package
	* development/libraries/gnome/gnome-keyring: new package
	* development/libraries/gnome/gail: new package
	* applications/editors/monodoc: new package

svn path=/nixpkgs/trunk/; revision=2312
2005-02-26 23:45:19 +00:00
Martin Bravenboer ca968d823c Prelim. version of MonoDevelop (not finished)
svn path=/nixpkgs/trunk/; revision=2311
2005-02-25 22:23:03 +00:00
Martin Bravenboer f7601af74e Added guile
svn path=/nixpkgs/trunk/; revision=2310
2005-02-25 22:22:40 +00:00