This commit is contained in:
4fury-c3440d8
2021-03-20 16:33:25 +03:00
parent 157491b7ba
commit 8234fa9d5c
2 changed files with 11 additions and 5 deletions
+3 -4
View File
@@ -1,12 +1,11 @@
#!/usr/bin/env python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
from pisi.actionsapi import get from pisi.actionsapi import pisitools
from pisi.actionsapi import qt5 from pisi.actionsapi import qt5
def setup(): def setup():
+8 -1
View File
@@ -13,7 +13,7 @@
<PartOf>desktop.lookandfeel</PartOf> <PartOf>desktop.lookandfeel</PartOf>
<Summary>Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQt.</Summary> <Summary>Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQt.</Summary>
<Description>Kvantum Qt4 / Qt5, KDE ve LXQt için SVG tabanlı bir tema motorudur.</Description> <Description>Kvantum Qt4 / Qt5, KDE ve LXQt için SVG tabanlı bir tema motorudur.</Description>
<Archive sha1sum="7112dbf24b70eff82f028f61f9ad37b4a6983824" type="tarxz">https://github.com/tsujan/Kvantum/releases/download/V0.18.0/Kvantum-0.18.0.tar.xz</Archive> <Archive sha1sum="92a7e4152c962ef8a273e141a2ea838dfd139ed3" type="tarxz">https://github.com/tsujan/Kvantum/releases/download/V0.19.0/Kvantum-0.19.0.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>libX11-devel</Dependency> <Dependency>libX11-devel</Dependency>
<Dependency>qt5-linguist</Dependency> <Dependency>qt5-linguist</Dependency>
@@ -47,6 +47,13 @@
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2021-03-14</Date>
<Version>0.19.0</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2021-03-05</Date> <Date>2021-03-05</Date>
<Version>0.18.0</Version> <Version>0.18.0</Version>