sakura v3.8.9
This commit is contained in:
@@ -7,12 +7,12 @@
|
|||||||
from pisi.actionsapi import cmaketools, pisitools, get
|
from pisi.actionsapi import cmaketools, pisitools, get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
cmaketools.configure()
|
cmaketools.configure()
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
cmaketools.make()
|
cmaketools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
# pisitools.dodoc("")
|
pisitools.dodoc("AUTHORS", "LICENSE")
|
||||||
|
|||||||
@@ -1,65 +1,70 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>sakura</Name>
|
<Name>sakura</Name>
|
||||||
<Homepage>https://www.pleyades.net/david/projects/sakura</Homepage>
|
<Homepage>https://www.pleyades.net/david/projects/sakura</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>PisiLinux Community</Name>
|
<Name>PisiLinux Community</Name>
|
||||||
<Email>admins@pisilinux.org</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>GPL-2</License>
|
<License>GPLv2</License>
|
||||||
<IsA>app:gui</IsA>
|
<IsA>app:gui</IsA>
|
||||||
<PartOf>x11.terminal</PartOf>
|
<PartOf>x11.terminal</PartOf>
|
||||||
<Summary>Simple but powerful libvte based terminal emulator.</Summary>
|
<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>
|
<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">
|
<Archive sha1sum="73ca49a62d37e133e04a6ae7a5108b448dc9aa26" type="tarbz2">https://launchpad.net/sakura/trunk/3.8.9/+download/sakura-3.8.9.tar.bz2</Archive>
|
||||||
https://launchpad.net/sakura/trunk/3.8.8/+download/sakura-3.8.8.tar.bz2
|
<BuildDependencies>
|
||||||
</Archive>
|
<Dependency>cmake</Dependency>
|
||||||
<BuildDependencies>
|
<Dependency>vte-devel</Dependency>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>gtk3-devel</Dependency>
|
||||||
<Dependency>vte-devel</Dependency>
|
<Dependency>libpcre2-devel</Dependency>
|
||||||
<Dependency>gtk3-devel</Dependency>
|
</BuildDependencies>
|
||||||
<Dependency>libpcre2-devel</Dependency>
|
</Source>
|
||||||
</BuildDependencies>
|
|
||||||
</Source>
|
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>sakura</Name>
|
<Name>sakura</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>vte</Dependency>
|
<Dependency>vte</Dependency>
|
||||||
<Dependency>gtk3</Dependency>
|
<Dependency>gtk3</Dependency>
|
||||||
<Dependency>glib2</Dependency>
|
<Dependency>glib2</Dependency>
|
||||||
<Dependency>pango</Dependency>
|
<Dependency>pango</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
<Path fileType="data">/usr/share</Path>
|
<Path fileType="data">/usr/share</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="3">
|
<Update release="4">
|
||||||
<Date>2024-08-18</Date>
|
<Date>2025-06-21</Date>
|
||||||
<Version>3.8.8</Version>
|
<Version>3.8.9</Version>
|
||||||
<Comment>Version bump.</Comment>
|
<Comment>Version bump.</Comment>
|
||||||
<Name>fury</Name>
|
<Name>PisiLinux Community</Name>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
<Update release="2">
|
<Update release="3">
|
||||||
<Date>2022-11-13</Date>
|
<Date>2024-08-18</Date>
|
||||||
<Version>3.8.6</Version>
|
<Version>3.8.8</Version>
|
||||||
<Comment>Version bump.</Comment>
|
<Comment>Version bump.</Comment>
|
||||||
<Name>fury</Name>
|
<Name>fury</Name>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
</Update>
|
</Update>
|
||||||
<Update release="1">
|
<Update release="2">
|
||||||
<Date>2022-08-20</Date>
|
<Date>2022-11-13</Date>
|
||||||
<Version>3.8.5</Version>
|
<Version>3.8.6</Version>
|
||||||
<Comment>First build.</Comment>
|
<Comment>Version bump.</Comment>
|
||||||
<Name>fury</Name>
|
<Name>fury</Name>
|
||||||
<Email>uglyside@yandex.ru</Email>
|
<Email>uglyside@yandex.ru</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
<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>
|
</PISI>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user