Add meta to many GNOME3 packages

svn path=/nixpkgs/trunk/; revision=31367
This commit is contained in:
Yury G. Kudryashov 2012-01-06 18:54:02 +00:00
parent 80480acf78
commit a9dc08d887
6 changed files with 31 additions and 2 deletions

View File

@ -13,4 +13,11 @@ stdenv.mkDerivation rec {
buildNativeInputs = [ pkgconfig xz intltool ];
configureFlags = "--disable-orbit";
meta = {
homepage = http://projects.gnome.org/gconf/;
description = "A system for storing application preferences";
maintainers = [ stdenv.lib.maintainers.urkud ];
inherit (gtk.meta) platforms;
};
}

View File

@ -10,6 +10,15 @@ stdenv.mkDerivation {
};
buildNativeInputs = [ xz pkgconfig ];
buildInputs = [ libX11 glib mesa libXext libXfixes libXdamage libXcomposite
libXi cogl pango atk json_glib ];
buildInputs =
[ libX11 mesa libXext libXfixes libXdamage libXcomposite libXi cogl pango
atk json_glib
];
meta = {
homepage = http://www.clutter-project.org/;
description = "An open source software library for creating fast, compelling, portable, and dynamic graphical user interfaces";
platforms = stdenv.lib.platforms.mesaPlatforms;
maintainers = [ stdenv.lib.maintainers.urkud ];
};
}

View File

@ -18,5 +18,6 @@ stdenv.mkDerivation {
meta = {
TODO = "Look at `--without-ca-certificates` again";
inherit (glib.meta) platforms maintainers;
};
}

View File

@ -10,4 +10,8 @@ stdenv.mkDerivation {
buildInputs = [ glib ];
buildNativeInputs = [ pkgconfig xz intltool ];
meta = {
inherit (glib.meta) maintainers platforms;
};
}

View File

@ -11,4 +11,8 @@ stdenv.mkDerivation {
propagatedBuildInputs = [ glib dbus_libs libgcrypt ];
buildNativeInputs = [ pkgconfig xz intltool ];
meta = {
inherit (glib.meta) platforms maintainers;
};
}

View File

@ -17,4 +17,8 @@ stdenv.mkDerivation {
# glib_networking is a runtime dependency, not a compile-time dependency
configureFlags = "--disable-tls-check";
meta = {
inherit (glib.meta) maintainers platforms;
};
}