diff --git a/desktop/lxde/lxterminal/actions.py b/desktop/lxde/lxterminal/actions.py new file mode 100644 index 0000000000..29d4b90946 --- /dev/null +++ b/desktop/lxde/lxterminal/actions.py @@ -0,0 +1,19 @@ +#!/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, pisitools, get + +def setup(): + autotools.configure("--enable-gtk3") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS") + diff --git a/desktop/lxde/lxterminal/pspec.xml b/desktop/lxde/lxterminal/pspec.xml new file mode 100644 index 0000000000..766100424a --- /dev/null +++ b/desktop/lxde/lxterminal/pspec.xml @@ -0,0 +1,61 @@ + + + + + lxterminal + https://www.lxde.org/ + + fury + uglyside@yandex.ru + + GPL-2 + app:gui + desktop.lxde + Lightweight terminal emulator. + Lxterminal is a Lightweight vte-based tabbed terminal emulator for LXDE. + + mirrors://sourceforge/lxde/lxterminal-0.4.0.tar.xz + + + intltool + vte-devel + gtk3-devel + gnutls-devel + libpcre2-devel + gdk-pixbuf-devel + + + + + + + + lxterminal + + vte + gtk3 + glib2 + pango + libX11 + gdk-pixbuf + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + + 2022-04-14 + 0.4.0 + First build. + fury + uglyside@yandex.ru + + + +