3
0
Fork 0
forked from mirrors/nixpkgs

* Latest versions of the GTK 2.8 libraries.

svn path=/nixpkgs/trunk/; revision=4344
This commit is contained in:
Eelco Dolstra 2005-12-06 21:34:55 +00:00
parent 3da5ecfe05
commit 6869f24f1f
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.10.1";
name = "atk-1.10.3";
src = fetchurl {
url = ftp://ftp.gtk.org/pub/gtk/v2.8/atk-1.10.1.tar.bz2;
md5 = "29df8fe9016083e7eaf129bdd65d8402";
url = ftp://ftp.gtk.org/pub/gtk/v2.8/atk-1.10.3.tar.bz2;
md5 = "c84a01fea567b365c0d44b227fead948";
};
buildInputs = [pkgconfig perl];
propagatedBuildInputs = [glib];

View file

@ -3,10 +3,10 @@
assert pkgconfig != null && gettext != null && perl != null;
stdenv.mkDerivation {
name = "glib-2.8.3";
name = "glib-2.8.4";
src = fetchurl {
url = ftp://ftp.gtk.org/pub/gtk/v2.8/glib-2.8.3.tar.bz2;
md5 = "58177fe64c189b86bac1625350512159";
url = ftp://ftp.gtk.org/pub/gtk/v2.8/glib-2.8.4.tar.bz2;
md5 = "349a0f039f53584df11d2043d36c49b8";
};
buildInputs = [pkgconfig gettext perl];
}

View file

@ -8,10 +8,10 @@ assert xineramaSupport -> libXinerama != null;
stdenv.mkDerivation {
name = "gtk+-2.8.6";
name = "gtk+-2.8.8";
src = fetchurl {
url = ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-2.8.6.tar.bz2;
md5 = "2bcb9e3feb62ac895101cb8ee87ca49a";
url = ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-2.8.8.tar.bz2;
md5 = "a048757bbe37f74d0de065aa0ac29c52";
};
buildInputs = [
pkgconfig perl libtiff libjpeg libpng cairo

View file

@ -3,10 +3,10 @@
assert x11.buildClientLibs;
stdenv.mkDerivation {
name = "pango-1.10.1";
name = "pango-1.10.2";
src = fetchurl {
url = ftp://ftp.gtk.org/pub/gtk/v2.8/pango-1.10.1.tar.bz2;
md5 = "1ff4c96982f61ea6f390d09a4febdf18";
url = ftp://ftp.gtk.org/pub/gtk/v2.8/pango-1.10.2.tar.bz2;
md5 = "7302220d93ac17d2c44f356d852e81dc";
};
buildInputs = [pkgconfig];
propagatedBuildInputs = [x11 glib cairo];