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
diff --git a/util/admin/htop/actions.py b/util/admin/htop/actions.py
index 1dcc9f817b..3020049adb 100644
--- a/util/admin/htop/actions.py
+++ b/util/admin/htop/actions.py
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
- autotools.autoreconf("-fiv")
+# autotools.autoreconf("-fiv")
autotools.configure()
def build():
diff --git a/util/admin/htop/files/desktop_tr.patch b/util/admin/htop/files/desktop_tr.patch
deleted file mode 100644
index 301620e9b5..0000000000
--- a/util/admin/htop/files/desktop_tr.patch
+++ /dev/null
@@ -1,8 +0,0 @@
-diff -Nur htop-0.7-old/htop.desktop htop-0.7/htop.desktop
---- htop-0.7-old/htop.desktop 2008-01-06 00:55:17.000000000 +0200
-+++ htop-0.7/htop.desktop 2008-01-06 00:56:03.000000000 +0200
-@@ -10,3 +10,4 @@
- Icon=htop
- Categories=ConsoleOnly;System;Application;
- GenericName=Process Viewer
-+GenericName[tr]=Süreç İzleyici
diff --git a/util/admin/htop/pspec.xml b/util/admin/htop/pspec.xml
index 51fbd0513e..e9af80c208 100644
--- a/util/admin/htop/pspec.xml
+++ b/util/admin/htop/pspec.xml
@@ -13,7 +13,9 @@
app:console
An interactive process viewer for Linux.
htop is an interactive text-mode process viewer for Linux. It aims to be a better 'top'.
- https://github.com/htop-dev/htop/archive/refs/tags/3.1.1.tar.gz
+
+ https://github.com/htop-dev/htop/releases/download/3.2.1/htop-3.2.1.tar.xz
+
python3
libcap-devel
@@ -43,6 +45,13 @@
+
+ 2022-06-18
+ 3.2.1
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2021-10-17
3.1.1