libreoffice-fresh: 5.2.1.2 -> 5.2.2.2
This commit is contained in:
parent
d153c195ca
commit
c2e849b64d
@ -3,7 +3,7 @@
|
|||||||
rec {
|
rec {
|
||||||
major = "5";
|
major = "5";
|
||||||
minor = "2";
|
minor = "2";
|
||||||
patch = "1";
|
patch = "2";
|
||||||
tweak = "2";
|
tweak = "2";
|
||||||
|
|
||||||
subdir = "${major}.${minor}.${patch}";
|
subdir = "${major}.${minor}.${patch}";
|
||||||
@ -12,6 +12,6 @@ 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 = "14g2xwpid4vsgmc69rs7hz1wx96dfkq0cbm32vjgljsm7a19qfc1";
|
sha256 = "1q6rv935g633ngg10hzi23sg0wqfq2apyffagk7mj1kan2hflljr";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -42,14 +42,14 @@ let
|
|||||||
|
|
||||||
translations = fetchSrc {
|
translations = fetchSrc {
|
||||||
name = "translations";
|
name = "translations";
|
||||||
sha256 = "1ahdz1ynbab001441lqqlfphysr867rjcndq93z66mr5v3r1spvm";
|
sha256 = "0nxwf3b63gzb04svb6z1hi3qf95i90pwda5gpmlrfrq6250n3bpi";
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: dictionaries
|
# TODO: dictionaries
|
||||||
|
|
||||||
help = fetchSrc {
|
help = fetchSrc {
|
||||||
name = "help";
|
name = "help";
|
||||||
sha256 = "0mln1mqy3c7k4c449w5knjnc4dv0ckl0i7q47p2pldxjjf5n2887";
|
sha256 = "1gm23i0snhcm4svciypm0qiviiqv9zpiyplkh22baccs7li3kih1";
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
@ -243,6 +243,7 @@ in stdenv.mkDerivation rec {
|
|||||||
libxshmfence libatomic_ops graphite2 harfbuzz
|
libxshmfence libatomic_ops graphite2 harfbuzz
|
||||||
librevenge libe-book libmwaw glm glew ncurses
|
librevenge libe-book libmwaw glm glew ncurses
|
||||||
libodfgen CoinMP librdf_rasqal defaultIconTheme makeWrapper
|
libodfgen CoinMP librdf_rasqal defaultIconTheme makeWrapper
|
||||||
|
gdb
|
||||||
]
|
]
|
||||||
++ lib.optional kdeIntegration kde4.kdelibs;
|
++ lib.optional kdeIntegration kde4.kdelibs;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user