From 590f927c196c3dbb84baf2a4d1e0bad9fa1b0240 Mon Sep 17 00:00:00 2001 From: uglyside Date: Sat, 21 Jun 2025 09:48:46 +0300 Subject: [PATCH 1/3] 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 + + From 744ed9c3746f5717e89677dd7a33b096947977b1 Mon Sep 17 00:00:00 2001 From: uglyside Date: Sat, 21 Jun 2025 09:49:20 +0300 Subject: [PATCH 2/3] terminator v2.1.5 --- x11/terminal/terminator/actions.py | 9 +- x11/terminal/terminator/pspec.xml | 185 ++++++++++++----------- x11/terminal/terminator/translations.xml | 10 +- 3 files changed, 105 insertions(+), 99 deletions(-) diff --git a/x11/terminal/terminator/actions.py b/x11/terminal/terminator/actions.py index 17c4d85764..e79b67ba44 100644 --- a/x11/terminal/terminator/actions.py +++ b/x11/terminal/terminator/actions.py @@ -9,14 +9,13 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import pisitools def setup(): - shelltools.system("find . -type f -exec sed -i 's/env\ python$/env python3/g' {} \;") - pisitools.dosed("setup.py", "gtk-update", "gtk3-update") + shelltools.system("find . -type f -exec sed -i '/env.*python/s/$/3/g' {} \;") def build(): - pythonmodules.compile(pyVer = '3') + pythonmodules.compile(pyVer = '3') def install(): - pythonmodules.install(pyVer = '3') + pythonmodules.install(pyVer = '3') -# pisitools.dodoc("README.md") + pisitools.dodoc("AUTHORS", "COPYING") diff --git a/x11/terminal/terminator/pspec.xml b/x11/terminal/terminator/pspec.xml index 74486eac38..97ec71cdb7 100644 --- a/x11/terminal/terminator/pspec.xml +++ b/x11/terminal/terminator/pspec.xml @@ -1,96 +1,103 @@ - - terminator - https://gnome-terminator.org/ - - PisiLinux Community - admins@pisilinux.org - - GPL-2 - app:gui - x11.terminal - Multiple terminals in one window. - In April of 2020 we started moving Terminator to GitHub. A new team wanted to continue the work of the original authors. - - https://github.com/gnome-terminator/terminator/releases/download/v2.1.3/terminator-2.1.3.tar.gz - - - intltool - vte-devel - gtk3-devel - gnutls-devel - dbus-python3 - python3-devel - python3-wheel - gettext-devel - libpcre2-devel - python3-psutil - dbus-glib-devel - keybinder-devel - python3-setuptools - python3-pytest-runner - python3-pygobject3-devel - gsettings-desktop-schemas-devel - - + + terminator + https://gnome-terminator.org/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + x11.terminal + Multiple terminals in one window. + In April of 2020 we started moving Terminator to GitHub. A new team wanted to continue the work of the original authors. + https://github.com/gnome-terminator/terminator/releases/download/v2.1.5/terminator-2.1.5.tar.gz + + intltool + vte-devel + gtk3-devel + gnutls-devel + dbus-python3 + python3-devel + python3-wheel + python3-cairo + gettext-devel + libpcre2-devel + python3-psutil + dbus-glib-devel + keybinder-devel + python3-setuptools + python3-pytest-runner + python3-pygobject3-devel + gsettings-desktop-schemas-devel + + - - terminator - - vte - gtk3 - gnutls - python3 - libpcre2 - keybinder - dbus-glib - python3-six - dbus-python3 - python3-psutil - python3-configobj - python3-pygobject3 - gsettings-desktop-schemas - - - /usr/bin - /usr/lib - /usr/share - /usr/share/man - /usr/share/doc - - + + terminator + + vte + gtk3 + gnutls + python3 + libpcre2 + keybinder + dbus-glib + python3-six + dbus-python3 + python3-cairo + python3-psutil + python3-configobj + python3-pygobject3 + gsettings-desktop-schemas + + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + - - - 2023-11-04 - 2.1.3 - Rebuild. - fury - uglyside@yandex.ru - - - 2023-03-07 - 2.1.3 - Version bump. - fury - uglyside@yandex.ru - - - 2022-11-10 - 2.1.2 - Version bump. - fury - uglyside@yandex.ru - - - 2021-11-04 - 2.1.1 - First build - fury - uglyside@yandex.ru - - + + + 2025-06-21 + 2.1.5 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2023-11-04 + 2.1.3 + Rebuild. + fury + uglyside@yandex.ru + + + 2023-03-07 + 2.1.3 + Version bump. + fury + uglyside@yandex.ru + + + 2022-11-10 + 2.1.2 + Version bump. + fury + uglyside@yandex.ru + + + 2021-11-04 + 2.1.1 + First build + fury + uglyside@yandex.ru + + diff --git a/x11/terminal/terminator/translations.xml b/x11/terminal/terminator/translations.xml index 0ec9a15a45..44eb5bbc4b 100644 --- a/x11/terminal/terminator/translations.xml +++ b/x11/terminal/terminator/translations.xml @@ -1,8 +1,8 @@ - - terminator - >Tek bir pencerede birden fazla terminal çalıştırabilen uygulama. - Terminator tek pencerede birden çok terminal çalıştırarak masaüstü alanınızı daha rahat kullanmanızı amaçlar. - + + terminator + >Tek bir pencerede birden fazla terminal çalıştırabilen uygulama. + Terminator tek pencerede birden çok terminal çalıştırarak masaüstü alanınızı daha rahat kullanmanızı amaçlar. + From 01ff7ff951249b7b7be445cd4e317532cfa82edd Mon Sep 17 00:00:00 2001 From: uglyside Date: Sat, 21 Jun 2025 11:06:31 +0300 Subject: [PATCH 3/3] descriptions. --- x11/terminal/sakura/pspec.xml | 2 +- x11/terminal/terminator/pspec.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/terminal/sakura/pspec.xml b/x11/terminal/sakura/pspec.xml index 287df43732..0b84ef9cdd 100644 --- a/x11/terminal/sakura/pspec.xml +++ b/x11/terminal/sakura/pspec.xml @@ -12,7 +12,7 @@ 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. + Sakura is a terminal emulator and it's only dependencies are GTK and VTE. https://launchpad.net/sakura/trunk/3.8.9/+download/sakura-3.8.9.tar.bz2 cmake diff --git a/x11/terminal/terminator/pspec.xml b/x11/terminal/terminator/pspec.xml index 97ec71cdb7..d5758ed7e0 100644 --- a/x11/terminal/terminator/pspec.xml +++ b/x11/terminal/terminator/pspec.xml @@ -12,7 +12,7 @@ app:gui x11.terminal Multiple terminals in one window. - In April of 2020 we started moving Terminator to GitHub. A new team wanted to continue the work of the original authors. + Multiple terminals in one window. https://github.com/gnome-terminator/terminator/releases/download/v2.1.5/terminator-2.1.5.tar.gz intltool