mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
* Updated Pango, Cairo, Zip.
svn path=/nixpkgs/trunk/; revision=6697
This commit is contained in:
parent
92ebe14285
commit
67c581cdcc
@ -9,10 +9,10 @@ assert postscriptSupport -> zlib != null;
|
||||
assert pngSupport -> libpng != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "cairo-1.2.2";
|
||||
name = "cairo-1.2.4";
|
||||
src = fetchurl {
|
||||
url = http://cairographics.org/releases/cairo-1.2.2.tar.gz;
|
||||
sha1 = "859b9ed4eaa200a03b9e41ccc45f3799742e6c5c";
|
||||
url = http://cairographics.org/releases/cairo-1.2.4.tar.gz;
|
||||
sha1 = "5520b771c8b85acea78fa56fc4c39b4dca6bcc7c";
|
||||
};
|
||||
buildInputs = [
|
||||
pkgconfig x11 fontconfig freetype
|
||||
|
@ -3,10 +3,10 @@
|
||||
assert x11.buildClientLibs;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pango-1.12.3";
|
||||
name = "pango-1.12.4";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.gtk.org/pub/pango/1.12/pango-1.12.3.tar.bz2;
|
||||
md5 = "c8178e11a895166d86990bb2c38d831b";
|
||||
url = ftp://ftp.gtk.org/pub/pango/1.12/pango-1.12.4.tar.bz2;
|
||||
md5 = "8f6749fe961e41dbeed72d1efcd55224";
|
||||
};
|
||||
buildInputs = [pkgconfig];
|
||||
propagatedBuildInputs = [x11 glib cairo];
|
||||
|
@ -1,8 +1,8 @@
|
||||
{stdenv, fetchurl}: stdenv.mkDerivation {
|
||||
name = "zip-2.31";
|
||||
name = "zip-2.32";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/zip231.tar.gz;
|
||||
md5 = "6bfc076664416251d7624ab3538d1cb9";
|
||||
url = http://ftp.info-zip.org/pub/infozip/src/zip232.tar.gz;
|
||||
md5 = "8a4da4460386e324debe97f3b7fe4d96";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user