Update LibreOffice to 4.4.2.2

This commit is contained in:
Michael Raskin 2015-04-05 00:49:25 +03:00
parent 7d80aed6e2
commit 07ba92e794
2 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ let
langsSpaces = stdenv.lib.concatStringsSep " " langs;
major = "4";
minor = "4";
patch = "1";
patch = "2";
tweak = "2";
subdir = "${major}.${minor}.${patch}";
version = "${subdir}${if tweak == "" then "" else "."}${tweak}";
@ -80,14 +80,14 @@ let
translations = fetchSrc {
name = "translations";
sha256 = "0a1p9jd9lgb1mxnj4c55yrlc7q2dsm5s9cyax6cwaya2q5m5xhnk";
sha256 = "0m1a09vzgh5mz0dgx2ji3fwmsqr7xymr0hhrrhf75nd1dr0blv2s";
};
# TODO: dictionaries
help = fetchSrc {
name = "help";
sha256 = "042xp6xz3gb75k332xclwfjyik63zgcw5135967nclim1sl8rgh7";
sha256 = "06i2c143dpqm4w1a9nba0gn1ayrvrhdrcm2kydzapvljgljqswkh";
};
};
@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://download.documentfoundation.org/libreoffice/src/${subdir}/libreoffice-${version}.tar.xz";
sha256 = "0pa7gf29sgsl6kxs7j1x1zl4ycv682wrj1dg22qc0kb7aijhpm2f";
sha256 = "0dif783zbh9qb4636mm055clwwsv8j6pmb8msi9lr183drnaw73x";
};
# Openoffice will open libcups dynamically, so we link it directly

View File

@ -11062,6 +11062,7 @@ let
zip = zip.override { enableNLS = false; };
boost = boost155;
glm = glm_0954;
bluez5 = bluez5_28;
fontsConf = makeFontsConf {
fontDirectories = [
freefont_ttf xorg.fontmiscmisc xorg.fontbhttf
@ -11072,7 +11073,6 @@ let
harfbuzz = harfbuzz.override {
withIcu = true; withGraphite2 = true;
};
bluez5 = bluez5_28;
};
liferea = callPackage ../applications/networking/newsreaders/liferea {