Commit Graph

22906 Commits

Author SHA1 Message Date
aszlig
69df841783
unity: Add Unity core package and dependencies.
Well, what a mess! Finally it's building successfully and even managed to do
some cleanups.

Probably most people might be wondering why I'm doing a port of Unity to Nix
while I personally don't use and/or even like it. The main reason is because I
tried to introduce someone to Nix and NixOS who actively uses Unity and doesn't
want to switch to something more sane^H^H^H^Hlightweight.

So let me introduce him: @gradel

He will be the new maintainer of the Unity desktop packages in Nix and I'm going
to mentor him during this process.

Enough about introduction, there still is a lot of work to do:

 * Improve directory structure of pkgs/desktop/unity.
 * Add more packages to propagatedBuildInputs to keep things DRY.
 * Maybe clean up my GIR compiler patch.
 * Add an update script to update all that stuff at once.
 * Separate the ugly sed hacks into nice clean patches.
 * Check build warnings and maybe fix them instead of removing -Werror.
 * Add missing dependencies.
 * Add missing meta information (I pretty much omitted about all of them).
 * The packages ibus, libgee and PackageKit obviously don't belong to unity,
   move them to the right locations.

And the biggest TODO:

Actually *test* it, as it is only UnityCore, I presume there is quite a bunch of
packages missing at this point.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-12 05:45:16 +01:00
aszlig
827752a536
gtk3: Update to new upstream version 3.6.2.
Unity needs at least version 3.4, so let's just update to the latest version.
We're gonna extensively test this branch either so we can fix other packages
that depend on gtk3 as well, if it should be needed. Luckily there are just a
few of those.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-12 05:44:37 +01:00
aszlig
8b574e9950
at-spi2: New package, starting at version 2.7.2.
This package consists of actually two packages:

 * at-spi-core: The core library
 * at-spi-atk: The atk-bridging library

The latter depends on the core library and is needed by unity, so watch out for
further buildInputs :-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-12 05:44:37 +01:00
aszlig
0be7f115ac
glew: Copy GLEWmx libraries to output as well.
The normal "install" target only copies libglew and nothing more, no glewinfo,
no visualinfo and no GLEWmx libraries. This is now longer the case.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-12 05:44:36 +01:00
aszlig
b5154a0222
glew: Symlink $out/lib64 to $out/lib.
Some packages tend to look into $out/lib only, which is the default in Nix
anyway as we don't need that lib32/lib64 separation.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-12 05:44:36 +01:00
aszlig
c22d51d6f1
vala: Update to new upstream version 1.18.1.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-12 05:44:36 +01:00
aszlig
43e73c1802
gtk3: Allow to build with gobject-introspection.
GIR is needed in order to build some vala-specific stuff in unity and/or its
various dependencies. I'm not sure whether we want to enable GIR by default, so
I'm leaving it optional right now.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-12 05:44:35 +01:00
aszlig
46defaedf2
pango: Allow to build with gobject-introspection.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-12 05:44:34 +01:00
aszlig
5a426c94a6
gdk-pixbuf: Allow to build with introspection.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-12 05:44:34 +01:00
aszlig
99cf8f7cf2
atk: Allow to build with gobject-introspection.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-12 05:44:31 +01:00
aszlig
d60d390a8a
gobject-introspection: Provide a setup hook.
Now the respective GIR paths should be set automatically when packages are using
gobjectIntrospection as a dependency.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-12 05:44:31 +01:00
aszlig
c58bd8f242
gobject-introspection: Introduce GIR search path.
Allow to set a NIX_GIR_PATH environment variable which can be used to set a
search PATH for .gir files, where consecutive paths are separated by colons.

The implementation in compiler.c is very ugly and far from DRY, but I'm not an
expert with glib. So don't hesitate to improve things here if you have the
patience I definitely didn't have.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-12 05:44:30 +01:00
Shea Levy
9ddd1cc78b Linux 3.7
Kernel configuration succeeds, I'll let hydra test the build
2012-12-11 11:57:04 -05:00
Rickard Nilsson
023f5a098b xcalib: Fix maintainer 2012-12-11 15:10:55 +01:00
Eelco Dolstra
f36f5cc82c Mark socat2 as lowPrio 2012-12-11 14:53:23 +01:00
Eelco Dolstra
88dcdc9bed postgresql: Update to latest versions 2012-12-11 14:08:41 +01:00
Lluís Batlle i Rossell
36f78f6d5f opencv: update to 2.4.3 2012-12-11 13:47:41 +01:00
Rickard Nilsson
71f4666903 xcalib: Fix license 2012-12-11 13:45:04 +01:00
Rickard Nilsson
bdfe779d2c Add xcalib 0.8, a tiny monitor calibration loader 2012-12-11 11:36:02 +01:00
Rickard Nilsson
6d8109555e Add legacy version 304.64 of the Nvidia driver
The current 310.x version of the Nivida driver has dropped support
for some cards (for example 6200LE).
2012-12-11 11:33:40 +01:00
Lluís Batlle i Rossell
eee3a373cf opencascade: update to 6.5.4
For GL programs, it has this new requirement:
export CSF_GraphicShr=$CASROOT/lib/libTKOpenGl.so

