Merge pull request #7024 from ayhanyalcinsoy/master
libreoffice v.bump and lxqt rebuild for qt5.13.0
This commit is contained in:
@@ -41,7 +41,14 @@
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
|
||||
@@ -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())
|
||||
|
||||
@@ -13,23 +13,26 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>FeatherPad is a lightweight Qt5 plain-text editor for Linux</Summary>
|
||||
<Description>FeatherPad is a lightweight Qt5 plain-text editor for Linux</Description>
|
||||
<Archive sha1sum="37bfe62d789f90ac3c846fff98581ac4cae716d8" type="targz">https://github.com/tsujan/FeatherPad/archive/V0.9.4.tar.gz</Archive>
|
||||
<Archive sha1sum="6875948ef614826d41286d8c8491548297542c0f" type="targz">https://github.com/tsujan/FeatherPad/archive/V0.11.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>qt5-svg-devel</Dependency>
|
||||
<Dependency>hunspell-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>featherpad</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>hunspell</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -44,6 +47,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.11.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.9.4</Version>
|
||||
|
||||
@@ -57,7 +57,14 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>version bump</Comment>
|
||||
|
||||
@@ -61,7 +61,14 @@
|
||||
</RuntimeDependencies>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
|
||||
@@ -61,7 +61,14 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>3.3.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>3.3.1</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
|
||||
@@ -46,6 +46,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.4.2</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2019-01-27</Date>
|
||||
<Version>0.4.2</Version>
|
||||
|
||||
@@ -51,7 +51,14 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>version bump</Comment>
|
||||
|
||||
@@ -38,7 +38,14 @@
|
||||
</RuntimeDependencies>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>rebuild for qt5-13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
|
||||
@@ -37,7 +37,14 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>version bump</Comment>
|
||||
|
||||
@@ -54,6 +54,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.0.96</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-03-20</Date>
|
||||
<Version>0.0.96</Version>
|
||||
|
||||
@@ -29,6 +29,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.6.0</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-03-01</Date>
|
||||
<Version>0.6.0</Version>
|
||||
|
||||
@@ -64,7 +64,14 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
|
||||
@@ -53,7 +53,14 @@
|
||||
</RuntimeDependencies>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
|
||||
@@ -40,7 +40,14 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
|
||||
@@ -36,6 +36,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.1</Version>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -91,6 +91,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2019-06-16</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.1</Version>
|
||||
|
||||
@@ -45,6 +45,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.1</Version>
|
||||
|
||||
@@ -46,6 +46,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.1</Version>
|
||||
|
||||
@@ -41,6 +41,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.0</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2019-01-27</Date>
|
||||
<Version>0.14.0</Version>
|
||||
|
||||
@@ -48,6 +48,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.1</Version>
|
||||
|
||||
@@ -52,6 +52,13 @@
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.1</Version>
|
||||
|
||||
@@ -38,6 +38,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.1</Version>
|
||||
|
||||
@@ -50,7 +50,15 @@
|
||||
<AdditionalFile permission="0644" owner="root" target="/usr/share/lxqt/themes/light/light.png">light.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.0</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.0</Version>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Icon>lxqt</Icon>
|
||||
<Summary>Qt-based wallet manager</Summary>
|
||||
<Description>Qt-based wallet manager</Description>
|
||||
<Description>Qt-based wallet manager</Description>
|
||||
<Archive sha1sum="d0d09cac0107c11929b41021d91569b54f417857" type="targz">https://github.com/mhogomchungu/lxqt_wallet/archive/3.1.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
@@ -34,7 +34,7 @@
|
||||
<Dependency>libgcrypt</Dependency>
|
||||
<Dependency>kwallet</Dependency>
|
||||
<Dependency>libsecret</Dependency>
|
||||
<Dependency versionFrom="5.9.3">qt5-base</Dependency>
|
||||
<Dependency versionFrom="5.9.3">qt5-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/liblxqt-wallet.*</Path>
|
||||
@@ -57,6 +57,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>3.1.0</Version>
|
||||
<Comment>Rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2019-01-02</Date>
|
||||
<Version>3.1.0</Version>
|
||||
|
||||
@@ -46,6 +46,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>1.1.0</Version>
|
||||
<Comment>Rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2019-01-02</Date>
|
||||
<Version>1.1.0</Version>
|
||||
|
||||
@@ -41,7 +41,14 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
|
||||
@@ -41,7 +41,14 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
|
||||
@@ -60,6 +60,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.1</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<Icon>qlipper</Icon>
|
||||
<Summary>Lightweight and cross-platform clipboard history applet.</Summary>
|
||||
<Description>Lightweight and cross-platform clipboard history applet.</Description>
|
||||
<Archive sha1sum="ecc1fac6f081031d63228624a0cbab32c5fd22c0" type="targz">https://github.com/pvanek/qlipper/archive/5.1.1.tar.gz</Archive>
|
||||
<Archive sha1sum="f322836e1fae58ab2302a20ef47b724772fe0aba" type="targz">https://github.com/pvanek/qlipper/archive/5.1.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
@@ -37,6 +37,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>5.1.2</Version>
|
||||
<Comment>version bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2019-01-02</Date>
|
||||
<Version>5.1.1</Version>
|
||||
|
||||
@@ -37,7 +37,14 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>1.10.20</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>1.10.20</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>qterminal</Name>
|
||||
<Homepage>https://github.com/qterminal</Homepage>
|
||||
<Homepage>https://github.com/lxqt/qterminal</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
@@ -46,6 +46,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2019-08-16</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Comment>rebuild for qt5.13.0</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2019-02-28</Date>
|
||||
<Version>0.14.1</Version>
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
From a0e6d2abeed9d64fe7862a7664ba80a6178bf3f2 Mon Sep 17 00:00:00 2001
|
||||
From: David Tardon <dtardon@redhat.com>
|
||||
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
|
||||
|
||||
@@ -13,13 +13,12 @@
|
||||
<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="c66d3642131262e877828a0e7ab9e4ad90673567" type="tarxz">http://download.documentfoundation.org/libreoffice/src/6.2.3/libreoffice-6.2.3.2.tar.xz</Archive>
|
||||
<Archive sha1sum="59cd9a134f751a1c5699f530ab8bc17da9e6bee7" type="binary" target="libreoffice-6.2.3.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/6.2.3/libreoffice-dictionaries-6.2.3.2.tar.xz</Archive>
|
||||
<Archive sha1sum="63935b207b0209f712c13aec0b2518186ea5ed7f" type="binary" target="libreoffice-6.2.3.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/6.2.3/libreoffice-help-6.2.3.2.tar.xz</Archive>
|
||||
<Archive sha1sum="c7d5f2997f2bfeecf200c50091ba92bbc7ffc993" type="binary" target="libreoffice-6.2.3.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/6.2.3/libreoffice-translations-6.2.3.2.tar.xz</Archive>
|
||||
<Archive sha1sum="e8c95dc41e7736a85d8902912ca312dd92ce8aea" type="tarxz">http://download.documentfoundation.org/libreoffice/src/6.2.6/libreoffice-6.2.6.2.tar.xz</Archive>
|
||||
<Archive sha1sum="6f1eb62631b85d821745efba7d52f0d2bd91d942" type="binary" target="libreoffice-6.2.6.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/6.2.6/libreoffice-dictionaries-6.2.6.2.tar.xz</Archive>
|
||||
<Archive sha1sum="6e9ee45d11316cc28bd81df33acf3e7a54242deb" type="binary" target="libreoffice-6.2.6.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/6.2.6/libreoffice-help-6.2.6.2.tar.xz</Archive>
|
||||
<Archive sha1sum="663fd856017ca1fe8b369f041a313954196eb893" type="binary" target="libreoffice-6.2.6.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/6.2.6/libreoffice-translations-6.2.6.2.tar.xz</Archive>
|
||||
|
||||
<!--External build dependencies-->
|
||||
<Archive sha1sum="0ef1117b8d11da475fd8d842a1341c675e627ab9" type="binary" target="libreoffice-6.2.3.2/external/tarballs/">http://dev-www.libreoffice.org/src/xmlsec1-1.2.25.tar.gz</Archive>
|
||||
<Archive sha1sum="11a3329bd6b0b910c5d60d4562e3a152588942f8" type="binary" target="libreoffice-6.2.3.2/external/tarballs/">http://dev-www.libreoffice.org/src/xmlsec1-1.2.27.tar.gz</Archive>
|
||||
<Archive sha1sum="1acea86fd399ed7817879d36370d3d1f8b109050" type="binary" target="libreoffice-6.2.3.2/external/tarballs/">http://dev-www.libreoffice.org/src/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip</Archive>
|
||||
<Archive sha1sum="8a90669029e107b61953b90ba11545fef586c2ca" type="binary" target="libreoffice-6.2.3.2/external/tarballs/">http://dev-www.libreoffice.org/src/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip</Archive>
|
||||
<Archive sha1sum="2d49e11b0b711970f494294dc3698f05eb294853" type="binary" target="libreoffice-6.2.3.2/external/tarballs/">http://dev-www.libreoffice.org/src/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip</Archive>
|
||||
@@ -73,6 +72,7 @@
|
||||
|
||||
<Patches>
|
||||
<Patch>make-pyuno-work-with-system-wide-module-install.diff</Patch>
|
||||
<Patch>0001-don-t-suppress-crashes.patch</Patch>
|
||||
</Patches>
|
||||
<BuildDependencies>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
@@ -85,7 +85,7 @@
|
||||
<Dependency>libXt-devel</Dependency>
|
||||
<Dependency versionFrom="2.8">lcms2-devel</Dependency>
|
||||
<Dependency>libSM-devel</Dependency>
|
||||
<Dependency>jdk7-openjdk</Dependency>
|
||||
<Dependency>jdk8-openjdk</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libICE-devel</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
@@ -180,7 +180,7 @@
|
||||
<Dependency>libXinerama</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>gstreamer</Dependency>
|
||||
<Dependency>jre7-openjdk-headless</Dependency>
|
||||
<Dependency>jre8-openjdk-headless</Dependency>
|
||||
<Dependency versionFrom="3.22.8">gtk3</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
@@ -3421,21 +3421,28 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="14">
|
||||
<Update release="15">
|
||||
<Date>2019-08-15</Date>
|
||||
<Version>6.2.6.2</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2019-04-23</Date>
|
||||
<Version>6.2.3.2</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Update release="13">
|
||||
<Date>2019-03-26</Date>
|
||||
<Version>6.2.2.2</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Update release="12">
|
||||
<Date>2019-03-12</Date>
|
||||
<Version>6.2.1.2</Version>
|
||||
<Comment>Version Bump to stable version</Comment>
|
||||
|
||||
Reference in New Issue
Block a user