diff --git a/x11/terminal/sakura/actions.py b/x11/terminal/sakura/actions.py new file mode 100644 index 0000000000..465879dd1f --- /dev/null +++ b/x11/terminal/sakura/actions.py @@ -0,0 +1,18 @@ +#!/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 cmaketools, pisitools, get + +def setup(): + cmaketools.configure() + +def build(): + cmaketools.make() + +def install(): + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + +# pisitools.dodoc("") diff --git a/x11/terminal/sakura/pspec.xml b/x11/terminal/sakura/pspec.xml new file mode 100644 index 0000000000..430689db74 --- /dev/null +++ b/x11/terminal/sakura/pspec.xml @@ -0,0 +1,50 @@ + + + + + sakura + https://www.pleyades.net/david/projects/sakura + + fury + uglyside@yandex.ru + + GPL-2 + app:gui + x11.terminal + Simple but powerful libvte based terminal emulator. + Sakura is a terminal emulator and it's only dependencies are GTK and VTE. It uses a notebook to provide several terminals in one window and allows to change configuration options via a contextual menu. No more no less. + + https://launchpad.net/sakura/trunk/3.8.5/+download/sakura-3.8.5.tar.bz2 + + + cmake + vte-devel + gtk3-devel + libpcre2-devel + + + + + sakura + + vte + gtk3 + pango + + + /usr/bin + /usr/share + + + + + + 2022-08-20 + 3.8.5 + First build. + fury + uglyside@yandex.ru + + + +