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