From 9d6b7716d6ef4c4999c9727ec40368def18ddede Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Fri, 19 Aug 2022 22:54:53 +0300 Subject: [PATCH] add sakura terminal emulator. --- x11/terminal/sakura/actions.py | 18 ++++++++++++ x11/terminal/sakura/pspec.xml | 50 ++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 x11/terminal/sakura/actions.py create mode 100644 x11/terminal/sakura/pspec.xml 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 + + + +