Merge branch 'master' of github.com:pisilinux/main

This commit is contained in:
Rmys
2020-04-06 16:11:39 +03:00
42 changed files with 234294 additions and 233708 deletions
+7
View File
@@ -41,6 +41,13 @@
</AdditionalFiles>
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.1</Version>
+8 -1
View File
@@ -13,7 +13,7 @@
<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="6875948ef614826d41286d8c8491548297542c0f" type="targz">https://github.com/tsujan/FeatherPad/archive/V0.11.1.tar.gz</Archive>
<Archive sha1sum="a6c1ba9e52c41eef559517dc7a9cd7471d1c7646" type="targz">https://github.com/tsujan/FeatherPad/archive/V0.13.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency>
@@ -47,6 +47,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-04-06</Date>
<Version>0.13.1</Version>
<Comment>version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2019-08-16</Date>
<Version>0.11.1</Version>
-28
View File
@@ -1,28 +0,0 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
def setup():
shelltools.system("./autogen.sh")
autotools.configure("--sysconfdir=/etc \
--with-extra-only \
--with-gtk=no \
--disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.remove("/usr/include/libfm")
pisitools.dodir("/usr/include/libfm")
pisitools.domove("/usr/include/libfm-1.0/*", "/usr/include/libfm")
pisitools.removeDir("/usr/include/libfm-1.0")
pisitools.dodoc("AUTHORS", "COPYING")
-76
View File
@@ -1,76 +0,0 @@
<PISI>
<Source>
<Name>libfm-extra</Name>
<Homepage>http://www.lxde.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPL2</License>
<Icon>lxqt</Icon>
<IsA>library</IsA>
<Summary>Core library of PCManFM file manager</Summary>
<Description>libfm is a Core library of PCManFM file manager</Description>
<Archive sha1sum="d7b9482e9ab2486435e56dd6f901b463be82ec36" type="targz">https://github.com/lxde/libfm/archive/1.3.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>gettext-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>intltool</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libfm-extra</Name>
<Summary>Development headers for libfm-qt</Summary>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libfm-extra*</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libfm-extra-devel</Name>
<Summary>Development headers for libfm-qt</Summary>
<RuntimeDependencies>
<Dependency release="current">libfm-extra</Dependency>
<Dependency>glib2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2019-01-02</Date>
<Version>1.3.1</Version>
<Comment>Rebuild</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2018-11-28</Date>
<Version>1.3.0.2</Version>
<Comment>Rebuild</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2018-08-31</Date>
<Version>1.3.0.2</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2018-04-23</Date>
<Version>1.2.5</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
-14
View File
@@ -1,14 +0,0 @@
<PISI>
<Source>
<Name>libfm-qt</Name>
<Summary xml:lang="tr">LXDE dosya yönetimi kitaplıkları</Summary>
<Description xml:lang="tr">libfm-qt, LXDE için dosya yönetim kitaplıklarını içerir.</Description>
</Source>
</PISI>
<PISI>
<Source>
<Name>llibfm-qt-devel</Name>
<Summary xml:lang="tr">LXDE dosya yönetimi kitaplıkları</Summary>
<Description xml:lang="tr">libfm-qt, LXDE için dosya yönetim kitaplıklarını içerir.</Description>
</Source>
</PISI>
+7
View File
@@ -57,6 +57,13 @@
</Files>
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.1</Version>
+7
View File
@@ -61,6 +61,13 @@
</RuntimeDependencies>
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.1</Version>
+9 -1
View File
@@ -14,7 +14,7 @@
<Summary>Library providing freedesktop.org specs implementations for Qt.</Summary>
<Description>Library providing freedesktop.org specs implementations for Qt.</Description>
<Icon>lxqt-sudo</Icon>
<Archive sha1sum="08bf5322651366c590c658fcc3e9dc9c80d1a153" type="tarxz">https://github.com/lxqt/libqtxdg/releases/download/3.3.1/libqtxdg-3.3.1.tar.xz</Archive>
<Archive sha1sum="8c4f207b3cfa37a29373521a592c06000a102d0c" type="tarxz">https://github.com/lxqt/libqtxdg/releases/download/3.4.0/libqtxdg-3.4.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>libgcc</Dependency>
<Dependency>cmake</Dependency>
@@ -35,6 +35,7 @@
<Dependency>qt5-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/</Path>
</Files>
@@ -61,6 +62,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>3.4.0</Version>
<Comment>version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>3.3.1</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<Icon>lxqt</Icon>
<Summary>libstatgrab is a library that provides cross platform access to statistics about the system on which it's run.</Summary>
<Description>libstatgrab is a library for accessing information from the system for statistical purposes.</Description>
<Archive sha1sum="dd443de8556ca4760c7e33f384208167b266b9cd" type="targz">ftp://ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.91.tar.gz</Archive>
<Archive sha1sum="e929bf6d4566ad2cf30a878eb972c8583deef959" type="targz">https://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/libstatgrab-0.92.tar.gz</Archive>
<BuildDependencies>
<Dependency>ncurses-devel</Dependency>
</BuildDependencies>
@@ -30,6 +30,13 @@
</Files>
</Package>
<History>
<Update release="3">
<Date>2020-04-06</Date>
<Version>0.92</Version>
<Comment>Version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2018-08-31</Date>
<Version>0.91</Version>
+7
View File
@@ -46,6 +46,13 @@
</Files>
</Package>
<History>
<Update release="7">
<Date>2020-04-06</Date>
<Version>0.4.2</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2019-08-16</Date>
<Version>0.4.2</Version>
+7 -1
View File
@@ -1,4 +1,3 @@
<PISI>
<Source>
<Name>lximage-qt</Name>
@@ -51,6 +50,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.1</Version>
+7 -1
View File
@@ -1,4 +1,3 @@
<PISI>
<Source>
<Name>lxmenu-data</Name>
@@ -28,6 +27,13 @@
</Files>
</Package>
<History>
<Update release="3">
<Date>2020-04-06</Date>
<Version>0.1.5</Version>
<Comment>Rebuild New T.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2018-08-31</Date>
<Version>0.1.5</Version>
+8 -1
View File
@@ -1,7 +1,7 @@
<PISI>
<Source>
<Name>lxqt-about</Name>
<Homepage>http://www.lxde.org</Homepage>
<Homepage>http://www.lxqt.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
@@ -38,6 +38,13 @@
</RuntimeDependencies>
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5-14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.1</Version>
+7
View File
@@ -37,6 +37,13 @@
</Files>
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.1</Version>
+7 -5
View File
@@ -25,11 +25,6 @@
<Dependency>qt5-linguist</Dependency>
<Dependency>libexif-devel</Dependency>
</BuildDependencies>
<Patches>
<!--
<Patch level="1"></Patch>
-->
</Patches>
</Source>
<Package>
@@ -54,6 +49,13 @@
</Package>
<History>
<Update release="3">
<Date>2020-04-06</Date>
<Version>0.0.96</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2019-08-16</Date>
<Version>0.0.96</Version>
+4 -4
View File
@@ -1,7 +1,7 @@
<PISI>
<Source>
<Name>lxqt-build-tools</Name>
<Homepage>http://www.lxde.org</Homepage>
<Homepage>http://www.lxqt.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
@@ -29,14 +29,14 @@
</Package>
<History>
<Update release="9">
<Date>2020-04-04</Date>
<Update release="10">
<Date>2020-04-06</Date>
<Version>0.6.0</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="8">
<Update release="9">
<Date>2020-01-18</Date>
<Version>0.6.0</Version>
<Comment>rebuild for qt5.14.0</Comment>
+7
View File
@@ -64,6 +64,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.1</Version>
+8 -1
View File
@@ -11,7 +11,7 @@
<Icon>lxqt</Icon>
<Summary>Daemon used to register global keyboard shortcuts</Summary>
<Description>LXQt daemon and library for global keyboard shortcuts registration.</Description>
<Archive sha1sum="29a216cb191a3631fe56b137acc831ef05bc370b" type="tarxz">https://github.com/lxqt/lxqt-globalkeys/releases/download/0.14.1/lxqt-globalkeys-0.14.1.tar.xz</Archive>
<Archive sha1sum="e90b0b15f9cc3b178e7fd004c158b385fd644990" type="tarxz">https://github.com/lxqt/lxqt-globalkeys/releases/download/0.14.3/lxqt-globalkeys-0.14.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
@@ -53,6 +53,13 @@
</RuntimeDependencies>
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.3</Version>
<Comment>version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.1</Version>
@@ -40,6 +40,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.1</Version>
@@ -36,6 +36,13 @@
</Files>
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.1</Version>
+8 -1
View File
@@ -1,7 +1,7 @@
<PISI>
<Source>
<Name>lxqt-panel</Name>
<Homepage>http://www.lxde.org</Homepage>
<Homepage>http://www.lxqt.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
@@ -91,6 +91,13 @@
</Package>
<History>
<Update release="9">
<Date>2020-04-06</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2019-10-25</Date>
<Version>0.14.1</Version>
+7
View File
@@ -45,6 +45,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.1</Version>
@@ -46,6 +46,13 @@
</Files>
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.1</Version>
+7
View File
@@ -41,6 +41,13 @@
</Files>
</Package>
<History>
<Update release="7">
<Date>2020-04-06</Date>
<Version>0.14.0</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2019-08-16</Date>
<Version>0.14.0</Version>
+8 -1
View File
@@ -1,7 +1,7 @@
<PISI>
<Source>
<Name>lxqt-runner</Name>
<Homepage>http://www.lxde.org</Homepage>
<Homepage>http://www.lxqt.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
@@ -48,6 +48,13 @@
</Files>
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.1</Version>
+7
View File
@@ -52,6 +52,13 @@
</AdditionalFiles>
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.1</Version>
+7
View File
@@ -38,6 +38,13 @@
</Files>
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.1</Version>
+8 -1
View File
@@ -1,7 +1,7 @@
<PISI>
<Source>
<Name>lxqt-themes</Name>
<Homepage>http://www.lxde.org</Homepage>
<Homepage>http://www.lxqt.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
@@ -52,6 +52,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.0</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.0</Version>
+7
View File
@@ -57,6 +57,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-04-06</Date>
<Version>3.1.0</Version>
<Comment>Rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2019-08-16</Date>
<Version>3.1.0</Version>
+7
View File
@@ -46,6 +46,13 @@
</Files>
</Package>
<History>
<Update release="6">
<Date>2020-04-06</Date>
<Version>1.1.0</Version>
<Comment>Rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2019-08-16</Date>
<Version>1.1.0</Version>
+7
View File
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.1</Version>
+7
View File
@@ -41,6 +41,13 @@
</Files>
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.1</Version>
+7 -1
View File
@@ -17,7 +17,6 @@
<Dependency>cmake</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libfm-qt-devel</Dependency>
<Dependency>libfm-extra-devel</Dependency>
<Dependency>libgcc</Dependency>
<Dependency versionFrom="0.14.1">liblxqt-devel</Dependency>
<Dependency>libqtxdg-devel</Dependency>
@@ -60,6 +59,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.1</Version>
+7
View File
@@ -37,6 +37,13 @@
</Files>
</Package>
<History>
<Update release="6">
<Date>2020-04-06</Date>
<Version>5.1.2</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2019-08-16</Date>
<Version>5.1.2</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app</IsA>
<Summary>Qt Process Manager</Summary>
<Description>Qt Process Manager</Description>
<Archive sha1sum="98d266633cf081d9cd68e8a29cf3fcab738f49d6" type="tarxz">https://github.com/QtDesktop/qps/releases/download/1.10.20/qps-1.10.20.tar.xz</Archive>
<Archive sha1sum="554c9dfb124ce4357d72954883bd1f875e41b003" type="tarxz">https://github.com/lxqt/qps/releases/download/2.0.0/qps-2.0.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>qt5-base-devel</Dependency>
@@ -37,6 +37,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>2.0.0</Version>
<Comment>version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>1.10.20</Version>
+7
View File
@@ -46,6 +46,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-04-06</Date>
<Version>0.14.1</Version>
<Comment>rebuild for qt5.14.2</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2019-08-16</Date>
<Version>0.14.1</Version>
@@ -64,7 +64,7 @@
<Update release="19">
<Date>2020-04-04</Date>
<Version>5.14.2</Version>
<Comment>Version bump.</Comment>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
+2
View File
@@ -137,5 +137,7 @@
<Package>kdepimlibs</Package><!-- deprecated -->
<Package>kdepimlibs-devel</Package><!-- deprecated -->
<Package>Bluefish</Package><!-- renamed, bluefish -->
<Package>libfm-extra</Package><!-- deprecated -->
<Package>libfm-extra-devel</Package><!-- deprecated -->
</Obsoletes>
</PISI>
+234051 -233566
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
54891dd2d6d098062eed42fc940ad4304634c3e7
454c4bbc5709550d5a297b3430ed5b3b07f6bc12
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
dcb2a65097eea5b67b83f868caab2d63c1dd5964
e8b92db186e838a95cb5ba8519a5ce048c687990