diff --git a/office/libreoffice/libreoffice/actions.py b/office/libreoffice/libreoffice/actions.py index 42c3839efe..d8ea21ffd1 100644 --- a/office/libreoffice/libreoffice/actions.py +++ b/office/libreoffice/libreoffice/actions.py @@ -29,8 +29,11 @@ def setup(): shelltools.export("LO_PREFIX", "/usr") shelltools.export("PYTHON", "python3.11") + pisitools.cflags.add("-g2") + pisitools.cxxflags.add("-g2") + # http://site.icu-project.org/download/61#TOC-Migration-Issues - shelltools.export("CPPFLAGS", "-DU_USING_ICU_NAMESPACE=1") + pisitools.cxxflags.add("-DU_USING_ICU_NAMESPACE=1") shelltools.cd(OurWorkDir) #set toolbars default icon theme as colibre @@ -38,6 +41,8 @@ def setup(): shelltools.touch("autogen.lastrun") shelltools.system('sed -e "/distro-install-file-lists/d" -i Makefile.in') + + shelltools.system('./autogen.sh \ --prefix=/usr \ --sysconfdir=/etc \ @@ -45,9 +50,11 @@ def setup(): --with-lang="%s" \ --disable-odk \ --enable-qt5 \ + --enable-qt6 \ --enable-gtk3 \ - --enable-gtk4 \ + --enable-gtk4 \ --enable-kf5 \ + --enable-kf6 \ --enable-release-build=yes \ --enable-python=system \ --enable-scripting-beanshell \ @@ -55,10 +62,46 @@ def setup(): --enable-ext-wiki-publisher \ --enable-ext-numbertext \ --enable-ext-nlpsolver \ + --enable-option-checking=fatal \ --disable-fetch-external \ --with-help \ --with-myspell-dicts \ --with-java \ + --with-system-libs \ + --without-system-dicts \ + --without-fonts \ + --without-system-altlinuxhyph \ + --without-system-beanshell \ + --without-system-box2d \ + --without-system-dragonbox \ + --without-system-firebird \ + --without-system-frozen \ + --without-system-hsqldb \ + --without-system-jfreereport \ + --without-system-libstaroffice \ + --without-system-coinmp \ + --without-system-libabw \ + --without-system-argon2 \ + --without-system-libcmis \ + --without-system-libebook \ + --without-system-libepubgen \ + --without-system-libexttextcat \ + --without-system-libfixmath \ + --without-system-libmwaw \ + --without-system-libnumbertext \ + --without-system-lpsolve \ + --without-system-mythes \ + --without-system-orcus \ + --without-system-jfreereport \ + --without-system-zxcvbn \ + --with-jdk-home=/usr/lib/jvm/java-openjdk \ + --with-external-tar=external/tarballs \ + --with-gdrive-client-id=413772536636.apps.googleusercontent.com \ + --with-gdrive-client-secret=0ZChLK6AxeA3Isu96MkwqDR4 \ + --with-parallelism=%s' % (langall, jobs.replace("-j",""))) + +""" + --enable-kf6 \ --with-system-cairo \ --with-system-clucene \ --with-system-cppunit \ @@ -91,27 +134,14 @@ def setup(): --with-system-odbc \ --with-system-openldap \ --with-system-openssl \ - --without-system-poppler \ --with-system-postgresql \ --with-system-redland \ --with-system-zlib \ --with-system-libetonyek \ --with-system-zxing \ - --without-system-dicts \ - --without-fonts \ - --without-system-hsqldb \ - --without-system-libstaroffice \ --without-system-libzmf \ - --without-system-coinmp \ - --without-system-firebird \ - --without-system-libcmis \ - --without-system-orcus \ - --with-jdk-home=/usr/lib/jvm/java-openjdk \ - --with-external-tar=external/tarballs \ - --with-gdrive-client-id=413772536636.apps.googleusercontent.com \ - --with-gdrive-client-secret=0ZChLK6AxeA3Isu96MkwqDR4 \ - --with-parallelism=%s' % (langall, jobs.replace("-j",""))) - + --without-system-poppler \ +""" def build(): shelltools.system("sed -i 's/.PHONY : check-if-root/.PHONY : /g' Makefile") shelltools.system("sed -i 's/bootstrap: check-if-root/bootstrap: /g' Makefile") diff --git a/office/libreoffice/libreoffice/files/libreoffice-splash.png b/office/libreoffice/libreoffice/files/libreoffice-splash.png index 5b0c51b9b0..71d4d7443c 100644 Binary files a/office/libreoffice/libreoffice/files/libreoffice-splash.png and b/office/libreoffice/libreoffice/files/libreoffice-splash.png differ diff --git a/office/libreoffice/libreoffice/files/sofficerc b/office/libreoffice/libreoffice/files/sofficerc index a44deebe41..6d180c0fb4 100644 --- a/office/libreoffice/libreoffice/files/sofficerc +++ b/office/libreoffice/libreoffice/files/sofficerc @@ -1,13 +1,16 @@ [Bootstrap] CrashDirectory=${$BRAND_BASE_DIR/program/bootstraprc:UserInstallation}/crash +CrashDumpEnable=true HideEula=1 Logo=1 NativeProgress=false ProgressBarColor=0,0,0 ProgressFrameColor=102,102,102 ProgressPosition=30,375 -ProgressSize=535,12 -ProgressTextBaseline=145 +ProgressSize=535,20 +ProgressPositionHigh=30,200 +ProgressSizeHigh=650,12 +ProgressTextBaseline=170 ProgressTextColor=0,0,0 SecureUserConfig=true SecureUserConfigCompress=true diff --git a/office/libreoffice/libreoffice/pspec.xml b/office/libreoffice/libreoffice/pspec.xml index d0d8b8cdb9..0504228aff 100644 --- a/office/libreoffice/libreoffice/pspec.xml +++ b/office/libreoffice/libreoffice/pspec.xml @@ -13,100 +13,77 @@ app:gui LibreOffice office suite 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. - http://download.documentfoundation.org/libreoffice/src/7.6.2/libreoffice-7.6.2.1.tar.xz - http://download.documentfoundation.org/libreoffice/src/7.6.2/libreoffice-dictionaries-7.6.2.1.tar.xz - http://download.documentfoundation.org/libreoffice/src/7.6.2/libreoffice-help-7.6.2.1.tar.xz - http://download.documentfoundation.org/libreoffice/src/7.6.2/libreoffice-translations-7.6.2.1.tar.xz + http://download.documentfoundation.org/libreoffice/src/24.2.3/libreoffice-24.2.3.2.tar.xz + http://download.documentfoundation.org/libreoffice/src/24.2.3/libreoffice-dictionaries-24.2.3.2.tar.xz + http://download.documentfoundation.org/libreoffice/src/24.2.3/libreoffice-help-24.2.3.2.tar.xz + http://download.documentfoundation.org/libreoffice/src/24.2.3/libreoffice-translations-24.2.3.2.tar.xz - - https://dev-www.libreoffice.org/src/xmlsec1-1.2.37.tar.gz - https://dev-www.libreoffice.org/src/xmlsec1-1.3.1.tar.gz - http://dev-www.libreoffice.org/src/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip - http://dev-www.libreoffice.org/src/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip - http://dev-www.libreoffice.org/src/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip - http://dev-www.libreoffice.org/src/commons-logging-1.2-src.tar.gz - http://dev-www.libreoffice.org/src/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip - http://dev-www.libreoffice.org/src/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip - http://dev-www.libreoffice.org/src/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip - http://dev-www.libreoffice.org/src/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip - http://dev-www.libreoffice.org/src/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip - http://dev-www.libreoffice.org/src/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip - http://dev-www.libreoffice.org/src/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip - http://dev-www.libreoffice.org/src/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip - http://dev-www.libreoffice.org/src/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip - http://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz - https://dev-www.libreoffice.org/src/language-subtag-registry-2023-08-02.tar.bz2 - http://dev-www.libreoffice.org/src/collada2gltf-master-6258611a6a.tar.bz2 - http://dev-www.libreoffice.org/src/OpenCOLLADA-master-6509aa13af.tar.bz2 - https://dev-www.libreoffice.org/src/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip - https://dev-www.libreoffice.org/src/62c0b97e94fe47d5e50ff605d2edf37a-hsqldb-2.3.3.zip - http://dev-www.libreoffice.org/src/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip - http://dev-www.libreoffice.org/src/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip - http://dev-www.libreoffice.org/src/libfreehand-0.1.2.tar.xz - - https://dev-www.libreoffice.org/src/liborcus-0.18.1.tar.xz - https://dev-www.libreoffice.org/src/liborcus-0.19.0.tar.xz - http://dev-www.libreoffice.org/src/beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip - http://dev-www.libreoffice.org/src/5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz - https://dev-www.libreoffice.org/src/libabw-0.1.3.tar.xz - https://dev-www.libreoffice.org/src/libcmis-0.5.2.tar.xz - https://dev-www.libreoffice.org/src/libcmis-0.6.0.tar.xz - https://dev-www.libreoffice.org/src/libnumbertext-1.0.11.tar.xz - https://dev-www.libreoffice.org/src/lxml-4.9.2.tgz - http://dev-www.libreoffice.org/src/libexttextcat-3.4.6.tar.xz - https://dev-www.libreoffice.org/src/libmwaw-0.3.21.tar.xz - http://dev-www.libreoffice.org/src/libstaroffice-0.0.7.tar.xz - http://dev-www.libreoffice.org/src/libzmf-0.0.2.tar.xz - https://dev-www.libreoffice.org/src/libe-book-0.1.3.tar.xz - https://dev-www.libreoffice.org/src/libepubgen-0.1.1.tar.xz - https://dev-www.libreoffice.org/src/libqxp-0.0.2.tar.xz - http://dev-www.libreoffice.org/src/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz - https://dev-www.libreoffice.org/src/a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz - https://dev-www.libreoffice.org/src/mythes-1.2.5.tar.xz - - - https://dev-www.libreoffice.org/src/pdfium-5778.tar.bz2 - https://dev-www.libreoffice.org/src/pdfium-6060.tar.bz2 - https://dev-www.libreoffice.org/src/frozen-1.1.1.tar.gz - https://dev-www.libreoffice.org/src/QR-Code-generator-1.4.0.tar.gz - https://dev-www.libreoffice.org/src/Firebird-3.0.7.33374-0.tar.bz2 - https://dev-www.libreoffice.org/src/Firebird-3.0.11.33703-0.tar.bz2 - https://dev-www.libreoffice.org/src/Firebird-4.0.2.2816-0.tar.xz - https://dev-www.libreoffice.org/src/CoinMP-1.7.6.tgz - https://dev-www.libreoffice.org/src/CoinMP-1.8.4.tgz - https://dev-www.libreoffice.org/src/ltm-1.2.1.tar.xz - https://dev-www.libreoffice.org/src/ltm-1.2.0.tar.xz - https://dev-www.libreoffice.org/src/box2d-2.4.1.tar.gz - https://dev-www.libreoffice.org/src/dtoa-20180411.tgz - https://dev-www.libreoffice.org/src/a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz - https://dev-www.libreoffice.org/src/mariadb-connector-c-3.3.7-src.tar.gz - https://dev-www.libreoffice.org/src/mariadb-connector-c-3.1.8-src.tar.gz - https://dev-www.libreoffice.org/src/skia-m103-b301ff025004c9cd82816c86c547588e6c24b466.tar.xz - https://dev-www.libreoffice.org/src/skia-m111-a31e897fb3dcbc96b2b40999751611d029bf5404.tar.xz - https://dev-www.libreoffice.org/src/skia-m116-2ddcf183eb260f63698aa74d1bb380f247ad7ccd.tar.xz - - - https://dev-www.libreoffice.org/src/poppler-22.12.0.tar.xz - https://dev-www.libreoffice.org/src/poppler-23.06.0.tar.xz - https://dev-www.libreoffice.org/src/poppler-23.09.0.tar.xz - https://dev-www.libreoffice.org/src/poppler-data-0.4.11.tar.gz - https://dev-www.libreoffice.org/src/poppler-data-0.4.12.tar.gz - https://dev-www.libreoffice.org/src/libcuckoo-93217f8d391718380c508a722ab9acd5e9081233.tar.gz - https://dev-www.libreoffice.org/extern/884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf - https://dev-www.libreoffice.org/extern/f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf - https://dev-www.libreoffice.org/src/b7cae45ad2c23551fd6ccb8ae2c1f59e-numbertext_0.9.5.oxt - - http://dev-www.libreoffice.org/extern/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar - https://dev-www.libreoffice.org/extern/odfvalidator-0.9.0-RC2-SNAPSHOT-jar-with-dependencies-2726ab578664434a545f8379a01a9faffac0ae73.jar - https://dev-www.libreoffice.org/extern/a1adc7a47ed126ed029893c23c8bdd43-officeotron-0.7.4-master.jar - https://dev-www.libreoffice.org/src/dragonbox-1.1.3.tar.gz - https://dev-www.libreoffice.org/src/libxml2-2.11.4.tar.xz - - https://dev-www.libreoffice.org/src/libwebp-1.3.0.tar.gz - https://dev-www.libreoffice.org/src/libwebp-1.3.1.tar.gz - https://dev-www.libreoffice.org/src/libwebp-1.3.2.tar.gz - https://dev-www.libreoffice.org/src/tiff-4.5.0rc3.tar.xz - https://dev-www.libreoffice.org/src/tiff-4.5.1.tar.xz + + http://dev-www.libreoffice.org/src/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip + http://dev-www.libreoffice.org/src/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip + http://dev-www.libreoffice.org/src/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip + http://dev-www.libreoffice.org/src/commons-logging-1.2-src.tar.gz + http://dev-www.libreoffice.org/src/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip + http://dev-www.libreoffice.org/src/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip + http://dev-www.libreoffice.org/src/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip + http://dev-www.libreoffice.org/src/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip + http://dev-www.libreoffice.org/src/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip + http://dev-www.libreoffice.org/src/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip + http://dev-www.libreoffice.org/src/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip + http://dev-www.libreoffice.org/src/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip + http://dev-www.libreoffice.org/src/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip + http://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz + https://dev-www.libreoffice.org/src/language-subtag-registry-2023-08-02.tar.bz2 + http://dev-www.libreoffice.org/src/collada2gltf-master-6258611a6a.tar.bz2 + http://dev-www.libreoffice.org/src/OpenCOLLADA-master-6509aa13af.tar.bz2 + https://dev-www.libreoffice.org/src/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip + http://dev-www.libreoffice.org/src/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip + http://dev-www.libreoffice.org/src/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip + + https://dev-www.libreoffice.org/src/liborcus-0.19.2.tar.xz + http://dev-www.libreoffice.org/src/beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip + http://dev-www.libreoffice.org/src/5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz + https://dev-www.libreoffice.org/src/libabw-0.1.3.tar.xz + https://dev-www.libreoffice.org/src/libcmis-0.6.1.tar.xz + https://dev-www.libreoffice.org/src/libnumbertext-1.0.11.tar.xz + https://dev-www.libreoffice.org/src/lxml-4.9.2.tgz + http://dev-www.libreoffice.org/src/libexttextcat-3.4.6.tar.xz + https://dev-www.libreoffice.org/src/libmwaw-0.3.21.tar.xz + http://dev-www.libreoffice.org/src/libstaroffice-0.0.7.tar.xz + + https://dev-www.libreoffice.org/src/libe-book-0.1.3.tar.xz + https://dev-www.libreoffice.org/src/libepubgen-0.1.1.tar.xz + + http://dev-www.libreoffice.org/src/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz + https://dev-www.libreoffice.org/src/mythes-1.2.5.tar.xz + https://dev-www.libreoffice.org/src/pdfium-6179.tar.bz2 + https://dev-www.libreoffice.org/src/frozen-1.1.1.tar.gz + https://dev-www.libreoffice.org/src/QR-Code-generator-1.4.0.tar.gz + https://dev-www.libreoffice.org/src/Firebird-3.0.7.33374-0.tar.bz2 + https://dev-www.libreoffice.org/src/CoinMP-1.8.4.tgz + https://dev-www.libreoffice.org/src/ltm-1.2.1.tar.xz + https://dev-www.libreoffice.org/src/box2d-2.4.1.tar.gz + https://dev-www.libreoffice.org/src/dtoa-20180411.tgz + https://dev-www.libreoffice.org/src/a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz + https://dev-www.libreoffice.org/src/mariadb-connector-c-3.3.7-src.tar.gz + https://dev-www.libreoffice.org/src/skia-m116-2ddcf183eb260f63698aa74d1bb380f247ad7ccd.tar.xz + + https://dev-www.libreoffice.org/src/libcuckoo-93217f8d391718380c508a722ab9acd5e9081233.tar.gz + https://dev-www.libreoffice.org/extern/884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf + https://dev-www.libreoffice.org/extern/f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf + https://dev-www.libreoffice.org/src/b7cae45ad2c23551fd6ccb8ae2c1f59e-numbertext_0.9.5.oxt + + + http://dev-www.libreoffice.org/extern/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar + https://dev-www.libreoffice.org/extern/a1adc7a47ed126ed029893c23c8bdd43-officeotron-0.7.4-master.jar + https://dev-www.libreoffice.org/src/dragonbox-1.1.3.tar.gz + https://dev-www.libreoffice.org/src/libxml2-2.12.6.tar.xz + https://dev-www.libreoffice.org/src/libwebp-1.3.2.tar.gz + https://dev-www.libreoffice.org/src/tiff-4.6.0.tar.xz + https://dev-www.libreoffice.org/src/zxcvbn-c-2.5.tar.gz + https://dev-www.libreoffice.org/src/Java-WebSocket-1.5.4.tar.gz + https://dev-www.libreoffice.org/src/phc-winner-argon2-20190702.tar.gz make-pyuno-work-with-system-wide-module-install.diff 623ea5c.diff @@ -126,15 +103,15 @@ lcms2-devel boost-devel libSM-devel - jdk-openjdk + jdk-openjdk jre-openjdk libX11-devel libICE-devel libxslt-devel libXext-devel - + poppler-devel openssl-devel - python3-devel + python3-devel harfbuzz-devel dbus-glib-devel libXrandr-devel @@ -182,12 +159,43 @@ raptor2-devel rasqal-devel redland-devel - qt5-base-devel - qt5-x11extras-devel python-lxml libunwind-devel xcb-util-wm-devel libxcb-devel + attica-devel + libassuan-devel + libgpg-error-devel + gpgme-devel + libepoxy-devel + ccache + zxing-cpp-devel + python3-setuptools + git + libffi-devel + xmlsec-devel + rxvt-unicode + libtommath-devel + python3-lxml + mit-kerberos-devel + zlib-devel + zip + unzip + libzmf-devel + libfreehand-devel + libqxp-devel + sane-backends-devel + bluez-libs-devel + openjpeg2-devel + abseil-cpp-devel + poppler-cpp-devel + webp-devel + + qt5-base-devel + qt5-x11extras-devel + kglobalaccel-devel + kguiaddons-devel + sonnet-devel plasma-framework-devel kio-devel kconfig-devel @@ -208,16 +216,13 @@ kwidgetsaddons-devel kcodecs-devel ktextwidgets-devel - attica-devel - kglobalaccel-devel - kguiaddons-devel - sonnet-devel - libassuan-devel - libgpg-error-devel - gpgme-devel - libepoxy-devel - ccache - zxing-cpp-devel + + kio-kf6-devel + qt6-base-devel + kconfig-kf6-devel + kcoreaddons-kf6-devel + ki18n-kf6-devel + kwindowsystem-kf6-devel @@ -247,7 +252,6 @@ libXext libxml2 libxslt - openssl freetype harfbuzz libXrandr @@ -257,12 +261,12 @@ libXinerama libjpeg-turbo gstreamer - jre-openjdk-headless + jre-openjdk gtk3 gtk4 libX11 - libxcb + libgcc libpng libwpg @@ -274,12 +278,10 @@ hunspell libepoxy libvisio - postgresql-lib - qt5-base - qt5-x11extras + + gst-plugins-base clucene - neon libcdr libmspub libpagemaker @@ -287,8 +289,18 @@ libwpd libwps libetonyek - xcb-util-wm zxing-cpp + libtommath + tiff + webp + libqxp + libzmf + xmlsec + poppler + openjpeg2 + libfreehand + mariadb-lib + postgresql-server /usr/bin @@ -300,11 +312,13 @@ /usr/share/mime-info /usr/share/pixmaps /usr/share/appdata - /usr/share/metainfo + /usr/share/metainfo/libreoffice-base.appdata.xml + /usr/share/metainfo/libreoffice-calc.appdata.xml + /usr/share/metainfo/libreoffice-draw.appdata.xml + /usr/share/metainfo/libreoffice-impress.appdata.xml + /usr/share/metainfo/libreoffice-writer.appdata.xml /usr/share/bash-completion - - /usr/lib/libreoffice/share/numbertext - /usr/lib/python3.9 + /usr/lib/python3* /usr/lib/libreoffice/program/scriptforge.py /usr/lib/libreoffice/program/soffice* /usr/lib/libreoffice/program/libavmediagtk.so @@ -341,6 +355,7 @@ /usr/lib/libreoffice/program/libCgl.so.1 /usr/lib/libreoffice/program/libclewlo.so /usr/lib/libreoffice/program/libClp.so.1 + /usr/lib/libreoffice/program/libClpSolver.so.1 /usr/lib/libreoffice/program/libcmdmaillo.so /usr/lib/libreoffice/program/libCoinMP.so.1 /usr/lib/libreoffice/program/libcollator_data.so @@ -363,8 +378,6 @@ /usr/lib/libreoffice/program/libdeployment.so /usr/lib/libreoffice/program/libdesktopbe1lo.so /usr/lib/libreoffice/program/libdesktop_detectorlo.so - /usr/lib/libreoffice/program/libdict_ja.so - /usr/lib/libreoffice/program/libdict_zh.so /usr/lib/libreoffice/program/libdlgprovlo.so /usr/lib/libreoffice/program/libdrawinglayerlo.so /usr/lib/libreoffice/program/libeditenglo.so @@ -548,7 +561,6 @@ /usr/lib/libreoffice/program/libvcllo.so /usr/lib/libreoffice/program/libvclplug_genlo.so /usr/lib/libreoffice/program/libvclplug_gtk3lo.so - /usr/lib/libreoffice/program/libvclplug_qt5lo.so /usr/lib/libreoffice/program/libwpftcalclo.so /usr/lib/libreoffice/program/libwpftdrawlo.so /usr/lib/libreoffice/program/libwpftimpresslo.so @@ -574,6 +586,7 @@ /usr/lib/libreoffice/program/libEngine12.so /usr/lib/libreoffice/program/pyuno.so /usr/lib/libreoffice/program/classes + /usr/lib/libreoffice/program/resource/common/fonts/opens___.ttf /usr/lib/libreoffice/program/libdep* /usr/lib/libreoffice/program/flat_logo.svg /usr/lib/libreoffice/program/fundamentalrc @@ -585,7 +598,6 @@ /usr/lib/libreoffice/program/opencltest /usr/lib/libreoffice/program/types /usr/lib/libreoffice/program/pagein-common - /usr/lib/libreoffice/program/resource /usr/lib/libreoffice/program/senddoc /usr/lib/libreoffice/program/shell /usr/lib/libreoffice/program/versionrc @@ -637,10 +649,8 @@ /usr/lib/libreoffice/program/pythonloader.py /usr/lib/libreoffice/program/pythonloader.unorc /usr/lib/libreoffice/program/pythonscript.py - /usr/lib/libreoffice/share/Scripts/python /usr/lib/libreoffice/share/glade - /usr/lib/libreoffice/program/libvclplug_gtk3* - /usr/lib/libreoffice/program/lo_kde5filepicker + /usr/lib/libreoffice/program/libvclplug_gtk3*> /usr/lib/libreoffice/share/xslt /usr/lib/libreoffice/program/postgresql-sdbc.ini /usr/lib/libreoffice/program/javaldx @@ -690,7 +700,6 @@ /usr/lib/libreoffice/share/basic/T* /usr/lib/libreoffice/share/basic/*.xlc /usr/lib/libreoffice/share/firebird/* - /usr/lib/libreoffice/share/classification /usr/lib/libreoffice/share/registry/ogltrans.xcd /usr/lib/libreoffice/share/registry/pdfimport.xcd /usr/lib/libreoffice/share/registry/librelogo.xcd @@ -719,6 +728,14 @@ /usr/lib/libreoffice/share/extensions/package.txt /usr/lib/libreoffice/share/extensions/numbertext/* /usr/lib/libreoffice/share/xpdfimport + /usr/lib/libreoffice/share/Scripts/python/Capitalise.py + /usr/lib/libreoffice/share/Scripts/python/HelloWorld.py + /usr/lib/libreoffice/share/Scripts/python/InsertText.py + /usr/lib/libreoffice/share/Scripts/python/NamedRanges.py + /usr/lib/libreoffice/share/Scripts/python/ScriptForgeHelper.py + /usr/lib/libreoffice/share/Scripts/python/SetCellColor.py + /usr/lib/libreoffice/share/Scripts/python/TableSample.py + /usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo.py /usr/lib/libreoffice/help/tr @@ -776,37 +793,44 @@ LibreOffice KDE5 integration libreoffice - plasma-framework kio + cairo + glib2 + libgcc + libxcb kconfig - kservice - ki18n - kcrash - kdbusaddons - kauth - kcoreaddons - kwindowsystem - kbookmarks - kxmlgui - solid - kiconthemes - kjobwidgets - kcompletion - kitemviews - kwidgetsaddons - kcodecs - ktextwidgets - attica - kglobalaccel - kguiaddons - sonnet + harfbuzz libepoxy qt5-base + qt5-x11extras /usr/lib/libreoffice/program/libkf5be1lo.so /usr/lib/libreoffice/program/libvclplug_kf5lo.so - /usr/share/appdata/org.libreoffice.kde.metainfo.xml + /usr/lib/libreoffice/program/lo_kde5filepicker + /usr/share/metainfo/org.libreoffice.kde.metainfo.xml + /usr/lib/libreoffice/program/libvclplug_qt5lo.so + + + + + libreoffice-kde6-integration + LibreOffice KDE6 integration + + libreoffice + kio-kf6 + qt6-base + kconfig-kf6 + harfbuzz + libepoxy + libgcc + cairo + + + /usr/lib/libreoffice/program/libkf6be1lo.so + /usr/lib/libreoffice/program/libvclplug_kf6lo.so + /usr/lib/libreoffice/program/lo_kde6filepicker + /usr/lib/libreoffice/program/libvclplug_qt6lo.so @@ -820,7 +844,8 @@ /usr/lib/libreoffice/share/numbertext/ms.sor /usr/lib/libreoffice/share/numbertext/no.sor /usr/lib/libreoffice/share/numbertext/sh.sor - /usr/lib/libreoffice/share/fingerprint + /usr/lib/libreoffice/share/numbertext/lg.sor + /usr/lib/libreoffice/share/numbertext/mt.sor /usr/lib/libreoffice/share/fingerprint/ha-NG.lm /usr/lib/libreoffice/share/fingerprint/emk-Latn.lm /usr/lib/libreoffice/share/fingerprint/ab.lm @@ -879,6 +904,17 @@ /usr/lib/libreoffice/share/fingerprint/fj.lm /usr/lib/libreoffice/share/fingerprint/ur.lm /usr/lib/libreoffice/share/fingerprint/vep.lm + /usr/lib/libreoffice/share/fingerprint/buc.lm + /usr/lib/libreoffice/share/fingerprint/cv.lm + /usr/lib/libreoffice/share/fingerprint/fkv.lm + /usr/lib/libreoffice/share/fingerprint/fon.lm + /usr/lib/libreoffice/share/fingerprint/kbd.lm + /usr/lib/libreoffice/share/fingerprint/lij.lm + /usr/lib/libreoffice/share/fingerprint/lld.lm + /usr/lib/libreoffice/share/fingerprint/min.lm + /usr/lib/libreoffice/share/fingerprint/nio.lm + /usr/lib/libreoffice/share/fingerprint/quh.lm + /usr/lib/libreoffice/share/fingerprint/sun.lm libreoffice-common-dictionaries @@ -2279,6 +2315,7 @@ /usr/lib/libreoffice/share/registry/*fa.xcd /usr/lib/libreoffice/share/registry/res/*fa.xcd /usr/lib/libreoffice/program/resource/fa + /usr/lib/libreoffice/share/numbertext/fa.sor /usr/lib/libreoffice/share/autocorr/acor_fa-IR.dat /usr/lib/libreoffice/share/fingerprint/fa* /usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_fa* @@ -2633,6 +2670,7 @@ /usr/lib/libreoffice/program/resource/ja /usr/lib/libreoffice/share/numbertext/ja.sor /usr/lib/libreoffice/share/wizards/resources_ja* + /usr/lib/libreoffice/program/libdict_ja.so @@ -3160,7 +3198,7 @@ /usr/lib/libreoffice/share/autotext/pa-IN /usr/lib/libreoffice/share/registry/*pa-IN.xcd /usr/lib/libreoffice/share/registry/res/*pa-IN.xcd - /usr/lib/libreoffice/program/resource/pa-IN + /usr/lib/libreoffice/program/resource/pa_IN /usr/lib/libreoffice/share/fingerprint/pa* /usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_pa* /usr/lib/libreoffice/share/wizards/resources_pa_IN* @@ -3295,9 +3333,9 @@ /usr/lib/libreoffice/share/autotext/sa-IN /usr/lib/libreoffice/share/registry/*sa-IN.xcd /usr/lib/libreoffice/share/registry/res/*sa-IN.xcd - /usr/lib/libreoffice/program/resource/sa-IN + /usr/lib/libreoffice/program/resource/sa_IN /usr/lib/libreoffice/share/fingerprint/sa.lm* - /usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sa.* + /usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sa* /usr/lib/libreoffice/share/wizards/resources_sa_IN* @@ -3447,7 +3485,7 @@ /usr/lib/libreoffice/program/resource/sr /usr/lib/libreoffice/share/autocorr/acor_sr-* /usr/lib/libreoffice/share/fingerprint/sr* - /usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sr.* + /usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sr* /usr/lib/libreoffice/share/numbertext/sr.sor /usr/lib/libreoffice/share/wizards/resources_sr* /usr/lib/libreoffice/share/extensions/dict-sr @@ -3520,7 +3558,7 @@ /usr/lib/libreoffice/share/autotext/sw-TZ /usr/lib/libreoffice/share/registry/*sw-TZ.xcd /usr/lib/libreoffice/share/registry/res/*sw-TZ.xcd - /usr/lib/libreoffice/program/resource/sw-TZ + /usr/lib/libreoffice/program/resource/sw_TZ /usr/lib/libreoffice/share/fingerprint/sw* /usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sw* /usr/lib/libreoffice/share/wizards/resources_sw_TZ* @@ -3587,6 +3625,7 @@ /usr/lib/libreoffice/readmes/*_th /usr/lib/libreoffice/share/autotext/th + /usr/lib/libreoffice/share/autocorr/acor_th-TH.dat /usr/lib/libreoffice/share/registry/*_th.xcd /usr/lib/libreoffice/share/registry/res/*_th.xcd /usr/lib/libreoffice/share/registry/Langpack-th.xcd @@ -3794,6 +3833,8 @@ /usr/lib/libreoffice/share/numbertext/zh.sor /usr/lib/libreoffice/share/wizards/resources_zh_CN* /usr/lib/libreoffice/share/fingerprint/zh-Hant.lm + /usr/lib/libreoffice/share/classification/example_zh-CN.xml + /usr/lib/libreoffice/program/libdict_zh.so @@ -3836,6 +3877,13 @@ + + 2024-05-05 + 24.2.3.2 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2023-10-22 7.6.2.1