diff --git a/desktop/lookandfeel/kvantum/actions.py b/desktop/lookandfeel/kvantum/actions.py
index 0bbf269c03..2b87a9dc5a 100644
--- a/desktop/lookandfeel/kvantum/actions.py
+++ b/desktop/lookandfeel/kvantum/actions.py
@@ -4,20 +4,17 @@
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
-from pisi.actionsapi import shelltools
-from pisi.actionsapi import pisitools
-from pisi.actionsapi import qt5
+from pisi.actionsapi import pisitools, qt5, get
+
+WorkDir = "Kvantum-%s/Kvantum" % get.srcVERSION()
def setup():
- shelltools.cd("Kvantum")
qt5.configure()
def build():
- shelltools.cd("Kvantum")
qt5.make()
def install():
- shelltools.cd("Kvantum")
qt5.install()
- pisitools.dodoc("ChangeLog", "COPYING", "NEWS", "README*")
+ pisitools.dodoc("ChangeLog")
diff --git a/desktop/lookandfeel/kvantum/pspec.xml b/desktop/lookandfeel/kvantum/pspec.xml
index 505fbcc198..cd9d351d84 100644
--- a/desktop/lookandfeel/kvantum/pspec.xml
+++ b/desktop/lookandfeel/kvantum/pspec.xml
@@ -13,7 +13,7 @@
desktop.lookandfeel
Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQt.
Kvantum Qt4 / Qt5, KDE ve LXQt için SVG tabanlı bir tema motorudur.
- https://github.com/tsujan/Kvantum/releases/download/V0.20.2/Kvantum-0.20.2.tar.xz
+ https://github.com/tsujan/Kvantum/releases/download/V1.0.2/Kvantum-1.0.2.tar.xz
libX11-devel
qt5-linguist
@@ -47,6 +47,13 @@
+
+ 2022-06-15
+ 1.0.2
+ Version bump.
+ PisiLinux Community
+ admins@pisilinux.org
+
2021-09-19
0.20.2