tilda terminal emulator v2.0.0

This commit is contained in:
uglyside
2025-06-15 20:37:48 +03:00
parent 748aafb6c8
commit 381e8a452c
2 changed files with 62 additions and 59 deletions
+5 -4
View File
@@ -10,13 +10,14 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
shelltools.system("./autogen.sh --prefix=/usr") shelltools.system("NOCONFIGURE=1 sh autogen.sh")
autotools.configure()
def build(): def build():
autotools.make() autotools.make()
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "HACKING.md", "README.md", "TODO.md") pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*")
+57 -55
View File
@@ -1,62 +1,64 @@
<?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>tilda</Name> <Name>tilda</Name>
<Homepage>https://github.com/lanoxx/tilda</Homepage> <Homepage>https://github.com/lanoxx/tilda</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>
<PartOf>x11.terminal</PartOf> <PartOf>x11.terminal</PartOf>
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>A Gtk based drop down terminal for Linux and Unix.</Summary> <Summary>A Gtk based drop down terminal for Linux and Unix.</Summary>
<Description> <Description>Tilda is a terminal emulator and can be compared with other popular terminal emulators such as gnome-terminal (Gnome), Konsole (KDE), xterm and many others. The specialities of Tilda are that it does not behave like a normal window but instead it can be pulled up and down from the top of the screen with a special hotkey. Additionally Tilda is highly configurable. It is possible to configure the hotkeys for keybindings, change the appearance and many options that affect the behavior of Tilda.</Description>
Tilda is a terminal emulator and can be compared with other popular terminal emulators such as gnome-terminal (Gnome), Konsole (KDE), xterm and many others. The specialities of Tilda are that it does not behave like a normal window but instead it can be pulled up and down from the top of the screen with a special hotkey. Additionally Tilda is highly configurable. It is possible to configure the hotkeys for keybindings, change the appearance and many options that affect the behavior of Tilda. <Archive sha1sum="8d305fc110353c34ac0904f3c689874e2554a148" type="targz">https://github.com/lanoxx/tilda/archive/refs/tags/tilda-2.0.0.tar.gz</Archive>
</Description> <BuildDependencies>
<Archive sha1sum="1360cf56fe39849411907005fd2294538c3db38e" type="targz"> <Dependency>python3</Dependency>
https://github.com/lanoxx/tilda/archive/tilda-1.5.4.tar.gz <Dependency>vte-devel</Dependency>
</Archive> <Dependency>gtk3-devel</Dependency>
<BuildDependencies> <Dependency>glib2-devel</Dependency>
<Dependency>python3</Dependency> <Dependency>libX11-devel</Dependency>
<Dependency>vte-devel</Dependency> <Dependency>gnutls-devel</Dependency>
<Dependency>gtk3-devel</Dependency> <Dependency>gettext-devel</Dependency>
<Dependency>glib2-devel</Dependency> <Dependency>libpcre2-devel</Dependency>
<Dependency>libX11-devel</Dependency> <Dependency>libconfuse-devel</Dependency>
<Dependency>gnutls-devel</Dependency> </BuildDependencies>
<Dependency>libpcre2-devel</Dependency> </Source>
<Dependency>libconfuse-devel</Dependency>
</BuildDependencies>
</Source>
<Package> <Package>
<Name>tilda</Name> <Name>tilda</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>
<Dependency>libX11</Dependency> <Dependency>libX11</Dependency>
<Dependency>gdk-pixbuf</Dependency> <Dependency>gdk-pixbuf</Dependency>
<Dependency>libconfuse</Dependency> <Dependency>libconfuse</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>
<Path fileType="localedata">/usr/share/locale</Path> </Files>
<Path fileType="doc">/usr/share/doc</Path> </Package>
</Files>
</Package>
<History> <History>
<Update release="1"> <Update release="2">
<Date>2021-10-13</Date> <Date>2025-06-15</Date>
<Version>1.5.4</Version> <Version>2.0.0</Version>
<Comment>First build</Comment> <Comment>Version bump.</Comment>
<Name>fury</Name> <Name>PisiLinux Community</Name>
<Email>uglyside@yandex.ru</Email> <Email>admins@pisilinux.org</Email>
</Update> </Update>
</History> <Update release="1">
<Date>2021-10-13</Date>
<Version>1.5.4</Version>
<Comment>First build</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI> </PISI>