mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
Update LibreOffice to 4.3.1
This commit is contained in:
parent
41a4d1f818
commit
43654cba2c
@ -24,8 +24,8 @@ let
|
|||||||
langsSpaces = stdenv.lib.concatStringsSep " " langs;
|
langsSpaces = stdenv.lib.concatStringsSep " " langs;
|
||||||
major = "4";
|
major = "4";
|
||||||
minor = "3";
|
minor = "3";
|
||||||
patch = "0";
|
patch = "1";
|
||||||
tweak = "4";
|
tweak = "2";
|
||||||
subdir = "${major}.${minor}.${patch}";
|
subdir = "${major}.${minor}.${patch}";
|
||||||
version = "${subdir}${if tweak == "" then "" else "."}${tweak}";
|
version = "${subdir}${if tweak == "" then "" else "."}${tweak}";
|
||||||
|
|
||||||
@ -79,14 +79,14 @@ let
|
|||||||
|
|
||||||
translations = fetchSrc {
|
translations = fetchSrc {
|
||||||
name = "translations";
|
name = "translations";
|
||||||
sha256 = "1l445284mih0c7d6v3ps1piy5pbjvisyrjjvlrqizvwxqm7bxpr1";
|
sha256 = "0vj1fpr99cb124hag0hijpp3pfbbi0gak56qiikxbwbq7mab6p9h";
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: dictionaries
|
# TODO: dictionaries
|
||||||
|
|
||||||
help = fetchSrc {
|
help = fetchSrc {
|
||||||
name = "help";
|
name = "help";
|
||||||
sha256 = "0avsc11d4nmycsxvadr0xcd8z9506sjcc89hgmliqlmhmw48ax7y";
|
sha256 = "1q0vzfla764zjz6xcx6r4nc8rikwb3pr2jsraj28hhwr5b26gdfz";
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
@ -96,7 +96,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.documentfoundation.org/libreoffice/src/${subdir}/libreoffice-${version}.tar.xz";
|
url = "http://download.documentfoundation.org/libreoffice/src/${subdir}/libreoffice-${version}.tar.xz";
|
||||||
sha256 = "1r605nwjdq20qd96chqic1bjkw7y36wmpg2lzzvv5sz6gw12rzi8";
|
sha256 = "0s1j5y1gfyf3r53bbqnzirx17p49i8ah07737nrzik0ggps3lgd5";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Openoffice will open libcups dynamically, so we link it directly
|
# Openoffice will open libcups dynamically, so we link it directly
|
||||||
|
@ -184,6 +184,11 @@
|
|||||||
md5 = "1e9ddfe25ac9577da709d7b2ea36f939";
|
md5 = "1e9ddfe25ac9577da709d7b2ea36f939";
|
||||||
brief = false;
|
brief = false;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "source-sans-pro-2.010R-ro-1.065R-it.tar.gz";
|
||||||
|
md5 = "edc4d741888bc0d38e32dbaa17149596";
|
||||||
|
brief = false;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "libfreehand-0.1.0.tar.bz2";
|
name = "libfreehand-0.1.0.tar.bz2";
|
||||||
md5 = "5f029fef73e42a2c2ae4524a7513f97d";
|
md5 = "5f029fef73e42a2c2ae4524a7513f97d";
|
||||||
@ -326,8 +331,8 @@
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "libgltf-0.0.0.tar.bz2";
|
name = "libgltf-0.0.0.tar.bz2";
|
||||||
md5 = "3d9ea1f2828c46f8ba94b88a87b3326d";
|
md5 = "ca5436e916bfe70694adfe2607782786";
|
||||||
brief = false;
|
brief = true;
|
||||||
subDir = "libgltf/";
|
subDir = "libgltf/";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user