diff --git a/desktop/lxqt/compton-conf/pspec.xml b/desktop/lxqt/compton-conf/pspec.xml index 93f5a50894..b60def59a5 100644 --- a/desktop/lxqt/compton-conf/pspec.xml +++ b/desktop/lxqt/compton-conf/pspec.xml @@ -41,7 +41,14 @@ - + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + 2019-02-28 0.14.1 Version bump diff --git a/desktop/lxqt/featherpad/actions.py b/desktop/lxqt/featherpad/actions.py index dde4fb2753..c80fdc056b 100644 --- a/desktop/lxqt/featherpad/actions.py +++ b/desktop/lxqt/featherpad/actions.py @@ -1,24 +1,24 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 2. -# See the file http://www.gnu.org/copyleft/gpl.txt. +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt -from pisi.actionsapi import autotools +from pisi.actionsapi import cmaketools +from pisi.actionsapi import get from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools -from pisi.actionsapi import get -from pisi.actionsapi import qt5 - -# WorkDir = "" def setup(): - qt5.configure() - + shelltools.makedirs("build") + shelltools.cd("build") + cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DPULL_TRANSLATIONS=yes", sourceDir="..") def build(): - qt5.make() + shelltools.cd("build") + cmaketools.make() def install(): - qt5.install("DESTDIR=%s" % get.installDIR()) - - pisitools.dodoc("ChangeLog", "README*", "NEWS") + shelltools.cd("build") + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/desktop/lxqt/featherpad/pspec.xml b/desktop/lxqt/featherpad/pspec.xml index f261dcec02..83d68a9fc0 100644 --- a/desktop/lxqt/featherpad/pspec.xml +++ b/desktop/lxqt/featherpad/pspec.xml @@ -13,23 +13,26 @@ app:gui FeatherPad is a lightweight Qt5 plain-text editor for Linux FeatherPad is a lightweight Qt5 plain-text editor for Linux - https://github.com/tsujan/FeatherPad/archive/V0.9.4.tar.gz + https://github.com/tsujan/FeatherPad/archive/V0.11.1.tar.gz + extra-cmake-modules qt5-base-devel qt5-linguist qt5-x11extras-devel qt5-svg-devel + hunspell-devel featherpad - libX11 - libgcc - qt5-svg + libX11 + libgcc + qt5-svg + hunspell qt5-base - qt5-x11extras + qt5-x11extras /usr/bin @@ -44,6 +47,13 @@ + + 2019-08-16 + 0.11.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2019-02-28 0.9.4 diff --git a/desktop/lxqt/libfm-qt/pspec.xml b/desktop/lxqt/libfm-qt/pspec.xml index a52ce1118b..d73fa416f2 100644 --- a/desktop/lxqt/libfm-qt/pspec.xml +++ b/desktop/lxqt/libfm-qt/pspec.xml @@ -57,7 +57,14 @@ - + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + 2019-02-28 0.14.1 version bump diff --git a/desktop/lxqt/liblxqt/pspec.xml b/desktop/lxqt/liblxqt/pspec.xml index 323050cbfc..bbc6c55ba9 100644 --- a/desktop/lxqt/liblxqt/pspec.xml +++ b/desktop/lxqt/liblxqt/pspec.xml @@ -61,7 +61,14 @@ - + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + 2019-02-28 0.14.1 Version bump diff --git a/desktop/lxqt/libqtxdg/pspec.xml b/desktop/lxqt/libqtxdg/pspec.xml index a38ba72f95..c6c7745120 100644 --- a/desktop/lxqt/libqtxdg/pspec.xml +++ b/desktop/lxqt/libqtxdg/pspec.xml @@ -61,7 +61,14 @@ - + + 2019-08-16 + 3.3.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + 2019-02-28 3.3.1 Version bump diff --git a/desktop/lxqt/libsysstat/pspec.xml b/desktop/lxqt/libsysstat/pspec.xml index 713e87cefc..90620cbb20 100644 --- a/desktop/lxqt/libsysstat/pspec.xml +++ b/desktop/lxqt/libsysstat/pspec.xml @@ -46,6 +46,13 @@ + + 2019-08-16 + 0.4.2 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2019-01-27 0.4.2 diff --git a/desktop/lxqt/lximage-qt/pspec.xml b/desktop/lxqt/lximage-qt/pspec.xml index 3355c28f80..d0e3d77ec3 100644 --- a/desktop/lxqt/lximage-qt/pspec.xml +++ b/desktop/lxqt/lximage-qt/pspec.xml @@ -51,7 +51,14 @@ - + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + 2019-02-28 0.14.1 version bump diff --git a/desktop/lxqt/lxqt-about/pspec.xml b/desktop/lxqt/lxqt-about/pspec.xml index aeb9c028ff..a2dfd7654e 100644 --- a/desktop/lxqt/lxqt-about/pspec.xml +++ b/desktop/lxqt/lxqt-about/pspec.xml @@ -38,7 +38,14 @@ - + + 2019-08-16 + 0.14.1 + rebuild for qt5-13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + 2019-02-28 0.14.1 Version bump diff --git a/desktop/lxqt/lxqt-admin/pspec.xml b/desktop/lxqt/lxqt-admin/pspec.xml index 40576273f9..1cf52ea9d6 100644 --- a/desktop/lxqt/lxqt-admin/pspec.xml +++ b/desktop/lxqt/lxqt-admin/pspec.xml @@ -37,7 +37,14 @@ - + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + 2019-02-28 0.14.1 version bump diff --git a/desktop/lxqt/lxqt-archiver/pspec.xml b/desktop/lxqt/lxqt-archiver/pspec.xml index 034232f776..6fdb79357b 100644 --- a/desktop/lxqt/lxqt-archiver/pspec.xml +++ b/desktop/lxqt/lxqt-archiver/pspec.xml @@ -54,6 +54,13 @@ + + 2019-08-16 + 0.0.96 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2019-03-20 0.0.96 diff --git a/desktop/lxqt/lxqt-build-tools/pspec.xml b/desktop/lxqt/lxqt-build-tools/pspec.xml index b5eba146fb..204247de3c 100755 --- a/desktop/lxqt/lxqt-build-tools/pspec.xml +++ b/desktop/lxqt/lxqt-build-tools/pspec.xml @@ -29,6 +29,13 @@ + + 2019-08-16 + 0.6.0 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2019-03-01 0.6.0 diff --git a/desktop/lxqt/lxqt-config/pspec.xml b/desktop/lxqt/lxqt-config/pspec.xml index 64e8b572f2..4857aee743 100644 --- a/desktop/lxqt/lxqt-config/pspec.xml +++ b/desktop/lxqt/lxqt-config/pspec.xml @@ -64,7 +64,14 @@ - + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + 2019-02-28 0.14.1 Version bump diff --git a/desktop/lxqt/lxqt-globalkeys/pspec.xml b/desktop/lxqt/lxqt-globalkeys/pspec.xml index f95e669da4..44a932d509 100644 --- a/desktop/lxqt/lxqt-globalkeys/pspec.xml +++ b/desktop/lxqt/lxqt-globalkeys/pspec.xml @@ -53,7 +53,14 @@ - + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + 2019-02-28 0.14.1 Version bump diff --git a/desktop/lxqt/lxqt-notificationd/pspec.xml b/desktop/lxqt/lxqt-notificationd/pspec.xml index 47ab4d956f..25202aeac4 100644 --- a/desktop/lxqt/lxqt-notificationd/pspec.xml +++ b/desktop/lxqt/lxqt-notificationd/pspec.xml @@ -40,7 +40,14 @@ - + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + 2019-02-28 0.14.1 Version bump diff --git a/desktop/lxqt/lxqt-openssh-askpass/pspec.xml b/desktop/lxqt/lxqt-openssh-askpass/pspec.xml index fc2d7b468b..9095f25768 100644 --- a/desktop/lxqt/lxqt-openssh-askpass/pspec.xml +++ b/desktop/lxqt/lxqt-openssh-askpass/pspec.xml @@ -36,6 +36,13 @@ + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2019-02-28 0.14.1 diff --git a/desktop/lxqt/lxqt-panel/files/panel.conf b/desktop/lxqt/lxqt-panel/files/panel.conf index 89ac56b83c..ca929fe26c 100644 --- a/desktop/lxqt/lxqt-panel/files/panel.conf +++ b/desktop/lxqt/lxqt-panel/files/panel.conf @@ -39,14 +39,14 @@ background-color=@Variant(\0\0\0\x43\0\xff\xff\0\0\0\0\0\0\0\0) background-image= desktop=0 font-color=@Variant(\0\0\0\x43\0\xff\xff\0\0\0\0\0\0\0\0) -hidable=false +hidable=true iconSize=28 lineCount=1 lockPanel=false opacity=100 panelSize=38 plugins=mainmenu, desktopswitch, showdesktop, quicklaunch, taskbar, tray, kbindicator, statusnotifier, networkmonitor, volume, mount, worldclock -position=Bottom +position=Left reserve-space=true show-delay=0 width=100 diff --git a/desktop/lxqt/lxqt-panel/pspec.xml b/desktop/lxqt/lxqt-panel/pspec.xml index b313a5c58d..1f1493892e 100644 --- a/desktop/lxqt/lxqt-panel/pspec.xml +++ b/desktop/lxqt/lxqt-panel/pspec.xml @@ -91,6 +91,13 @@ + + 2019-06-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2019-02-28 0.14.1 diff --git a/desktop/lxqt/lxqt-policykit/pspec.xml b/desktop/lxqt/lxqt-policykit/pspec.xml index cec7a679c2..2520548c0f 100644 --- a/desktop/lxqt/lxqt-policykit/pspec.xml +++ b/desktop/lxqt/lxqt-policykit/pspec.xml @@ -45,6 +45,13 @@ + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2019-02-28 0.14.1 diff --git a/desktop/lxqt/lxqt-powermanagement/pspec.xml b/desktop/lxqt/lxqt-powermanagement/pspec.xml index 8fd6e0740d..a636f5ab91 100644 --- a/desktop/lxqt/lxqt-powermanagement/pspec.xml +++ b/desktop/lxqt/lxqt-powermanagement/pspec.xml @@ -46,6 +46,13 @@ + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2019-02-28 0.14.1 diff --git a/desktop/lxqt/lxqt-qtplugin/pspec.xml b/desktop/lxqt/lxqt-qtplugin/pspec.xml index 4096e8031f..edc9af4d1b 100644 --- a/desktop/lxqt/lxqt-qtplugin/pspec.xml +++ b/desktop/lxqt/lxqt-qtplugin/pspec.xml @@ -41,6 +41,13 @@ + + 2019-08-16 + 0.14.0 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2019-01-27 0.14.0 diff --git a/desktop/lxqt/lxqt-runner/pspec.xml b/desktop/lxqt/lxqt-runner/pspec.xml index 3248f719e0..2b2c99d4f7 100644 --- a/desktop/lxqt/lxqt-runner/pspec.xml +++ b/desktop/lxqt/lxqt-runner/pspec.xml @@ -48,6 +48,13 @@ + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2019-02-28 0.14.1 diff --git a/desktop/lxqt/lxqt-session/pspec.xml b/desktop/lxqt/lxqt-session/pspec.xml index bef41536d7..f5eb35560c 100644 --- a/desktop/lxqt/lxqt-session/pspec.xml +++ b/desktop/lxqt/lxqt-session/pspec.xml @@ -52,6 +52,13 @@ + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2019-02-28 0.14.1 diff --git a/desktop/lxqt/lxqt-sudo/pspec.xml b/desktop/lxqt/lxqt-sudo/pspec.xml index 7adf244906..b124a0605c 100644 --- a/desktop/lxqt/lxqt-sudo/pspec.xml +++ b/desktop/lxqt/lxqt-sudo/pspec.xml @@ -38,6 +38,13 @@ + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2019-02-28 0.14.1 diff --git a/desktop/lxqt/lxqt-themes/pspec.xml b/desktop/lxqt/lxqt-themes/pspec.xml index 0132f8607c..cd83e0ba72 100644 --- a/desktop/lxqt/lxqt-themes/pspec.xml +++ b/desktop/lxqt/lxqt-themes/pspec.xml @@ -50,7 +50,15 @@ light.png + + + 2019-08-16 + 0.14.0 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2019-02-28 0.14.0 diff --git a/desktop/lxqt/lxqt-wallet/pspec.xml b/desktop/lxqt/lxqt-wallet/pspec.xml index f7fe30b441..ec88722d30 100644 --- a/desktop/lxqt/lxqt-wallet/pspec.xml +++ b/desktop/lxqt/lxqt-wallet/pspec.xml @@ -14,7 +14,7 @@ app:gui lxqt Qt-based wallet manager - Qt-based wallet manager + Qt-based wallet manager https://github.com/mhogomchungu/lxqt_wallet/archive/3.1.0.tar.gz cmake @@ -34,7 +34,7 @@ libgcrypt kwallet libsecret - qt5-base + qt5-base /usr/lib/liblxqt-wallet.* @@ -57,6 +57,13 @@ + + 2019-08-16 + 3.1.0 + Rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2019-01-02 3.1.0 diff --git a/desktop/lxqt/menu-cache/pspec.xml b/desktop/lxqt/menu-cache/pspec.xml index 57bc779cb6..3c84ccc59e 100644 --- a/desktop/lxqt/menu-cache/pspec.xml +++ b/desktop/lxqt/menu-cache/pspec.xml @@ -46,6 +46,13 @@ + + 2019-08-16 + 1.1.0 + Rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2019-01-02 1.1.0 diff --git a/desktop/lxqt/obconf-qt/pspec.xml b/desktop/lxqt/obconf-qt/pspec.xml index e913f0b64c..35e0ef7b17 100644 --- a/desktop/lxqt/obconf-qt/pspec.xml +++ b/desktop/lxqt/obconf-qt/pspec.xml @@ -41,7 +41,14 @@ - + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + 2019-02-28 0.14.1 Version Bump diff --git a/desktop/lxqt/pavucontrol-qt/pspec.xml b/desktop/lxqt/pavucontrol-qt/pspec.xml index d688dcdde3..c8197573b3 100644 --- a/desktop/lxqt/pavucontrol-qt/pspec.xml +++ b/desktop/lxqt/pavucontrol-qt/pspec.xml @@ -41,7 +41,14 @@ - + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + 2019-02-28 0.14.1 Version bump diff --git a/desktop/lxqt/pcmanfm-qt/pspec.xml b/desktop/lxqt/pcmanfm-qt/pspec.xml index 6e049006e6..aa461d02be 100644 --- a/desktop/lxqt/pcmanfm-qt/pspec.xml +++ b/desktop/lxqt/pcmanfm-qt/pspec.xml @@ -60,6 +60,13 @@ + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2019-02-28 0.14.1 diff --git a/desktop/lxqt/qlipper/pspec.xml b/desktop/lxqt/qlipper/pspec.xml index c1cb238579..dad52ee969 100644 --- a/desktop/lxqt/qlipper/pspec.xml +++ b/desktop/lxqt/qlipper/pspec.xml @@ -13,7 +13,7 @@ qlipper Lightweight and cross-platform clipboard history applet. Lightweight and cross-platform clipboard history applet. - https://github.com/pvanek/qlipper/archive/5.1.1.tar.gz + https://github.com/pvanek/qlipper/archive/5.1.2.tar.gz cmake qt5-base-devel @@ -37,6 +37,13 @@ + + 2019-08-16 + 5.1.2 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2019-01-02 5.1.1 diff --git a/desktop/lxqt/qps/pspec.xml b/desktop/lxqt/qps/pspec.xml index b30cf95475..af5a095920 100644 --- a/desktop/lxqt/qps/pspec.xml +++ b/desktop/lxqt/qps/pspec.xml @@ -37,7 +37,14 @@ - + + 2019-08-16 + 1.10.20 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + 2019-02-28 1.10.20 Version bump diff --git a/desktop/lxqt/qterminal/pspec.xml b/desktop/lxqt/qterminal/pspec.xml index 55fa1cb759..b237aefc57 100644 --- a/desktop/lxqt/qterminal/pspec.xml +++ b/desktop/lxqt/qterminal/pspec.xml @@ -2,7 +2,7 @@ qterminal - https://github.com/qterminal‎ + https://github.com/lxqt/qterminal‎ Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org @@ -46,6 +46,13 @@ + + 2019-08-16 + 0.14.1 + rebuild for qt5.13.0 + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + 2019-02-28 0.14.1 diff --git a/office/libreoffice/libreoffice/actions.py b/office/libreoffice/libreoffice/actions.py index 3f2d6e4084..90e5413490 100644 --- a/office/libreoffice/libreoffice/actions.py +++ b/office/libreoffice/libreoffice/actions.py @@ -101,7 +101,7 @@ def setup(): --disable-odk \ --enable-ext-wiki-publisher \ --enable-ext-nlpsolver \ - --with-jdk-home=/usr/lib/jvm/java-7-openjdk \ + --with-jdk-home=/usr/lib/jvm/java-8-openjdk \ --with-external-tar=external/tarballs \ --with-gdrive-client-id=457862564325.apps.googleusercontent.com \ --with-gdrive-client-secret=GYWrDtzyZQZ0_g5YoBCC6F0I \ diff --git a/office/libreoffice/libreoffice/files/0001-don-t-suppress-crashes.patch b/office/libreoffice/libreoffice/files/0001-don-t-suppress-crashes.patch new file mode 100644 index 0000000000..fcd1f1df21 --- /dev/null +++ b/office/libreoffice/libreoffice/files/0001-don-t-suppress-crashes.patch @@ -0,0 +1,35 @@ +From a0e6d2abeed9d64fe7862a7664ba80a6178bf3f2 Mon Sep 17 00:00:00 2001 +From: David Tardon +Date: Tue, 8 Nov 2016 11:50:06 +0100 +Subject: [PATCH] don't suppress crashes + +An automatic restart after a crash makes the crash invisible to abrt. + +Change-Id: I3854e619356049b144b08575879d289a3c12e4c9 +--- + desktop/source/app/app.cxx | 4 +--- + 1 file changed, 1 insertion(+), 3 deletions(-) + +diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx +index 53365f4..3a3bac8 100644 +--- a/desktop/source/app/app.cxx ++++ b/desktop/source/app/app.cxx +@@ -1312,14 +1312,12 @@ void Desktop::Exception(ExceptionCategory nCategory) + if( bRestart ) + { + RequestHandler::Disable(); +- if( pSignalHandler ) +- osl_removeSignalHandler( pSignalHandler ); + + restartOnMac(false); + if ( m_rSplashScreen.is() ) + m_rSplashScreen->reset(); + +- _exit( EXITHELPER_CRASH_WITH_RESTART ); ++ return; + } + else + { +-- +2.9.3 + diff --git a/office/libreoffice/libreoffice/pspec.xml b/office/libreoffice/libreoffice/pspec.xml index 5e8c5e2c69..688f134721 100644 --- a/office/libreoffice/libreoffice/pspec.xml +++ b/office/libreoffice/libreoffice/pspec.xml @@ -13,13 +13,12 @@ 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/6.2.3/libreoffice-6.2.3.2.tar.xz - http://download.documentfoundation.org/libreoffice/src/6.2.3/libreoffice-dictionaries-6.2.3.2.tar.xz - http://download.documentfoundation.org/libreoffice/src/6.2.3/libreoffice-help-6.2.3.2.tar.xz - http://download.documentfoundation.org/libreoffice/src/6.2.3/libreoffice-translations-6.2.3.2.tar.xz + http://download.documentfoundation.org/libreoffice/src/6.2.6/libreoffice-6.2.6.2.tar.xz + http://download.documentfoundation.org/libreoffice/src/6.2.6/libreoffice-dictionaries-6.2.6.2.tar.xz + http://download.documentfoundation.org/libreoffice/src/6.2.6/libreoffice-help-6.2.6.2.tar.xz + http://download.documentfoundation.org/libreoffice/src/6.2.6/libreoffice-translations-6.2.6.2.tar.xz - - http://dev-www.libreoffice.org/src/xmlsec1-1.2.25.tar.gz + http://dev-www.libreoffice.org/src/xmlsec1-1.2.27.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 @@ -73,6 +72,7 @@ make-pyuno-work-with-system-wide-module-install.diff + 0001-don-t-suppress-crashes.patch xz-devel @@ -85,7 +85,7 @@ libXt-devel lcms2-devel libSM-devel - jdk7-openjdk + jdk8-openjdk libX11-devel libICE-devel libxslt-devel @@ -180,7 +180,7 @@ libXinerama libjpeg-turbo gstreamer - jre7-openjdk-headless + jre8-openjdk-headless gtk3 libX11 libgcc @@ -3421,21 +3421,28 @@ - + + 2019-08-15 + 6.2.6.2 + Version Bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + 2019-04-23 6.2.3.2 Version Bump Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org - + 2019-03-26 6.2.2.2 Version Bump Ayhan Yalçınsoy ayhanyalcinsoy@pisilinux.org - + 2019-03-12 6.2.1.2 Version Bump to stable version