gnome-user-docs: new package licensed under the new licenses.cc-by-30

User and system administration help for the Gnome

https://help.gnome.org/users/gnome-help/3.10
This commit is contained in:
Luca Bruno 2014-04-10 22:29:36 +02:00
parent d5b4c3c63e
commit b4096479fa
4 changed files with 29 additions and 0 deletions

View file

@ -64,6 +64,12 @@
url = https://fedoraproject.org/wiki/Licensing/BSD;
};
cc-by-30 = {
shortName = "CC BY 3.0";
fullName = "Creative Commons Attribution 3.0";
url = http://creativecommons.org/licenses/by/3.0;
};
cddl = {
shortName = "CDDL";
fullName = "Common Development Distribution License ";

View file

@ -85,6 +85,7 @@ in {
gnome3.gnome-system-log
gnome3.gnome-system-monitor
gnome3.gnome_terminal
gnome3.gnome-user-docs
gnome3.file-roller
] config.environment.gnome3.excludePackages);

View file

@ -0,0 +1,20 @@
{ stdenv, fetchurl, pkgconfig, file, gnome3, itstool, libxml2, intltool }:
stdenv.mkDerivation rec {
name = "gnome-user-docs-3.10.3";
src = fetchurl {
url = "mirror://gnome/sources/gnome-user-docs/3.10/${name}.tar.xz";
sha256 = "960b6373ea52e41e3deb3501930e024005b29d2cc958bfadc87450a291d2a905";
};
buildInputs = [ pkgconfig gnome3.yelp itstool libxml2 intltool ];
meta = with stdenv.lib; {
homepage = https://help.gnome.org/users/gnome-help/3.10;
description = "User and system administration help for the Gnome desktop";
maintainers = with maintainers; [ lethalman ];
license = licenses.cc-by-30;
platforms = platforms.linux;
};
}

View file

@ -86,6 +86,8 @@ rec {
gnome_themes_standard = callPackage ./core/gnome-themes-standard { };
gnome-user-docs = callPackage ./core/gnome-user-docs { };
grilo = callPackage ./core/grilo { };
gsettings_desktop_schemas = callPackage ./core/gsettings-desktop-schemas { };