* Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14557
This commit is contained in:
@@ -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 = "
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -23,9 +23,7 @@ stdenv.mkDerivation rec {
|
||||
(textClosure localDefs
|
||||
[doInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
A Unicode font.
|
||||
";
|
||||
description = "A Unicode font";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,9 +21,7 @@ stdenv.mkDerivation rec {
|
||||
(textClosure localDefs
|
||||
[doInstall doForceShare doPropagate]);
|
||||
meta = {
|
||||
description = "
|
||||
A Unicode font.
|
||||
";
|
||||
description = "A Unicode font";
|
||||
inherit src;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -31,9 +31,7 @@ wrapFonts (stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "
|
||||
UCS-fonts - Unicode bitmap fonts.
|
||||
";
|
||||
description = "Unicode bitmap fonts";
|
||||
src = [srcA srcB srcC];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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}";
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
args:
|
||||
import ./common.nix "1chz63v9jr009z9jhs07klybmhyf58i8vxipigf5gkdabjiclcyr" args
|
||||
@@ -1,2 +0,0 @@
|
||||
args:
|
||||
import ./common.nix "080ny2vy00202hxcm7xm72j1zmyfs15dbsnqipwni6b2dg2am3q3" args
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
17
pkgs/data/misc/shared-mime-info/default.nix
Normal file
17
pkgs/data/misc/shared-mime-info/default.nix
Normal 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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user