http://www.salome-platform.org/forum/forum_10/thread_2350
2012-12-11 09:53:26 +01:00
Lluís Batlle i Rossell
d190975896 ftgl: making it link to GL properly.
Its shared objects require mesa symbols of gl and glu.
2012-12-11 09:53:26 +01:00
Lluís Batlle i Rossell
0f7dee47a1 librecad: adding its 2.0 beta version too 2012-12-11 09:53:25 +01:00
Shea Levy
ce5ba30f64 Linux 3.6.10 2012-12-10 19:26:36 -05:00
Shea Levy
ed994dcbe2 Linux 3.4.23 2012-12-10 19:26:20 -05:00
Shea Levy
81a856c878 Linux 3.0.56 2012-12-10 19:25:00 -05:00
Peter Simons
ea68e083a1 haskell-wai-app-static: update to version 1.3.0.5 2012-12-10 12:43:49 +01:00
Peter Simons
bc41c1dc05 haskell-uniplate: update to version 1.6.9 2012-12-10 12:43:49 +01:00
Peter Simons
d62a757266 haskell-stylish-haskell: update to version 0.5.5.2 2012-12-10 12:43:49 +01:00
Peter Simons
780e808177 haskell-snap: update to version 0.10.0 2012-12-10 12:43:49 +01:00
Peter Simons
2b057f50d2 haskell-snap-loader-static: update to version 0.9.0.1 2012-12-10 12:43:49 +01:00
Peter Simons
6ed976a3a7 haskell-snap-loader-dynamic: update to version 0.10 2012-12-10 12:43:48 +01:00
Peter Simons
77862082bf haskell-shelly: update to version 0.15.0 2012-12-10 12:43:48 +01:00
Peter Simons
031a864f66 haskell-optparse-applicative: update to version 0.4.3 2012-12-10 12:43:48 +01:00
Peter Simons
d088d94906 haskell-mpppc: update to version 0.1.3 2012-12-10 12:43:48 +01:00
Peter Simons
0447c4f9ae haskell-largeword: update to version 1.0.4 2012-12-10 12:43:48 +01:00
Peter Simons
2e02d9f742 haskell-heist: update to version 0.10.0 2012-12-10 12:43:47 +01:00
Peter Simons
47828eaaf8 haskell-hakyll: update to version 3.5.2.0 2012-12-10 12:43:47 +01:00
Peter Simons
5ed517d538 haskell-glpk-hs: update to version 0.3.4 2012-12-10 12:43:47 +01:00
Peter Simons
86d2e8d90f haskell-gloss: update to version 1.7.8.1 2012-12-10 12:43:47 +01:00
Peter Simons
aba6c3b84e haskell-digestive-functors-heist: update to version 0.5.1.0 2012-12-10 12:43:47 +01:00
Peter Simons
657cab05d8 haskell-cryptohash: update to version 0.8.1 2012-12-10 12:43:47 +01:00
Peter Simons
d0eb00b578 haskell-cprng-aes: update to version 0.3.1 2012-12-10 12:43:46 +01:00
Peter Simons
3819917aa4 haskell-blaze-markup: update to version 0.5.1.4 2012-12-10 12:43:46 +01:00
Peter Simons
74172d89e3 haskell-blaze-html: update to version 0.5.1.3 2012-12-10 12:43:46 +01:00
Peter Simons
f9f9921d7c Add haskell-either version 3.0.2 and haskell-errors version 1.3.1. 2012-12-10 12:43:46 +01:00
Evgeny Egorochkin
a787cf2891 Boost: fix to install bjam 2012-12-10 13:35:24 +02:00
Michael Raskin
28d178521d Fix installation of Tk wrapper 2012-12-09 20:06:34 +04:00
Michael Raskin
47f0815655 Julia update; use Tcl/Tk 2012-12-09 11:30:44 +04:00
Eelco Dolstra
a2c2d8e28a thunderbird: Disable parallel building
It's broken just as in Firefox.

http://hydra.nixos.org/build/3441371
2012-12-09 02:07:42 +01:00