* GTK+ updated to 2.4.13, Glib updated to 2.4.7.

svn path=/nixpkgs/trunk/; revision=1670
This commit is contained in:
Eelco Dolstra 2004-11-03 21:27:10 +00:00
parent 8961308a07
commit 59a3c9cc6e
2 changed files with 6 additions and 6 deletions

View file

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

View file

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