From 5a888049a8ea35e171ae21c79de38980668225c2 Mon Sep 17 00:00:00 2001 From: uglyside Date: Sun, 6 Jul 2025 04:46:21 +0300 Subject: [PATCH] add lxtask v0.1.12 --- desktop/lxde/lxtask/actions.py | 20 ++++++++++++++++ desktop/lxde/lxtask/pspec.xml | 43 ++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 desktop/lxde/lxtask/actions.py create mode 100644 desktop/lxde/lxtask/pspec.xml 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 + + +