lol

clutter: 1.4.0, homepage, now depends on json-glib

svn path=/nixpkgs/trunk/; revision=23962

+6 -5
+6 -5
pkgs/development/libraries/clutter/default.nix
··· 1 1 { fetchurl, stdenv, pkgconfig, mesa, libXi, libXfixes, libXdamage 2 - , libXcomposite, cairo, glib, pango, gtk }: 2 + , libXcomposite, cairo, glib, pango, gtk, json_glib }: 3 3 4 4 stdenv.mkDerivation rec { 5 - name = "clutter-1.2.10"; 5 + name = "clutter-1.4.0"; 6 6 7 7 src = fetchurl { 8 - url = "http://source.clutter-project.org/sources/clutter/1.2/${name}.tar.gz"; 9 - sha256 = "0bdnj026lqmwpgml73q4r0v90gsksjz0nv2fgjda9619bzx47igi"; 8 + url = "http://source.clutter-project.org/sources/clutter/1.4/${name}.tar.bz2"; 9 + sha256 = "15icq2gf2fi098lq1wqr7sq2cnb00g1ids050a5z3f43l1ajrnxw"; 10 10 }; 11 11 12 12 buildInputs = [ pkgconfig ]; 13 13 14 14 # There are all listed in the `Requires' field of `clutter-x11-1.0.pc'. 15 15 propagatedBuildInputs = 16 - [ mesa cairo glib pango gtk 16 + [ mesa cairo glib pango gtk json_glib 17 17 libXi libXfixes libXdamage libXcomposite 18 18 ]; 19 19 ··· 37 37 ''; 38 38 39 39 license = "LGPLv2+"; 40 + homepage = http://www.clutter-project.org/; 40 41 41 42 maintainers = [ stdenv.lib.maintainers.ludo ]; 42 43 platforms = stdenv.lib.platforms.gnu; # arbitrary choice