libreoffice: update to 5.1.2.2
This commit is contained in:
parent
919f0e1a00
commit
373705c9c2
|
@ -1,11 +0,0 @@
|
|||
--- xmloff/source/draw/ximp3dscene.cxx 2016-01-27 01:58:25.000000000 +0100
|
||||
+++ xmloff/source/draw/ximp3dscene.cxx 2016-02-23 19:01:35.785368122 +0100
|
||||
@@ -66,7 +66,7 @@
|
||||
{
|
||||
::basegfx::B3DVector aVal;
|
||||
SvXMLUnitConverter::convertB3DVector(aVal, sValue);
|
||||
- if (!isnan(aVal.getX()) && !isnan(aVal.getY()) && !isnan(aVal.getZ()))
|
||||
+ if (!std::isnan(aVal.getX()) && !std::isnan(aVal.getY()) && !std::isnan(aVal.getZ()))
|
||||
{
|
||||
maDirection = aVal;
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libreoffice'
|
||||
pkgname=libreoffice
|
||||
version=5.1.0.3
|
||||
revision=3
|
||||
version=5.1.2.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-werror"
|
||||
nopie=yes
|
||||
|
@ -38,10 +38,10 @@ distfiles="
|
|||
${_baseurl}/${pkgname}-help-${version}.tar.xz
|
||||
${_baseurl}/${pkgname}-translations-${version}.tar.xz"
|
||||
checksum="
|
||||
b41b03f008dab3439bde31c1918f0477c035eab629166a79eeebb0bb6e8757b3
|
||||
718822a5ad5400e1026b18453bc38a118851df43e26255c3769078b444ab7a82
|
||||
c2e9dff6a930637ca9b203dc31b7f87b17a03419891201a386e81bfbbdc1b447
|
||||
fd0eeee993b8532288b77a43bfda9db6cdf781df3cb43f753ed01b620e760ee3"
|
||||
54ecdc9e0201a64fb6a0898b2e5ebd6c6e22c36965e3eb797ae351219e441781
|
||||
c500d21160a22808986b80230c71a1eff8b2f2102e2d5f9d1d543dcfa698a03e
|
||||
dc4d9fd6ca78ad89069ca1f0187f274c9cd83fb8849716193d25bce6ca072953
|
||||
7fbf0d742df7d9a5cf567bb8b8d78e16160936a6f339b9d035e0ac9e1d2455f0"
|
||||
skip_extraction="
|
||||
${pkgname}-dictionaries-${version}.tar.xz
|
||||
${pkgname}-help-${version}.tar.xz
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
site=http://www.libreoffice.org/download/libreoffice-fresh/
|
||||
pattern='libreoffice-\K[\d.]+'
|
Loading…
Reference in New Issue