terminator v2.1.5

This commit is contained in:
uglyside
2025-06-21 09:49:20 +03:00
parent 590f927c19
commit 744ed9c374
3 changed files with 105 additions and 99 deletions
+4 -5
View File
@@ -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")
+96 -89
View File
@@ -1,96 +1,103 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>terminator</Name>
<Homepage>https://gnome-terminator.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPL-2</License>
<IsA>app:gui</IsA>
<PartOf>x11.terminal</PartOf>
<Summary>Multiple terminals in one window.</Summary>
<Description>In April of 2020 we started moving Terminator to GitHub. A new team wanted to continue the work of the original authors.</Description>
<Archive sha1sum="8a6400b33103ab9c284c2f0ed1c80c1fe0088560" type="targz">
https://github.com/gnome-terminator/terminator/releases/download/v2.1.3/terminator-2.1.3.tar.gz
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>vte-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
<Dependency>dbus-python3</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>libpcre2-devel</Dependency>
<Dependency>python3-psutil</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>keybinder-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-pytest-runner</Dependency>
<Dependency>python3-pygobject3-devel</Dependency>
<Dependency>gsettings-desktop-schemas-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>terminator</Name>
<Homepage>https://gnome-terminator.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>x11.terminal</PartOf>
<Summary>Multiple terminals in one window.</Summary>
<Description>In April of 2020 we started moving Terminator to GitHub. A new team wanted to continue the work of the original authors.</Description>
<Archive sha1sum="bb5173bdb928ef9faa5b2bbef525171b9d711d01" type="targz">https://github.com/gnome-terminator/terminator/releases/download/v2.1.5/terminator-2.1.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>vte-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
<Dependency>dbus-python3</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>python3-cairo</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>libpcre2-devel</Dependency>
<Dependency>python3-psutil</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>keybinder-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-pytest-runner</Dependency>
<Dependency>python3-pygobject3-devel</Dependency>
<Dependency>gsettings-desktop-schemas-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>terminator</Name>
<RuntimeDependencies>
<Dependency>vte</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>gnutls</Dependency>
<Dependency>python3</Dependency>
<Dependency>libpcre2</Dependency>
<Dependency>keybinder</Dependency>
<Dependency>dbus-glib</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>dbus-python3</Dependency>
<Dependency>python3-psutil</Dependency>
<Dependency>python3-configobj</Dependency>
<Dependency>python3-pygobject3</Dependency>
<Dependency>gsettings-desktop-schemas</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>terminator</Name>
<RuntimeDependencies>
<Dependency>vte</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>gnutls</Dependency>
<Dependency>python3</Dependency>
<Dependency>libpcre2</Dependency>
<Dependency>keybinder</Dependency>
<Dependency>dbus-glib</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>dbus-python3</Dependency>
<Dependency>python3-cairo</Dependency>
<Dependency>python3-psutil</Dependency>
<Dependency>python3-configobj</Dependency>
<Dependency>python3-pygobject3</Dependency>
<Dependency>gsettings-desktop-schemas</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2023-11-04</Date>
<Version>2.1.3</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2023-03-07</Date>
<Version>2.1.3</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2022-11-10</Date>
<Version>2.1.2</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2021-11-04</Date>
<Version>2.1.1</Version>
<Comment>First build</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
<History>
<Update release="5">
<Date>2025-06-21</Date>
<Version>2.1.5</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2023-11-04</Date>
<Version>2.1.3</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2023-03-07</Date>
<Version>2.1.3</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2022-11-10</Date>
<Version>2.1.2</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2021-11-04</Date>
<Version>2.1.1</Version>
<Comment>First build</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
+5 -5
View File
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>terminator</Name>
<Summary xml:lang="tr">>Tek bir pencerede birden fazla terminal çalıştırabilen uygulama.</Summary>
<Description xml:lang="tr">Terminator tek pencerede birden çok terminal çalıştırarak masaüstü alanınızı daha rahat kullanmanızı amaçlar.</Description>
</Source>
<Source>
<Name>terminator</Name>
<Summary xml:lang="tr">>Tek bir pencerede birden fazla terminal çalıştırabilen uygulama.</Summary>
<Description xml:lang="tr">Terminator tek pencerede birden çok terminal çalıştırarak masaüstü alanınızı daha rahat kullanmanızı amaçlar.</Description>
</Source>
</PISI>