LibreOffice 3.6.2.2 bugfix update.

+9 -5
+4
pkgs/applications/office/openoffice/libreoffice-srcs.nix
··· 64 64 md5 = "0be45d54cc5e1c2e3102e32b8c190346"; 65 65 } 66 66 { 67 + name = "liberation-fonts-ttf-2.00.0.tar.gz"; 68 + md5 = "cfbf1ac6f61bf6cf45342a0cc9381be5"; 69 + } 70 + { 67 71 name = "swingExSrc.zip"; 68 72 md5 = "35c94d2df8893241173de1d16b6034c0"; 69 73 }
+5 -5
pkgs/applications/office/openoffice/libreoffice.nix
··· 16 16 langsSpaces = stdenv.lib.concatStringsSep " " langs; 17 17 major = "3"; 18 18 minor = "6"; 19 - patch = "1"; 19 + patch = "2"; 20 20 tweak = "2"; 21 21 subdir = "${major}.${minor}.${patch}"; 22 - version = "${subdir}.${tweak}"; 22 + version = "${subdir}${if tweak == "" then "" else "."}${tweak}"; 23 23 fetchThirdParty = {name, md5}: fetchurl { 24 24 inherit name md5; 25 25 url = "http://dev-www.libreoffice.org/src/${md5}-${name}"; ··· 36 36 }) ] ++ (map fetchThirdParty (import ./libreoffice-srcs.nix)); 37 37 translations = fetchSrc { 38 38 name = "translations"; 39 - sha256 = "0id4ad8h3fl4s2ax6r4w4af74xvagkv0qwy50f483lqq3a3pl7fl"; 39 + sha256 = "a6ef65d5acfe9be19a3d4d743cd23a1017733f651ffc57f5773a24704a282c33"; 40 40 }; 41 41 42 42 help = fetchSrc { 43 43 name = "help"; 44 - sha256 = "0jd3l3rkhmdvrvgklkmrh9zsg9hlv3vhy6s97fnzhpzr90sjqrs1"; 44 + sha256 = "55ec6ef5eef4bbf2298c3b864f67c8424ebb5ccbe7bcd6ca59abba2867989e31"; 45 45 }; 46 46 47 47 core = fetchSrc { 48 48 name = "core"; 49 - sha256 = "12zc0zviy1p3gk1v5nm4ks4rzscn68lpnl3kis4q693zhsk8jyh3"; 49 + sha256 = "5ec07ffacec09c4dcee9246cb132f7a59a618b395835e781735fd61bf47e8d37"; 50 50 }; 51 51 }; 52 52 in