Merge branch 'gnome3'

This commit is contained in:
Luca Bruno
2014-09-02 12:59:47 +02:00
16 changed files with 32 additions and 32 deletions

View File

@@ -1,11 +1,11 @@
{ fetchurl, stdenv, pkgconfig, clutter, gtk3, glib, cogl }:
stdenv.mkDerivation rec {
name = "clutter-gst-2.0.10";
name = "clutter-gst-2.0.12";
src = fetchurl {
url = "mirror://gnome/sources/clutter-gst/2.0/${name}.tar.xz";
sha256 = "f00cf492a6d4f1036c70d8a0ebd2f0f47586ea9a9b49b1ffda79c9dc7eadca00";
sha256 = "1dgzpd5l5ld622b8185c3khvvllm5hfvq4q1a1mgzhxhj8v4bwf2";
};
propagatedBuildInputs = [ clutter gtk3 glib cogl ];

View File

@@ -7,9 +7,9 @@ stdenv.mkDerivation rec {
project = "json-glib";
major = "1";
minor = "0";
patchlevel = "0";
patchlevel = "2";
extension = "xz";
sha256 = "dbf558d2da989ab84a27e4e13daa51ceaa97eb959c2c2f80976c9322a8f4cdde";
sha256 = "887bd192da8f5edc53b490ec51bf3ffebd958a671f5963e4f3af32c22e35660a";
};
configureflags= "--with-introspection" ;