* GTK 2.4 components upgraded to latest versions.

svn path=/nixpkgs/trunk/; revision=1447
This commit is contained in:
Eelco Dolstra 2004-09-18 21:09:46 +00:00
parent 78d30da09f
commit 3993fa4db8
4 changed files with 12 additions and 12 deletions

View file

@ -3,10 +3,10 @@
assert pkgconfig != null && glib != null && perl != null;
stdenv.mkDerivation {
name = "atk-1.6.0";
name = "atk-1.6.1";
src = fetchurl {
url = ftp://ftp.gtk.org/pub/gtk/v2.4/atk-1.6.0.tar.bz2;
md5 = "5e699af22a934ea3c1c1ed3742da0500";
url = ftp://ftp.gtk.org/pub/gtk/v2.4/atk-1.6.1.tar.bz2;
md5 = "f77be7e128c957bd3056c2e270b5f283";
};
buildInputs = [pkgconfig perl];
propagatedBuildInputs = [glib];

View file

@ -3,10 +3,10 @@
assert pkgconfig != null && gettext != null && perl != null;
stdenv.mkDerivation {
name = "glib-2.4.2";
name = "glib-2.4.6";
src = fetchurl {
url = ftp://ftp.gtk.org/pub/gtk/v2.4/glib-2.4.2.tar.bz2;
md5 = "038b7cf535cbe016c6bb6033dbcf9acf";
url = ftp://ftp.gtk.org/pub/gtk/v2.4/glib-2.4.6.tar.bz2;
md5 = "a45db7d82480da431f6cd00ea041a534";
};
buildInputs = [pkgconfig gettext perl];
}

View file

@ -10,10 +10,10 @@ assert x11.buildClientLibs;
#assert x11 == pango.x11;
stdenv.mkDerivation {
name = "gtk+-2.4.3";
name = "gtk+-2.4.9";
src = fetchurl {
url = ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+-2.4.3.tar.bz2;
md5 = "debfd0fcef08683c0761f13e1ba2dced";
url = ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+-2.4.9.tar.bz2;
md5 = "bfe3b960d334e81d8f91c3509f70868d";
};
buildInputs = [pkgconfig perl libtiff libjpeg libpng];
propagatedBuildInputs = [x11 glib atk pango];

View file

@ -4,10 +4,10 @@ assert pkgconfig != null && x11 != null && glib != null;
assert x11.buildClientLibs;
stdenv.mkDerivation {
name = "pango-1.4.0";
name = "pango-1.4.1";
src = fetchurl {
url = ftp://ftp.gtk.org/pub/gtk/v2.4/pango-1.4.0.tar.bz2;
md5 = "9b5d9a5dcce5b3899d401f9c2cd6873f";
url = ftp://ftp.gtk.org/pub/gtk/v2.4/pango-1.4.1.tar.bz2;
md5 = "39868e0da250fd4c00b2970e4eb84389";
};
buildInputs = [pkgconfig];
propagatedBuildInputs = [x11 glib];