sakura v3.8.9

This commit is contained in:
uglyside
2025-06-21 09:48:46 +03:00
parent 2c050f5199
commit 590f927c19
2 changed files with 67 additions and 62 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. 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="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>