123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>tilda</Name>
- <Homepage>https://github.com/lanoxx/tilda</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPL-2</License>
- <PartOf>x11.terminal</PartOf>
- <IsA>app:gui</IsA>
- <Summary>A Gtk based drop down terminal for Linux and Unix.</Summary>
- <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>
- <Archive sha1sum="1360cf56fe39849411907005fd2294538c3db38e" type="targz">
- https://github.com/lanoxx/tilda/archive/tilda-1.5.4.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>python3</Dependency>
- <Dependency>vte-devel</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libX11-devel</Dependency>
- <Dependency>gnutls-devel</Dependency>
- <Dependency>libpcre2-devel</Dependency>
- <Dependency>libconfuse-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>tilda</Name>
- <RuntimeDependencies>
- <Dependency>vte</Dependency>
- <Dependency>gtk3</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>libX11</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- <Dependency>libconfuse</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <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>
|