forked from mirrors/nixpkgs
* GTK updates.
svn path=/nixpkgs/trunk/; revision=4537
This commit is contained in:
parent
a0c07c35c3
commit
19efa576b3
|
@ -3,10 +3,10 @@
|
|||
assert pkgconfig != null && gettext != null && perl != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "glib-2.8.4";
|
||||
name = "glib-2.8.5";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.gtk.org/pub/gtk/v2.8/glib-2.8.4.tar.bz2;
|
||||
md5 = "349a0f039f53584df11d2043d36c49b8";
|
||||
url = ftp://ftp.gtk.org/pub/gtk/v2.8/glib-2.8.5.tar.bz2;
|
||||
md5 = "334bb6892fb05aa34eae53707cc2726e";
|
||||
};
|
||||
buildInputs = [pkgconfig gettext perl];
|
||||
}
|
||||
|
|
|
@ -8,10 +8,10 @@ assert xineramaSupport -> libXinerama != null;
|
|||
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gtk+-2.8.8";
|
||||
name = "gtk+-2.8.9";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-2.8.8.tar.bz2;
|
||||
md5 = "a048757bbe37f74d0de065aa0ac29c52";
|
||||
url = ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-2.8.9.tar.bz2;
|
||||
md5 = "e7a94132ae6353106c80cd4a1106a368";
|
||||
};
|
||||
buildInputs = [
|
||||
pkgconfig perl libtiff libjpeg libpng cairo
|
||||
|
|
Loading…
Reference in a new issue