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
+3 -2
View File
@@ -10,7 +10,8 @@ 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()
@@ -18,5 +19,5 @@ def build():
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*")
+11 -9
View File
@@ -8,16 +8,12 @@
<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>
<Archive sha1sum="1360cf56fe39849411907005fd2294538c3db38e" type="targz">
https://github.com/lanoxx/tilda/archive/tilda-1.5.4.tar.gz
</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3</Dependency> <Dependency>python3</Dependency>
<Dependency>vte-devel</Dependency> <Dependency>vte-devel</Dependency>
@@ -25,6 +21,7 @@
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
<Dependency>libX11-devel</Dependency> <Dependency>libX11-devel</Dependency>
<Dependency>gnutls-devel</Dependency> <Dependency>gnutls-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>libpcre2-devel</Dependency> <Dependency>libpcre2-devel</Dependency>
<Dependency>libconfuse-devel</Dependency> <Dependency>libconfuse-devel</Dependency>
</BuildDependencies> </BuildDependencies>
@@ -44,12 +41,17 @@
<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>
<Path fileType="doc">/usr/share/doc</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2025-06-15</Date>
<Version>2.0.0</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2021-10-13</Date> <Date>2021-10-13</Date>
<Version>1.5.4</Version> <Version>1.5.4</Version>