gtk-2.x libs patchlevel upgrades

svn path=/nixpkgs/trunk/; revision=31383
This commit is contained in:
Yury G. Kudryashov
2012-01-06 23:03:37 +00:00
parent 3e1ee548ba
commit 8ba7a53129
4 changed files with 24 additions and 28 deletions
@@ -1,13 +1,12 @@
{ stdenv, fetchurl_gnome, pkgconfig, glib, libtiff, libjpeg, libpng, xlibs
, xz, jasper }:
{ stdenv, fetchurl, pkgconfig, glib, libtiff, libjpeg, libpng, xlibs, xz
, jasper }:
stdenv.mkDerivation rec {
name = src.pkgname;
stdenv.mkDerivation {
name = "gdk-pixbuf-2.24.1";
src = fetchurl_gnome {
project = "gdk-pixbuf";
major = "2"; minor = "24"; patchlevel = "0"; extension = "xz";
sha256 = "19r89nxqlpmd0ykmklz2z99dvad9svr5ndiclk7c2h84lhx1vhb7";
src = fetchurl {
url = mirror://gnome/sources/gdk-pixbuf/2.24/gdk-pixbuf-2.24.1.tar.xz;
sha256 = "1qdywh1r75lalb7z6s9pm6pmqx82chrrxqb8cdqi629nvc03yyns";
};
# !!! We might want to factor out the gdk-pixbuf-xlib subpackage.