12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <?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>
- <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>
- <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>
- </PISI>
|