Add meta to many GNOME3 packages
svn path=/nixpkgs/trunk/; revision=31367
This commit is contained in:
parent
80480acf78
commit
a9dc08d887
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -18,5 +18,6 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
TODO = "Look at `--without-ca-certificates` again";
|
||||
inherit (glib.meta) platforms maintainers;
|
||||
};
|
||||
}
|
||||
|
@ -10,4 +10,8 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ glib ];
|
||||
buildNativeInputs = [ pkgconfig xz intltool ];
|
||||
|
||||
meta = {
|
||||
inherit (glib.meta) maintainers platforms;
|
||||
};
|
||||
}
|
||||
|
@ -11,4 +11,8 @@ stdenv.mkDerivation {
|
||||
|
||||
propagatedBuildInputs = [ glib dbus_libs libgcrypt ];
|
||||
buildNativeInputs = [ pkgconfig xz intltool ];
|
||||
|
||||
meta = {
|
||||
inherit (glib.meta) platforms maintainers;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user