diff --git a/desktop/lxde/lxtask/actions.py b/desktop/lxde/lxtask/actions.py
new file mode 100644
index 0000000000..0b444bb5af
--- /dev/null
+++ b/desktop/lxde/lxtask/actions.py
@@ -0,0 +1,20 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# 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 autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.configure("--enable-gtk3")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "COPYING")
diff --git a/desktop/lxde/lxtask/pspec.xml b/desktop/lxde/lxtask/pspec.xml
new file mode 100644
index 0000000000..6b1ab8460c
--- /dev/null
+++ b/desktop/lxde/lxtask/pspec.xml
@@ -0,0 +1,43 @@
+
+
+
+
+ lxtask
+ https://github.com/lxde/lxtask
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ GPLv2
+ app:gui
+ desktop.lxde
+ A lightweight system monitor.
+ LXTask - lightweight and desktop-independent task manager derived from xfce4-taskmanager with all dependencies on xfce removed, new features, and some improvement of the user interface.
+ https://github.com/lxde/releases/raw/master/releases/lxtask-0.1.12.tar.xz
+
+ intltool
+ gtk3-devel
+
+
+
+
+ lxtask
+
+ gtk3
+
+
+ /usr/bin
+ /usr/share
+
+
+
+
+
+ 2025-07-06
+ 0.1.12
+ First release.
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
diff --git a/util/admin/btop++/pspec.xml b/util/admin/btop++/pspec.xml
deleted file mode 100644
index 22771bf2f1..0000000000
--- a/util/admin/btop++/pspec.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
- btop++
- https://github.com/aristocratos/btop
-
- PisiLinux Community
- admins@pisilinux.org
-
- Apache-2.0
- app:console
- util.admin
- A monitor of resources.
- Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
-
- https://github.com/aristocratos/btop/archive/refs/tags/v1.3.2.tar.gz
-
-
- libgcc
-
-
-
-
-
-
-
- btop++
-
- libgcc
-
-
- /usr/bin
- /usr/share
- /usr/share/btop
-
-
-
-
-
- 2024-08-18
- 1.3.2
- Version bump.
- fury
- uglyside@yandex.ru
-
-
- 2022-11-10
- 1.2.13
- First build.
- fury
- uglyside@yandex.ru
-
-
-
diff --git a/util/admin/btop++/actions.py b/util/admin/btop/actions.py
similarity index 68%
rename from util/admin/btop++/actions.py
rename to util/admin/btop/actions.py
index 9336549755..c19b9ce65c 100644
--- a/util/admin/btop++/actions.py
+++ b/util/admin/btop/actions.py
@@ -10,15 +10,11 @@ j = ''.join([
' VERBOSE=true',
' QUIET=true',
' STRIP=true',
- ' ARCH=x86_64',
- ' PREFIX=/usr '
+ ' ARCH=x86_64 '
])
-def setup():
- pass
-
def build():
- autotools.make(j)
+ autotools.make(j)
def install():
- autotools.rawInstall("DESTDIR=%s %s" % (get.installDIR(), j))
+ autotools.rawInstall("DESTDIR=%s PREFIX=/usr" % get.installDIR())
diff --git a/util/admin/btop/pspec.xml b/util/admin/btop/pspec.xml
new file mode 100644
index 0000000000..603f440286
--- /dev/null
+++ b/util/admin/btop/pspec.xml
@@ -0,0 +1,61 @@
+
+
+
+
+ btop
+ https://github.com/aristocratos/btop
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ Apache-2.0
+ app:console
+ util.admin
+ A monitor of resources.
+ Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
+
+ https://github.com/aristocratos/btop/archive/v1.4.4/btop-v1.4.4.tar.gz
+
+
+ libgcc
+
+
+
+
+
+
+
+ btop
+
+ libgcc
+
+
+ /usr/bin
+ /usr/share
+
+
+
+
+
+ 2025-07-05
+ 1.4.4
+ Version bump.
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2024-08-18
+ 1.3.2
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
+
+ 2022-11-10
+ 1.2.13
+ First build.
+ fury
+ uglyside@yandex.ru
+
+
+