tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
LibreOffice 3.6.2.2 bugfix update.
Michael Raskin
13 years ago
3ab23d95
925aeb98
+9
-5
2 changed files
expand all
collapse all
unified
split
pkgs
applications
office
openoffice
libreoffice-srcs.nix
libreoffice.nix
+4
pkgs/applications/office/openoffice/libreoffice-srcs.nix
···
64
md5 = "0be45d54cc5e1c2e3102e32b8c190346";
65
}
66
{
0
0
0
0
67
name = "swingExSrc.zip";
68
md5 = "35c94d2df8893241173de1d16b6034c0";
69
}
···
64
md5 = "0be45d54cc5e1c2e3102e32b8c190346";
65
}
66
{
67
+
name = "liberation-fonts-ttf-2.00.0.tar.gz";
68
+
md5 = "cfbf1ac6f61bf6cf45342a0cc9381be5";
69
+
}
70
+
{
71
name = "swingExSrc.zip";
72
md5 = "35c94d2df8893241173de1d16b6034c0";
73
}
+5
-5
pkgs/applications/office/openoffice/libreoffice.nix
···
16
langsSpaces = stdenv.lib.concatStringsSep " " langs;
17
major = "3";
18
minor = "6";
19
-
patch = "1";
20
tweak = "2";
21
subdir = "${major}.${minor}.${patch}";
22
-
version = "${subdir}.${tweak}";
23
fetchThirdParty = {name, md5}: fetchurl {
24
inherit name md5;
25
url = "http://dev-www.libreoffice.org/src/${md5}-${name}";
···
36
}) ] ++ (map fetchThirdParty (import ./libreoffice-srcs.nix));
37
translations = fetchSrc {
38
name = "translations";
39
-
sha256 = "0id4ad8h3fl4s2ax6r4w4af74xvagkv0qwy50f483lqq3a3pl7fl";
40
};
41
42
help = fetchSrc {
43
name = "help";
44
-
sha256 = "0jd3l3rkhmdvrvgklkmrh9zsg9hlv3vhy6s97fnzhpzr90sjqrs1";
45
};
46
47
core = fetchSrc {
48
name = "core";
49
-
sha256 = "12zc0zviy1p3gk1v5nm4ks4rzscn68lpnl3kis4q693zhsk8jyh3";
50
};
51
};
52
in
···
16
langsSpaces = stdenv.lib.concatStringsSep " " langs;
17
major = "3";
18
minor = "6";
19
+
patch = "2";
20
tweak = "2";
21
subdir = "${major}.${minor}.${patch}";
22
+
version = "${subdir}${if tweak == "" then "" else "."}${tweak}";
23
fetchThirdParty = {name, md5}: fetchurl {
24
inherit name md5;
25
url = "http://dev-www.libreoffice.org/src/${md5}-${name}";
···
36
}) ] ++ (map fetchThirdParty (import ./libreoffice-srcs.nix));
37
translations = fetchSrc {
38
name = "translations";
39
+
sha256 = "a6ef65d5acfe9be19a3d4d743cd23a1017733f651ffc57f5773a24704a282c33";
40
};
41
42
help = fetchSrc {
43
name = "help";
44
+
sha256 = "55ec6ef5eef4bbf2298c3b864f67c8424ebb5ccbe7bcd6ca59abba2867989e31";
45
};
46
47
core = fetchSrc {
48
name = "core";
49
+
sha256 = "5ec07ffacec09c4dcee9246cb132f7a59a618b395835e781735fd61bf47e8d37";
50
};
51
};
52
in