libreoffice 6.4.1.2
This commit is contained in:
@@ -24,7 +24,7 @@ lang="tr"
|
||||
def setup():
|
||||
shelltools.chmod("%s/bin/unpack-sources" % OurWorkDir)
|
||||
shelltools.export("LO_PREFIX", "/usr")
|
||||
shelltools.export("PYTHON", "python3.6")
|
||||
shelltools.export("PYTHON", "python3.8")
|
||||
|
||||
# http://site.icu-project.org/download/61#TOC-Migration-Issues
|
||||
shelltools.export("CPPFLAGS", "-DU_USING_ICU_NAMESPACE=1")
|
||||
@@ -40,17 +40,17 @@ def setup():
|
||||
--sysconfdir=/etc \
|
||||
--with-vendor="Pisi Linux" \
|
||||
--with-lang="%s" \
|
||||
--disable-gtk \
|
||||
--disable-postgresql-sdbc \
|
||||
--disable-firebird-sdbc \
|
||||
--disable-coinmp \
|
||||
--disable-odk \
|
||||
--enable-qt5 \
|
||||
--enable-gtk3 \
|
||||
--enable-kf5 \
|
||||
--enable-release-build=yes \
|
||||
--enable-python=system \
|
||||
--enable-scripting-beanshell \
|
||||
--enable-scripting-javascript \
|
||||
--enable-ext-wiki-publisher \
|
||||
--enable-ext-numbertext \
|
||||
--enable-ext-nlpsolver \
|
||||
--with-help \
|
||||
--with-myspell-dicts \
|
||||
@@ -67,7 +67,7 @@ def setup():
|
||||
--with-system-hunspell \
|
||||
--with-system-icu \
|
||||
--with-system-jpeg \
|
||||
--with-jdk-home=/usr/lib/jvm/java \
|
||||
--with-system-boost \
|
||||
--with-system-lcms2 \
|
||||
--with-system-libcdr \
|
||||
--with-system-libetonyek \
|
||||
@@ -100,7 +100,8 @@ def setup():
|
||||
--without-system-libstaroffice \
|
||||
--without-system-libzmf \
|
||||
--without-system-ucpp \
|
||||
--without-system-boost \
|
||||
--without-system-coinmp \
|
||||
--without-system-firebird \
|
||||
--without-system-libcmis \
|
||||
--without-system-orcus \
|
||||
--with-jdk-home=/usr/lib/jvm/java-8-openjdk \
|
||||
@@ -116,7 +117,10 @@ def install():
|
||||
autotools.rawInstall("DESTDIR=%s distro-pack-install" % get.installDIR())
|
||||
|
||||
# cleanup gid_Module
|
||||
pisitools.remove("gid_Module*")
|
||||
pisitools.remove("gid_Module*")
|
||||
|
||||
pisitools.remove("/usr/lib/libreoffice/share/extensions/numbertext/pythonpath/Makefile")
|
||||
pisitools.removeDir("/usr/lib/libreoffice/share/extensions/numbertext/idl/")
|
||||
|
||||
# add application descriptions
|
||||
pisitools.insinto("/usr/share/appdata/", "sysui/desktop/appstream-appdata/libreoffice-*.xml")
|
||||
@@ -127,8 +131,8 @@ def install():
|
||||
pisitools.dosym("/usr/lib/libreoffice/share/psprint/psprint.conf", "/etc/libreoffice/psprint.conf")
|
||||
|
||||
# make pyuno find its modules
|
||||
pisitools.dosym("/usr/lib/libreoffice/program/uno.py", "/usr/lib/python3.6/site-packages/uno.py")
|
||||
pisitools.dosym("/usr/lib/libreoffice/program/unohelper.py", "/usr/lib/python3.6/site-packages/unohelper.py")
|
||||
pisitools.dosym("/usr/lib/libreoffice/program/uno.py", "/usr/lib/python3.8/site-packages/uno.py")
|
||||
pisitools.dosym("/usr/lib/libreoffice/program/unohelper.py", "/usr/lib/python3.8/site-packages/unohelper.py")
|
||||
|
||||
for pix in ["libreoffice-base.png", "libreoffice-calc.png", "libreoffice-draw.png", "libreoffice-impress.png", "libreoffice-main.png", "libreoffice-math.png", "libreoffice-startcenter.png", "libreoffice-writer.png"]:
|
||||
pisitools.dosym("/usr/share/icons/hicolor/32x32/apps/%s" % pix, "/usr/share/pixmaps/%s" %pix)
|
||||
|
||||
+110
@@ -0,0 +1,110 @@
|
||||
From 193b49763a03d63ba79db50c1fa0563ec0d6b0c3 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
|
||||
Date: Wed, 29 Jan 2020 12:44:52 +0000
|
||||
Subject: [PATCH] replace boost::bimap in sdext pdfimport
|
||||
|
||||
Change-Id: Ie324a0b81931bbd427483878a87beeca455ada18
|
||||
---
|
||||
sdext/source/pdfimport/inc/pdfiprocessor.hxx | 12 ++++-------
|
||||
sdext/source/pdfimport/tree/pdfiprocessor.cxx | 21 +++++++++++--------
|
||||
2 files changed, 16 insertions(+), 17 deletions(-)
|
||||
|
||||
diff --git a/sdext/source/pdfimport/inc/pdfiprocessor.hxx b/sdext/source/pdfimport/inc/pdfiprocessor.hxx
|
||||
index 89f9d601b7b0..9e08d6a6a765 100644
|
||||
--- a/sdext/source/pdfimport/inc/pdfiprocessor.hxx
|
||||
+++ b/sdext/source/pdfimport/inc/pdfiprocessor.hxx
|
||||
@@ -37,9 +37,6 @@
|
||||
#include "treevisitorfactory.hxx"
|
||||
#include "genericelements.hxx"
|
||||
|
||||
-#include <boost/bimap/bimap.hpp>
|
||||
-#include <boost/bimap/unordered_set_of.hpp>
|
||||
-
|
||||
namespace pdfi
|
||||
{
|
||||
|
||||
@@ -160,10 +157,8 @@ namespace pdfi
|
||||
typedef std::unordered_map<sal_Int32,FontAttributes> IdToFontMap;
|
||||
typedef std::unordered_map<FontAttributes,sal_Int32,FontAttrHash> FontToIdMap;
|
||||
|
||||
- typedef boost::bimaps::bimap<
|
||||
- boost::bimaps::unordered_set_of<GraphicsContext, GraphicsContextHash>,
|
||||
- boost::bimaps::unordered_set_of<sal_Int32>
|
||||
- > GCToIdBiMap;
|
||||
+ typedef std::unordered_map<sal_Int32,GraphicsContext> IdToGCMap;
|
||||
+ typedef std::unordered_map<GraphicsContext, sal_Int32, GraphicsContextHash> GCToIdMap;
|
||||
|
||||
typedef std::vector<GraphicsContext> GraphicsContextStack;
|
||||
|
||||
@@ -178,7 +173,8 @@ namespace pdfi
|
||||
|
||||
GraphicsContextStack m_aGCStack;
|
||||
sal_Int32 m_nNextGCId;
|
||||
- GCToIdBiMap m_aGCToId;
|
||||
+ IdToGCMap m_aIdToGC;
|
||||
+ GCToIdMap m_aGCToId;
|
||||
|
||||
ImageContainer m_aImages;
|
||||
|
||||
diff --git a/sdext/source/pdfimport/tree/pdfiprocessor.cxx b/sdext/source/pdfimport/tree/pdfiprocessor.cxx
|
||||
index c6baa7fee8b2..ed2eaf6510b9 100644
|
||||
--- a/sdext/source/pdfimport/tree/pdfiprocessor.cxx
|
||||
+++ b/sdext/source/pdfimport/tree/pdfiprocessor.cxx
|
||||
@@ -54,6 +54,7 @@ namespace pdfi
|
||||
m_aFontToId(),
|
||||
m_aGCStack(),
|
||||
m_nNextGCId( 1 ),
|
||||
+ m_aIdToGC(),
|
||||
m_aGCToId(),
|
||||
m_aImages(),
|
||||
m_nPages(0),
|
||||
@@ -65,12 +66,13 @@ namespace pdfi
|
||||
aDefFont.isBold = false;
|
||||
aDefFont.isItalic = false;
|
||||
aDefFont.size = 10*PDFI_OUTDEV_RESOLUTION/72;
|
||||
- m_aIdToFont[ 0 ] = aDefFont;
|
||||
- m_aFontToId[ aDefFont ] = 0;
|
||||
+ m_aIdToFont.insert({0, aDefFont});
|
||||
+ m_aFontToId.insert({aDefFont, 0});
|
||||
|
||||
GraphicsContext aDefGC;
|
||||
m_aGCStack.push_back( aDefGC );
|
||||
- m_aGCToId.insert(GCToIdBiMap::relation(aDefGC, 0));
|
||||
+ m_aGCToId.insert({aDefGC, 0});
|
||||
+ m_aIdToGC.insert({0, aDefGC});
|
||||
}
|
||||
|
||||
void PDFIProcessor::setPageNum( sal_Int32 nPages )
|
||||
@@ -468,12 +470,13 @@ const FontAttributes& PDFIProcessor::getFont( sal_Int32 nFontId ) const
|
||||
sal_Int32 PDFIProcessor::getGCId( const GraphicsContext& rGC )
|
||||
{
|
||||
sal_Int32 nGCId = 0;
|
||||
- auto it = m_aGCToId.left.find( rGC );
|
||||
- if( it != m_aGCToId.left.end() )
|
||||
+ auto it = m_aGCToId.find( rGC );
|
||||
+ if( it != m_aGCToId.end() )
|
||||
nGCId = it->second;
|
||||
else
|
||||
{
|
||||
- m_aGCToId.insert(GCToIdBiMap::relation(rGC, m_nNextGCId));
|
||||
+ m_aGCToId.insert({rGC, m_nNextGCId});
|
||||
+ m_aIdToGC.insert({m_nNextGCId, rGC});
|
||||
nGCId = m_nNextGCId;
|
||||
m_nNextGCId++;
|
||||
}
|
||||
@@ -483,9 +486,9 @@ sal_Int32 PDFIProcessor::getGCId( const GraphicsContext& rGC )
|
||||
|
||||
const GraphicsContext& PDFIProcessor::getGraphicsContext( sal_Int32 nGCId ) const
|
||||
{
|
||||
- auto it = m_aGCToId.right.find( nGCId );
|
||||
- if( it == m_aGCToId.right.end() )
|
||||
- it = m_aGCToId.right.find( 0 );
|
||||
+ auto it = m_aIdToGC.find( nGCId );
|
||||
+ if( it == m_aIdToGC.end() )
|
||||
+ it = m_aIdToGC.find( 0 );
|
||||
return it->second;
|
||||
}
|
||||
|
||||
--
|
||||
2.24.1
|
||||
|
||||
@@ -13,64 +13,69 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>LibreOffice office suite</Summary>
|
||||
<Description>LibreOffice is an open source, multi-platform office productivity suite. It includes key desktop applications such as a word processor, a spreadsheet application, a presentation creator-viewer, a formula editor and a drawing program, with a user interface and feature set similar to other office suites. Sophisticated and flexible, LibreOffice also works transparently with a variety of file formats, including those of Microsoft Office.</Description>
|
||||
<Archive sha1sum="e2967958910cda16a218ad2832849a767be38a38" type="tarxz">http://download.documentfoundation.org/libreoffice/src/6.3.2/libreoffice-6.3.2.2.tar.xz</Archive>
|
||||
<Archive sha1sum="bfd07359fc34b7ce6285fee5978185a3b08c4d58" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/6.3.2/libreoffice-dictionaries-6.3.2.2.tar.xz</Archive>
|
||||
<Archive sha1sum="0a8a8c2631f9c901639367bcd407192a672c9dfe" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/6.3.2/libreoffice-help-6.3.2.2.tar.xz</Archive>
|
||||
<Archive sha1sum="0aac0e4a9fe88c09b000fa2c4b086cb5ed50974f" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/6.3.2/libreoffice-translations-6.3.2.2.tar.xz</Archive>
|
||||
<Archive sha1sum="d8ba9259b13e1c487af5088c0049662e33ecc5c1" type="tarxz">http://download.documentfoundation.org/libreoffice/src/6.4.1/libreoffice-6.4.1.2.tar.xz</Archive>
|
||||
<Archive sha1sum="e2b14747d0e431f82917f5931bdb8987f65366cb" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/6.4.1/libreoffice-dictionaries-6.4.1.2.tar.xz</Archive>
|
||||
<Archive sha1sum="4f1cae4e0b71d82aeb61fb964e6f78473149fc71" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/6.4.1/libreoffice-help-6.4.1.2.tar.xz</Archive>
|
||||
<Archive sha1sum="0426e60c088a13b51e8a0791dd3eb393eddc609b" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/6.4.1/libreoffice-translations-6.4.1.2.tar.xz</Archive>
|
||||
|
||||
<Archive sha1sum="e75580df2f638ef7e99743eb54d7f8015bc8c812" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">https://dev-www.libreoffice.org/src/xmlsec1-1.2.28.tar.gz</Archive>
|
||||
<Archive sha1sum="1acea86fd399ed7817879d36370d3d1f8b109050" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip</Archive>
|
||||
<Archive sha1sum="8a90669029e107b61953b90ba11545fef586c2ca" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip</Archive>
|
||||
<Archive sha1sum="2d49e11b0b711970f494294dc3698f05eb294853" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip</Archive>
|
||||
<Archive sha1sum="0a134d01e9aeb09b33f4c7450fb41abb7bed9db6" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/commons-logging-1.2-src.tar.gz</Archive>
|
||||
<Archive sha1sum="43a7ff11dd15370d456b20a093e1ee81279163a0" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip</Archive>
|
||||
<Archive sha1sum="b92930010622906778f713fb8f0153fa0683d018" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip</Archive>
|
||||
<Archive sha1sum="3232dd31859be4f7eb443c33e8e3287f394789a0" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip</Archive>
|
||||
<Archive sha1sum="47b58e0ef2d856df26372a7061ae43fae6e08051" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip</Archive>
|
||||
<Archive sha1sum="5ecb895ffc1eff2c381fa78d2197d0c57422b3df" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip</Archive>
|
||||
<Archive sha1sum="a637c0c3ad3be32d6814972e1c45e547c5f6359d" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip</Archive>
|
||||
<Archive sha1sum="e393beea80d36ff27b732882c706826988a64f5c" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip</Archive>
|
||||
<Archive sha1sum="b19ad429273abb116432eae3af955ecaf1ab5b17" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip</Archive>
|
||||
<Archive sha1sum="65dfba9970bb862d09c1f9e636b86b22f05d3936" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip</Archive>
|
||||
<Archive sha1sum="452eba922e4f41603539c9dc39947d2271e47093" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz</Archive>
|
||||
<Archive sha1sum="64620c7e4e2b1c09a8ef9806e5e30fe0d52c4bba" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">https://dev-www.libreoffice.org/src/language-subtag-registry-2019-04-03.tar.bz2</Archive>
|
||||
<Archive sha1sum="6cc86629f8d276ab1c45c3f337674284fab4eff6" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/collada2gltf-master-6258611a6a.tar.bz2</Archive>
|
||||
<Archive sha1sum="c4f5760a1d21213dc52e2cf3ad9c0b9112585f36" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/OpenCOLLADA-master-6509aa13af.tar.bz2</Archive>
|
||||
<Archive sha1sum="7168b0f40aa5c72267899601c116d2348d2f56ec" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip</Archive>
|
||||
<Archive sha1sum="3478ebc27bb76025f4b5c2ae6a9bac6090e2cb09" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip</Archive>
|
||||
<Archive sha1sum="1acd76cd63f7b19f6a0252eb029c3cb13a25aa9b" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip</Archive>
|
||||
<Archive sha1sum="f945b23b7801a3601998973028a054ee379967cb" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/libfreehand-0.1.2.tar.xz</Archive>
|
||||
<Archive sha1sum="97e14d618652e6b57447b73a8cfc89b54f2845ec" type="binary" target="libreoffice-6.3.2.2/external/tarballs">http://dev-www.libreoffice.org/src/liborcus-0.14.1.tar.gz</Archive>
|
||||
<Archive sha1sum="76497846de1f3d2ef438d79e31328107658d10be" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip</Archive>
|
||||
<Archive sha1sum="0556c392beb59433e577e3517575801212201df6" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz</Archive>
|
||||
<Archive sha1sum="d90dceea7c1a04ad4324f5ee286f3eaa9129bdbd" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">https://dev-www.libreoffice.org/src/libabw-0.1.3.tar.xz</Archive>
|
||||
<Archive sha1sum="feca71d94d2c6e6d5565ff2a3210ba61fb2451d9" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">https://dev-www.libreoffice.org/src/libcmis-0.5.2.tar.xz</Archive>
|
||||
<Archive sha1sum="2b599daeeb07ecd14ea0f7633accd67ab3fedea9" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">https://dev-www.libreoffice.org/src/libnumbertext-1.0.5.tar.xz</Archive>
|
||||
<Archive sha1sum="154279bc5939d7099697887ea15c5ca921abeaeb" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">https://dev-www.libreoffice.org/src/lxml-4.1.1.tgz</Archive>
|
||||
<Archive sha1sum="dd6b4163c752a44384f309f8dabb830161f5f85f" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/libexttextcat-3.4.5.tar.xz</Archive>
|
||||
<Archive sha1sum="660d84f6b14b7b59028f1991640fcb667882f48f" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">https://dev-www.libreoffice.org/src/libmwaw-0.3.15.tar.xz</Archive>
|
||||
<Archive sha1sum="d4f0ab61702fe24f3d89ec625616583e77a33697" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/libstaroffice-0.0.6.tar.xz</Archive>
|
||||
<Archive sha1sum="c0dc491800f4aa24960d20fa38b9f84df1c15e07" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/libzmf-0.0.2.tar.xz</Archive>
|
||||
<Archive sha1sum="18fde9588c236d51eea9437ed882d8b751daf01f" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">https://dev-www.libreoffice.org/src/libe-book-0.1.3.tar.xz</Archive>
|
||||
<Archive sha1sum="48e81c60e173552fce77ce3b414e68b7d52a5301" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">https://dev-www.libreoffice.org/src/libepubgen-0.1.1.tar.xz</Archive>
|
||||
<Archive sha1sum="f0e1b3d7996f2340a95309b61d9b27b596aca3da" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">https://dev-www.libreoffice.org/src/libqxp-0.0.2.tar.xz</Archive>
|
||||
<Archive sha1sum="815216ecc4c8cac1cc5905ca3fb5d6168c1deac4" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz</Archive>
|
||||
<Archive sha1sum="c038831d84882cdf639e038e44decb1e40527591" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz</Archive>
|
||||
<Archive sha1sum="a428758999ff573e62d06892e3d2c0b0f335787c" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/libgpg-error-1.27.tar.bz2</Archive>
|
||||
<Archive sha1sum="41ff3c2291c99db71ddca1873115b7fc0bfb5065" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/pdfium-3794.tar.bz2</Archive>
|
||||
<Archive sha1sum="870719cd3d2ef6a7fcb1d6af9ce5446edba7bfc3" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/gpgme-1.9.0.tar.bz2</Archive>
|
||||
<Archive sha1sum="e00d0bf270a99ded2a2f4abe7874b765cd338d1f" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">https://dev-www.libreoffice.org/src/libepoxy-1.5.3.tar.xz</Archive>
|
||||
<Archive sha1sum="c8432695bf1daa914a92f51e911881ed93d50604" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/src/libassuan-2.5.1.tar.bz2</Archive>
|
||||
<Archive sha1sum="ea6eee4b5999f9c02105386850f63a53f0250eaa" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">https://dev-www.libreoffice.org/src/boost_1_69_0.tar.bz2</Archive>
|
||||
<Archive sha1sum="bd92f8c5ab55777c66492a6f3566d013f19c9bbe" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">https://dev-www.libreoffice.org/src/a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz</Archive>
|
||||
<Archive sha1sum="d336802a36ed2c87dd243e7c2f1d0542dace5cca" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">https://dev-www.libreoffice.org/extern/884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf</Archive>
|
||||
<Archive sha1sum="e75580df2f638ef7e99743eb54d7f8015bc8c812" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">https://dev-www.libreoffice.org/src/xmlsec1-1.2.28.tar.gz</Archive>
|
||||
<Archive sha1sum="1acea86fd399ed7817879d36370d3d1f8b109050" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip</Archive>
|
||||
<Archive sha1sum="8a90669029e107b61953b90ba11545fef586c2ca" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip</Archive>
|
||||
<Archive sha1sum="2d49e11b0b711970f494294dc3698f05eb294853" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip</Archive>
|
||||
<Archive sha1sum="0a134d01e9aeb09b33f4c7450fb41abb7bed9db6" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/commons-logging-1.2-src.tar.gz</Archive>
|
||||
<Archive sha1sum="43a7ff11dd15370d456b20a093e1ee81279163a0" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip</Archive>
|
||||
<Archive sha1sum="b92930010622906778f713fb8f0153fa0683d018" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip</Archive>
|
||||
<Archive sha1sum="3232dd31859be4f7eb443c33e8e3287f394789a0" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip</Archive>
|
||||
<Archive sha1sum="47b58e0ef2d856df26372a7061ae43fae6e08051" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip</Archive>
|
||||
<Archive sha1sum="5ecb895ffc1eff2c381fa78d2197d0c57422b3df" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip</Archive>
|
||||
<Archive sha1sum="a637c0c3ad3be32d6814972e1c45e547c5f6359d" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip</Archive>
|
||||
<Archive sha1sum="e393beea80d36ff27b732882c706826988a64f5c" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip</Archive>
|
||||
<Archive sha1sum="b19ad429273abb116432eae3af955ecaf1ab5b17" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip</Archive>
|
||||
<Archive sha1sum="65dfba9970bb862d09c1f9e636b86b22f05d3936" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip</Archive>
|
||||
<Archive sha1sum="452eba922e4f41603539c9dc39947d2271e47093" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz</Archive>
|
||||
<Archive sha1sum="64620c7e4e2b1c09a8ef9806e5e30fe0d52c4bba" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">https://dev-www.libreoffice.org/src/language-subtag-registry-2019-04-03.tar.bz2</Archive>
|
||||
<Archive sha1sum="6cc86629f8d276ab1c45c3f337674284fab4eff6" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/collada2gltf-master-6258611a6a.tar.bz2</Archive>
|
||||
<Archive sha1sum="c4f5760a1d21213dc52e2cf3ad9c0b9112585f36" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/OpenCOLLADA-master-6509aa13af.tar.bz2</Archive>
|
||||
<Archive sha1sum="7168b0f40aa5c72267899601c116d2348d2f56ec" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip</Archive>
|
||||
<Archive sha1sum="3478ebc27bb76025f4b5c2ae6a9bac6090e2cb09" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip</Archive>
|
||||
<Archive sha1sum="1acd76cd63f7b19f6a0252eb029c3cb13a25aa9b" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip</Archive>
|
||||
<Archive sha1sum="f945b23b7801a3601998973028a054ee379967cb" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/libfreehand-0.1.2.tar.xz</Archive>
|
||||
<Archive sha1sum="0f0bce8909509b30350a2318d31e74f8d9b8d349" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">https://dev-www.libreoffice.org/src/liborcus-0.15.3.tar.gz</Archive>
|
||||
<Archive sha1sum="76497846de1f3d2ef438d79e31328107658d10be" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip</Archive>
|
||||
<Archive sha1sum="0556c392beb59433e577e3517575801212201df6" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz</Archive>
|
||||
<Archive sha1sum="d90dceea7c1a04ad4324f5ee286f3eaa9129bdbd" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">https://dev-www.libreoffice.org/src/libabw-0.1.3.tar.xz</Archive>
|
||||
<Archive sha1sum="feca71d94d2c6e6d5565ff2a3210ba61fb2451d9" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">https://dev-www.libreoffice.org/src/libcmis-0.5.2.tar.xz</Archive>
|
||||
<Archive sha1sum="2b599daeeb07ecd14ea0f7633accd67ab3fedea9" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">https://dev-www.libreoffice.org/src/libnumbertext-1.0.5.tar.xz</Archive>
|
||||
<Archive sha1sum="154279bc5939d7099697887ea15c5ca921abeaeb" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">https://dev-www.libreoffice.org/src/lxml-4.1.1.tgz</Archive>
|
||||
<Archive sha1sum="dd6b4163c752a44384f309f8dabb830161f5f85f" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/libexttextcat-3.4.5.tar.xz</Archive>
|
||||
<Archive sha1sum="660d84f6b14b7b59028f1991640fcb667882f48f" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">https://dev-www.libreoffice.org/src/libmwaw-0.3.15.tar.xz</Archive>
|
||||
<Archive sha1sum="d4f0ab61702fe24f3d89ec625616583e77a33697" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/libstaroffice-0.0.6.tar.xz</Archive>
|
||||
<Archive sha1sum="c0dc491800f4aa24960d20fa38b9f84df1c15e07" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/libzmf-0.0.2.tar.xz</Archive>
|
||||
<Archive sha1sum="18fde9588c236d51eea9437ed882d8b751daf01f" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">https://dev-www.libreoffice.org/src/libe-book-0.1.3.tar.xz</Archive>
|
||||
<Archive sha1sum="48e81c60e173552fce77ce3b414e68b7d52a5301" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">https://dev-www.libreoffice.org/src/libepubgen-0.1.1.tar.xz</Archive>
|
||||
<Archive sha1sum="f0e1b3d7996f2340a95309b61d9b27b596aca3da" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">https://dev-www.libreoffice.org/src/libqxp-0.0.2.tar.xz</Archive>
|
||||
<Archive sha1sum="815216ecc4c8cac1cc5905ca3fb5d6168c1deac4" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz</Archive>
|
||||
<Archive sha1sum="c038831d84882cdf639e038e44decb1e40527591" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz</Archive>
|
||||
<Archive sha1sum="a428758999ff573e62d06892e3d2c0b0f335787c" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/libgpg-error-1.27.tar.bz2</Archive>
|
||||
<Archive sha1sum="c283858b7cf63a0cd7c691aef4d45866b9c7051d" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">https://dev-www.libreoffice.org/src/pdfium-3963.tar.bz2</Archive>
|
||||
<Archive sha1sum="870719cd3d2ef6a7fcb1d6af9ce5446edba7bfc3" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/gpgme-1.9.0.tar.bz2</Archive>
|
||||
<Archive sha1sum="e00d0bf270a99ded2a2f4abe7874b765cd338d1f" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">https://dev-www.libreoffice.org/src/libepoxy-1.5.3.tar.xz</Archive>
|
||||
<Archive sha1sum="c8432695bf1daa914a92f51e911881ed93d50604" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/src/libassuan-2.5.1.tar.bz2</Archive>
|
||||
<Archive sha1sum="df391cea80b616eec37a51eb8b2dddb0024c8e6a" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">https://dev-www.libreoffice.org/src/QR-Code-generator-1.4.0.tar.gz</Archive>
|
||||
<Archive sha1sum="e4a5d0ae688a754a9159be581c28b63a98777115" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">https://dev-www.libreoffice.org/src/Firebird-3.0.0.32483-0.tar.bz2</Archive>
|
||||
<Archive sha1sum="f52c74abcbf55c72cd89f709db658ea33ed45154" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">https://dev-www.libreoffice.org/src/CoinMP-1.7.6.tgz</Archive>
|
||||
<Archive sha1sum="842a219491c4119b2ef148adffe9d537723a493e" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">https://dev-www.libreoffice.org/src/ltm-1.0.zip</Archive>
|
||||
<Archive sha1sum="bd92f8c5ab55777c66492a6f3566d013f19c9bbe" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">https://dev-www.libreoffice.org/src/a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz</Archive>
|
||||
<Archive sha1sum="d336802a36ed2c87dd243e7c2f1d0542dace5cca" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">https://dev-www.libreoffice.org/extern/884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf</Archive>
|
||||
<Archive sha1sum="bdec3915c01cd60e20892376aa5e5a0d3980c389" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">https://dev-www.libreoffice.org/src/b7cae45ad2c23551fd6ccb8ae2c1f59e-numbertext_0.9.5.oxt</Archive>
|
||||
<!--for test suit-->
|
||||
<Archive sha1sum="a2aaff3c6e19d7442295ca8a1c39e8c3a8b4081a" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/extern/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar</Archive>
|
||||
<Archive sha1sum="f4772556920231cf164348e51285b0c18dfc7f5b" type="binary" target="libreoffice-6.3.2.2/external/tarballs/">http://dev-www.libreoffice.org/extern/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar</Archive>
|
||||
<Archive sha1sum="a2aaff3c6e19d7442295ca8a1c39e8c3a8b4081a" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/extern/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar</Archive>
|
||||
<Archive sha1sum="f4772556920231cf164348e51285b0c18dfc7f5b" type="binary" target="libreoffice-6.4.1.2/external/tarballs/">http://dev-www.libreoffice.org/extern/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar</Archive>
|
||||
|
||||
<Patches>
|
||||
<Patch>make-pyuno-work-with-system-wide-module-install.diff</Patch>
|
||||
<Patch>0001-don-t-suppress-crashes.patch</Patch>
|
||||
<Patch level="1">0001-replace-boost-bimap-in-sdext-pdfimport.patch</Patch>
|
||||
</Patches>
|
||||
<BuildDependencies>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
@@ -90,7 +95,7 @@
|
||||
<Dependency>libXext-devel</Dependency>
|
||||
<Dependency>poppler-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency versionFrom="3.6.0">python3-devel</Dependency>
|
||||
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
|
||||
<Dependency>harfbuzz-devel</Dependency>
|
||||
<Dependency>dbus-glib-devel</Dependency>
|
||||
<Dependency>libXrandr-devel</Dependency>
|
||||
@@ -137,10 +142,36 @@
|
||||
<Dependency>raptor2-devel</Dependency>
|
||||
<Dependency>rasqal-devel</Dependency>
|
||||
<Dependency>redland-devel</Dependency>
|
||||
<!--Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency-->
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>python-lxml</Dependency>
|
||||
<Dependency>libunwind-devel</Dependency>
|
||||
<Dependency>xcb-util-wm-devel</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
<Dependency>plasma-framework-devel</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>kservice-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kcrash-devel</Dependency>
|
||||
<Dependency>kdbusaddons-devel</Dependency>
|
||||
<Dependency>kauth-devel</Dependency>
|
||||
<Dependency>kcoreaddons-devel</Dependency>
|
||||
<Dependency>kwindowsystem-devel</Dependency>
|
||||
<Dependency>kbookmarks-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>solid-devel</Dependency>
|
||||
<Dependency>kiconthemes-devel</Dependency>
|
||||
<Dependency>kjobwidgets-devel</Dependency>
|
||||
<Dependency>kcompletion-devel</Dependency>
|
||||
<Dependency>kitemviews-devel</Dependency>
|
||||
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||
<Dependency>kcodecs-devel</Dependency>
|
||||
<Dependency>ktextwidgets-devel</Dependency>
|
||||
<Dependency>attica-devel</Dependency>
|
||||
<Dependency>kglobalaccel-devel</Dependency>
|
||||
<Dependency>kguiaddons-devel</Dependency>
|
||||
<Dependency>sonnet-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -214,7 +245,7 @@
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
<Path fileType="data">/usr/share/appdata</Path>
|
||||
<Path fileType="data">/usr/share/bash-completion</Path>
|
||||
<Path fileType="data">/usr/lib/python3.6</Path>
|
||||
<Path fileType="data">/usr/lib/python3.8</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/soffice*</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/ui-previewer</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/redirectrc</Path>
|
||||
@@ -222,7 +253,255 @@
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/bootstraprc</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/oosplash</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/core.abignore</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/*.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libabplo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libacclo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libaffine_uno_uno.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libanalysislo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libanimcorelo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libavmediagst.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libavmedialo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libbasctllo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libbasegfxlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libbasprovlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libbiblo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libbinaryurplo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libbootstraplo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libcached1.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libcairocanvaslo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libcalclo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libcanvasfactorylo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libcanvastoolslo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libchartcontrollerlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libchartcorelo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libclewlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libcmdmaillo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libcollator_data.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libcomphelper.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libconfigmgrlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libcppcanvaslo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libctllo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libcuilo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libdatelo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libdbahsqllo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libdbalo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libdbaselo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libdbaxmllo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libdbplo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libdbpool2.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libdbtoolslo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libdbulo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libdeploymentgui.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libdeploymentmisclo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libdeployment.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libdesktopbe1lo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libdesktop_detectorlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libdict_ja.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libdict_zh.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libdlgprovlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libdrawinglayerlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libeditenglo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libembobj.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libemboleobj.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libemfiolo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libepoxy.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libevtattlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libexpwraplo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libfilelo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libfilterconfiglo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libflashlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libflatlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libforlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libforuilo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libfps_officelo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libfrmlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libfsstoragelo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libfwelo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libfwilo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libfwklo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libfwllo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libfwmlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libgcc3_uno.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libgielo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libgraphicfilterlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libguesslanglo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libhelplinkerlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libhsqldb.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libhwplo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libhyphenlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libi18nlangtag.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libi18npoollo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libi18nsearchlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libi18nutil.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libicglo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libindex_data.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libintrospectionlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libinvocadaptlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libinvocationlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libiolo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libjavaloaderlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libjava_uno.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libjavavmlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libjdbclo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libjpipe.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libjuh.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libjuhx.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libjvmaccesslo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libjvmfwklo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libldapbe2lo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/liblibreofficekitgtk.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/liblnglo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/liblnthlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/liblocalebe1lo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/liblocaledata_en.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/liblocaledata_es.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/liblocaledata_euro.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/liblocaledata_others.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libloglo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/liblog_uno_uno.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/liblosessioninstalllo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/liblpsolve55.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/liblwpftlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libmcnttype.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libmigrationoo2lo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libmigrationoo3lo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libmorklo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libmozbootstraplo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libmsfilterlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libmsformslo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libmswordlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libmtfrendererlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libmysqlclo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libmysql_jdbclo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libnamingservicelo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libnumbertextlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libodbclo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libodfflatxmllo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/liboffacclo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libofficebean.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/liboglcanvaslo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libOGLTranslo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libooxlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libopencllo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libpackage2.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libpasswordcontainerlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libpcrlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libpdffilterlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libpdfimportlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libpdfiumlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libPresentationMinimizerlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libPresenterScreenlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libpricinglo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libprotocolhandlerlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libproxyfaclo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libpythonloaderlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libpyuno.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libreflectionlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libreglo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/librptlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/librptuilo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/librptxmllo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsal_textenclo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsaxlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsblo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libscdlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libscfiltlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsclo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libscnlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libscriptframe.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libscuilo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsdbc2.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsdbtlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsddlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsdfiltlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsdlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsduilo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsfxlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsimplecanvaslo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libslideshowlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsmdlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsmlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsofficeapp.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsolverlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsotlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libspelllo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libspllo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsrtrs1.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libstocserviceslo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libstoragefdlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libstorelo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libstringresourcelo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsvgfilterlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsvgiolo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsvllo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsvtlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsvxcorelo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsvxlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libswdlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libswlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libswuilo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libsysshlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libt602filterlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libtextconv_dict.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libtextconversiondlgslo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libtextfdlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libtklo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libtllo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libucb1.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libucbhelper.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libucpchelp1.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libucpcmis1lo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libucpdav1.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libucpexpand1lo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libucpextlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libucpfile1.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libucpftp1.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libucpgio1lo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libucphier1.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libucpimagelo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libucppkg1.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libucptdoc1lo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libunoidllo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libunopkgapp.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libunordflo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libunoxmllo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libunsafe_uno_uno.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libupdatefeedlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libutllo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libuuilo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libuuresolverlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libvbaeventslo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libvbahelperlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libvbaobjlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libvbaswobjlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libvclcanvaslo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libvcllo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libvclplug_genlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libvclplug_gtk3lo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libvclplug_qt5lo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libwpftcalclo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libwpftdrawlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libwpftimpresslo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libwpftwriterlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libwriterfilterlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libwriterlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libwriterperfectlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libxmlfalo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libxmlfdlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libxmlreaderlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libxmlscriptlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libxmlsecurity.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libxoflo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libxolo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libxsec_xmlsec.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libxsltdlglo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libxsltfilterlo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libxstor.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libfbclient.so.2</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libpostgresql-sdbc-impllo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libpostgresql-sdbclo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libfirebird_sdbclo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libEngine12.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/pyuno.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/classes</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libdep*</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/flat_logo.svg</Path>
|
||||
@@ -282,6 +561,7 @@
|
||||
<Path fileType="data">/usr/lib/girepository-1.0/LOKDocView-0.1.typelib</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/program/xpdfimport</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/program/mailmerge.py</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/program/access2base.py</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/program/msgbox.py</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/program/pythonloader.py</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/program/pythonloader.unorc</Path>
|
||||
@@ -332,6 +612,7 @@
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/basic/ScriptBindingLibrary</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/basic/T*</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/basic/*.xlc</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/firebird/*</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/registry/ogltrans.xcd</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/registry/pdfimport.xcd</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/registry/librelogo.xcd</Path>
|
||||
@@ -355,6 +636,7 @@
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/extensions/nlpsolver</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/extensions/wiki-publisher</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/extensions/package.txt</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/extensions/numbertext/*</Path>
|
||||
<!--Help Files for Default Languages tr-TR-->
|
||||
<Path fileType="data">/usr/lib/libreoffice/help/tr</Path>
|
||||
<!--Translations Files for Default Language tr-TR-->
|
||||
@@ -406,6 +688,45 @@
|
||||
<Package>libreoffice-en-US</Package>
|
||||
</Replaces>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libreoffice-kde5-integration</Name>
|
||||
<Summary>LibreOffice KDE5 integration</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libreoffice</Dependency>
|
||||
<Dependency>plasma-framework</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kcrash</Dependency>
|
||||
<Dependency>kdbusaddons</Dependency>
|
||||
<Dependency>kauth</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kwindowsystem</Dependency>
|
||||
<Dependency>kbookmarks</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>solid</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kjobwidgets</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>kcodecs</Dependency>
|
||||
<Dependency>ktextwidgets</Dependency>
|
||||
<Dependency>attica</Dependency>
|
||||
<Dependency>kglobalaccel</Dependency>
|
||||
<Dependency>kguiaddons</Dependency>
|
||||
<Dependency>sonnet</Dependency>
|
||||
<Dependency>libepoxy</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libkf5be1lo.so</Path>
|
||||
<Path fileType="library">/usr/lib/libreoffice/program/libvclplug_kf5lo.so</Path>
|
||||
<Path fileType="data">/usr/share/appdata/org.libreoffice.kde.metainfo.xml</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libreoffice-common-dictionaries</Name>
|
||||
@@ -3422,6 +3743,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="17">
|
||||
<Date>2020-02-26</Date>
|
||||
<Version>6.4.1.2</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="16">
|
||||
<Date>2019-09-27</Date>
|
||||
<Version>6.3.2.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user