Merge pull request #16905 from mrSi-Si/various

terminal emulators.
This commit is contained in:
Kamil ATLI
2025-06-24 13:19:19 +03:00
committed by GitHub
5 changed files with 172 additions and 161 deletions
+4 -4
View File
@@ -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")
+63 -58
View File
@@ -1,65 +1,70 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>sakura</Name>
<Homepage>https://www.pleyades.net/david/projects/sakura</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>Simple but powerful libvte based terminal emulator.</Summary>
<Description>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.</Description>
<Archive sha1sum="7fc4c9b11cace1ee52b318457def3de9e6b91b99" type="tarbz2">
https://launchpad.net/sakura/trunk/3.8.8/+download/sakura-3.8.8.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>vte-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libpcre2-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>sakura</Name>
<Homepage>https://www.pleyades.net/david/projects/sakura</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>x11.terminal</PartOf>
<Summary>Simple but powerful libvte based terminal emulator.</Summary>
<Description>Sakura is a terminal emulator and it's only dependencies are GTK and VTE.</Description>
<Archive sha1sum="73ca49a62d37e133e04a6ae7a5108b448dc9aa26" type="tarbz2">https://launchpad.net/sakura/trunk/3.8.9/+download/sakura-3.8.9.tar.bz2</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>vte-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libpcre2-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>sakura</Name>
<RuntimeDependencies>
<Dependency>vte</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<Package>
<Name>sakura</Name>
<RuntimeDependencies>
<Dependency>vte</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2024-08-18</Date>
<Version>3.8.8</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2022-11-13</Date>
<Version>3.8.6</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2022-08-20</Date>
<Version>3.8.5</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
<History>
<Update release="4">
<Date>2025-06-21</Date>
<Version>3.8.9</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2024-08-18</Date>
<Version>3.8.8</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2022-11-13</Date>
<Version>3.8.6</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2022-08-20</Date>
<Version>3.8.5</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
+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>Multiple terminals in one window.</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>