diff --git a/desktop/lxde/lxde-icon-theme/actions.py b/desktop/lxde/lxde-icon-theme/actions.py new file mode 100644 index 0000000000..9f5e679a63 --- /dev/null +++ b/desktop/lxde/lxde-icon-theme/actions.py @@ -0,0 +1,16 @@ +#!/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, get + +def setup(): + autotools.configure("--prefix=/usr") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/desktop/lxde/lxde-icon-theme/pspec.xml b/desktop/lxde/lxde-icon-theme/pspec.xml new file mode 100644 index 0000000000..c92c3f93d9 --- /dev/null +++ b/desktop/lxde/lxde-icon-theme/pspec.xml @@ -0,0 +1,36 @@ + + + + + lxde-icon-theme + https://github.com/lxde/lxde-icon-theme + + Kamil Atlı + suvari@pisilinux.org + + LGPLv3 + desktop.lxde + LXDE standard icon theme. + LXDE standard icon theme. + https://github.com/lxde/releases/raw/master/releases/lxde-icon-theme-0.5.2.tar.xz + + + + + + + lxde-icon-theme + + /usr/share + + + + + + 2025-06-14 + 0.5.2 + Kamil Atlı + suvari@pisilinux.org + + +