diff --git a/x11/terminal/terminator/actions.py b/x11/terminal/terminator/actions.py new file mode 100644 index 0000000000..17c4d85764 --- /dev/null +++ b/x11/terminal/terminator/actions.py @@ -0,0 +1,22 @@ +#!/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 pythonmodules +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") + +def build(): + pythonmodules.compile(pyVer = '3') + +def install(): + pythonmodules.install(pyVer = '3') + +# pisitools.dodoc("README.md") + diff --git a/x11/terminal/terminator/pspec.xml b/x11/terminal/terminator/pspec.xml new file mode 100644 index 0000000000..2a542aead1 --- /dev/null +++ b/x11/terminal/terminator/pspec.xml @@ -0,0 +1,75 @@ + + + + + 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.1/terminator-2.1.1.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 + + 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 + + + + + + 2021-10-13 + 2.1.1 + First build. + fury + uglyside@yandex.ru + + + + diff --git a/x11/terminal/terminator/translations.xml b/x11/terminal/terminator/translations.xml new file mode 100644 index 0000000000..0ec9a15a45 --- /dev/null +++ b/x11/terminal/terminator/translations.xml @@ -0,0 +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. + + diff --git a/x11/terminal/tilda/actions.py b/x11/terminal/tilda/actions.py new file mode 100644 index 0000000000..e64611ff2f --- /dev/null +++ b/x11/terminal/tilda/actions.py @@ -0,0 +1,22 @@ +#!/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 shelltools +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + shelltools.system("./autogen.sh --prefix=/usr") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "HACKING.md", "README.md", "TODO.md") + diff --git a/x11/terminal/tilda/pspec.xml b/x11/terminal/tilda/pspec.xml new file mode 100644 index 0000000000..fefe5aad34 --- /dev/null +++ b/x11/terminal/tilda/pspec.xml @@ -0,0 +1,62 @@ + + + + + tilda + https://github.com/lanoxx/tilda + + fury + uglyside@yandex.ru + + GPL-2 + x11.terminal + app:gui + A Gtk based drop down terminal for Linux and Unix. + + Tilda is a terminal emulator and can be compared with other popular terminal emulators such as gnome-terminal (Gnome), Konsole (KDE), xterm and many others. The specialities of Tilda are that it does not behave like a normal window but instead it can be pulled up and down from the top of the screen with a special hotkey. Additionally Tilda is highly configurable. It is possible to configure the hotkeys for keybindings, change the appearance and many options that affect the behavior of Tilda. + + + https://github.com/lanoxx/tilda/archive/tilda-1.5.4.tar.gz + + + python3 + vte-devel + gtk3-devel + glib2-devel + libX11-devel + gnutls-devel + libpcre2-devel + libconfuse-devel + + + + + tilda + + vte + gtk3 + glib2 + pango + libX11 + gdk-pixbuf + libconfuse + + + /usr/bin + /usr/share + /usr/share/locale + /usr/share/doc + + + + + + 2021-10-13 + 1.5.4 + First build. + fury + uglyside@yandex.ru + + + +