pspec.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>tilda</Name>
  6. <Homepage>https://github.com/lanoxx/tilda</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <PartOf>x11.terminal</PartOf>
  13. <IsA>app:gui</IsA>
  14. <Summary>A Gtk based drop down terminal for Linux and Unix.</Summary>
  15. <Description>
  16. 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.
  17. </Description>
  18. <Archive sha1sum="1360cf56fe39849411907005fd2294538c3db38e" type="targz">
  19. https://github.com/lanoxx/tilda/archive/tilda-1.5.4.tar.gz
  20. </Archive>
  21. <BuildDependencies>
  22. <Dependency>python3</Dependency>
  23. <Dependency>vte-devel</Dependency>
  24. <Dependency>gtk3-devel</Dependency>
  25. <Dependency>glib2-devel</Dependency>
  26. <Dependency>libX11-devel</Dependency>
  27. <Dependency>gnutls-devel</Dependency>
  28. <Dependency>libpcre2-devel</Dependency>
  29. <Dependency>libconfuse-devel</Dependency>
  30. </BuildDependencies>
  31. </Source>
  32. <Package>
  33. <Name>tilda</Name>
  34. <RuntimeDependencies>
  35. <Dependency>vte</Dependency>
  36. <Dependency>gtk3</Dependency>
  37. <Dependency>glib2</Dependency>
  38. <Dependency>pango</Dependency>
  39. <Dependency>libX11</Dependency>
  40. <Dependency>gdk-pixbuf</Dependency>
  41. <Dependency>libconfuse</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="executable">/usr/bin</Path>
  45. <Path fileType="data">/usr/share</Path>
  46. <Path fileType="localedata">/usr/share/locale</Path>
  47. <Path fileType="doc">/usr/share/doc</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="1">
  52. <Date>2021-10-13</Date>
  53. <Version>1.5.4</Version>
  54. <Comment>First build</Comment>
  55. <Name>fury</Name>
  56. <Email>uglyside@yandex.ru</Email>
  57. </Update>
  58. </History>
  59. </PISI>