* Sync with the trunk.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14557
This commit is contained in:
Eelco Dolstra
2009-03-16 12:45:27 +00:00
339 changed files with 4943 additions and 2370 deletions

View File

@@ -1,11 +1,11 @@
{stdenv, fetchurl}:
stdenv.mkDerivation rec {
name = "man-pages-3.15";
name = "man-pages-3.18";
src = fetchurl {
url = "mirror://kernel/linux/docs/man-pages/${name}.tar.bz2";
sha256 = "0pr29ziz2d2zl2iii16372x2bqvx1a5g8xbb6wga4nxiz4w6ixhh";
sha256 = "7be08777fae2c873106f6d3ae09678444e635112ad9c52f9e9200439710dd8de";
};
preBuild = "

View File

@@ -15,8 +15,7 @@ stdenv.mkDerivation rec {
builder = ./builder.sh;
meta = {
description = ''Revised^${toString revision} Report on the
Algorithmic Language Scheme'';
description = "Revised^${toString revision} Report on the Algorithmic Language Scheme";
longDescription = ''
This package contains the GNU Info version of the

View File

@@ -23,9 +23,7 @@ stdenv.mkDerivation rec {
(textClosure localDefs
[doInstall doForceShare doPropagate]);
meta = {
description = "
A Unicode font.
";
description = "A Unicode font";
inherit src;
};
}

View File

@@ -21,9 +21,7 @@ stdenv.mkDerivation rec {
(textClosure localDefs
[doInstall doForceShare doPropagate]);
meta = {
description = "
A Unicode font.
";
description = "A Unicode font";
inherit src;
};
}

View File

@@ -31,9 +31,7 @@ wrapFonts (stdenv.mkDerivation {
'';
meta = {
description = "
UCS-fonts - Unicode bitmap fonts.
";
description = "Unicode bitmap fonts";
src = [srcA srcB srcC];
};
})

View File

@@ -20,9 +20,7 @@ stdenv.mkDerivation rec {
(textClosure localDefs
[doInstall doForceShare doPropagate]);
meta = {
description = "
A (mainly) Chinese Unicode font.
";
description = "A (mainly) Chinese Unicode font";
inherit src;
};
}

View File

@@ -1,11 +1,11 @@
{ fetchurl, stdenv }:
stdenv.mkDerivation rec {
name = "poppler-data-0.2.0";
name = "poppler-data-0.2.1";
src = fetchurl {
url = "http://poppler.freedesktop.org/${name}.tar.gz";
sha256 = "0cpa1krpd6xjbn1nv825z5p8v4cfcypdri4bhzvn2dnjy997x9k8";
sha256 = "0q56l5v89pnpkm1kqmwb1sx2zcx89q6bxz2hq2cpkq5f8kgvl3c9";
};
installFlags = "prefix=\${out}";

View File

@@ -1,2 +0,0 @@
args:
import ./common.nix "1chz63v9jr009z9jhs07klybmhyf58i8vxipigf5gkdabjiclcyr" args

View File

@@ -1,2 +0,0 @@
args:
import ./common.nix "080ny2vy00202hxcm7xm72j1zmyfs15dbsnqipwni6b2dg2am3q3" args

View File

@@ -1,16 +0,0 @@
hash: args: with args;
stdenv.mkDerivation rec {
name = "shared-mime-info-" + version;
src = fetchurl {
url = "http://freedesktop.org/~hadess/${name}.tar.bz2";
sha256 = hash;
};
buildInputs = [perl perlXMLParser pkgconfig gettext libxml2 glib];
meta = {
homepage = http://freedesktop.org/wiki/Software/shared-mime-info;
};
}

View File

@@ -0,0 +1,17 @@
{stdenv, fetchurl, pkgconfig, gettext, intltool, libxml2, glib}:
stdenv.mkDerivation rec {
name = "shared-mime-info-0.51";
src = fetchurl {
url = "http://freedesktop.org/~hadess/${name}.tar.bz2";
sha256 = "1n7fn3vnqdq5c4xjyflwryxdb75cwsmw39hdpjy90swd841pw90w";
};
buildInputs = [pkgconfig gettext intltool libxml2 glib];
meta = {
description = "A database of common MIME types";
homepage = http://freedesktop.org/wiki/Software/shared-mime-info;
};
}