From 590f927c196c3dbb84baf2a4d1e0bad9fa1b0240 Mon Sep 17 00:00:00 2001 From: uglyside Date: Sat, 21 Jun 2025 09:48:46 +0300 Subject: [PATCH] sakura v3.8.9 --- x11/terminal/sakura/actions.py | 8 +-- x11/terminal/sakura/pspec.xml | 121 +++++++++++++++++---------------- 2 files changed, 67 insertions(+), 62 deletions(-) diff --git a/x11/terminal/sakura/actions.py b/x11/terminal/sakura/actions.py index 465879dd1f..6c2092987d 100644 --- a/x11/terminal/sakura/actions.py +++ b/x11/terminal/sakura/actions.py @@ -7,12 +7,12 @@ from pisi.actionsapi import cmaketools, pisitools, get def setup(): - cmaketools.configure() + cmaketools.configure() def build(): - cmaketools.make() + cmaketools.make() def install(): - cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) -# pisitools.dodoc("") + pisitools.dodoc("AUTHORS", "LICENSE") diff --git a/x11/terminal/sakura/pspec.xml b/x11/terminal/sakura/pspec.xml index a84b631b69..287df43732 100644 --- a/x11/terminal/sakura/pspec.xml +++ b/x11/terminal/sakura/pspec.xml @@ -1,65 +1,70 @@ - - sakura - https://www.pleyades.net/david/projects/sakura - - PisiLinux Community - admins@pisilinux.org - - 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.8/+download/sakura-3.8.8.tar.bz2 - - - cmake - vte-devel - gtk3-devel - libpcre2-devel - - + + sakura + https://www.pleyades.net/david/projects/sakura + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + 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.9/+download/sakura-3.8.9.tar.bz2 + + cmake + vte-devel + gtk3-devel + libpcre2-devel + + - - sakura - - vte - gtk3 - glib2 - pango - - - /usr/bin - /usr/share - - + + sakura + + vte + gtk3 + glib2 + pango + + + /usr/bin + /usr/share + + - - - 2024-08-18 - 3.8.8 - Version bump. - fury - uglyside@yandex.ru - - - 2022-11-13 - 3.8.6 - Version bump. - fury - uglyside@yandex.ru - - - 2022-08-20 - 3.8.5 - First build. - fury - uglyside@yandex.ru - - + + + 2025-06-21 + 3.8.9 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2024-08-18 + 3.8.8 + Version bump. + fury + uglyside@yandex.ru + + + 2022-11-13 + 3.8.6 + Version bump. + fury + uglyside@yandex.ru + + + 2022-08-20 + 3.8.5 + First build. + fury + uglyside@yandex.ru + +