pspec.xml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>xterm</Name>
  6. <Homepage>http://invisible-island.net/xterm</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <Icon>terminal</Icon>
  13. <IsA>app:gui</IsA>
  14. <PartOf>x11.terminal</PartOf>
  15. <Summary>Terminal emulator for the X Window System</Summary>
  16. <Description>The xterm program is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use the window system directly.</Description>
  17. <Archive sha1sum="d34f8a3331253ee4321f8a0bcdf92ce1f7cf8e54" type="targz">ftp://ftp.invisible-island.net/xterm/xterm-328.tgz</Archive>
  18. <BuildDependencies>
  19. <Dependency>fontconfig-devel</Dependency>
  20. <Dependency>libICE-devel</Dependency>
  21. <Dependency>libXaw-devel</Dependency>
  22. <Dependency>libXft-devel</Dependency>
  23. <Dependency>libXmu-devel</Dependency>
  24. <Dependency>libXt-devel</Dependency>
  25. <Dependency>utempter-devel</Dependency>
  26. <Dependency>libXinerama-devel</Dependency>
  27. <Dependency>xorg-app</Dependency>
  28. <Dependency>libXpm-devel</Dependency>
  29. <Dependency>libX11-devel</Dependency>
  30. </BuildDependencies>
  31. <Patches>
  32. <Patch>16colors.txt.diff</Patch>
  33. </Patches>
  34. </Source>
  35. <Package>
  36. <Name>xterm</Name>
  37. <RuntimeDependencies>
  38. <Dependency>fontconfig</Dependency>
  39. <Dependency>libICE</Dependency>
  40. <Dependency>libXaw</Dependency>
  41. <Dependency>libXft</Dependency>
  42. <Dependency>libXmu</Dependency>
  43. <Dependency>libXt</Dependency>
  44. <Dependency>libXinerama</Dependency>
  45. <Dependency>utempter</Dependency>
  46. <Dependency>xorg-app</Dependency>
  47. <Dependency>libXpm</Dependency>
  48. <Dependency>libX11</Dependency>
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="executable">/usr/bin</Path>
  52. <Path fileType="data">/usr/share/X11</Path>
  53. <Path fileType="doc">/usr/share/doc</Path>
  54. <Path fileType="man">/usr/share/man</Path>
  55. </Files>
  56. </Package>
  57. <History>
  58. <Update release="1">
  59. <Date>2019-09-12</Date>
  60. <Version>328</Version>
  61. <Comment>First release</Comment>
  62. <Name>Süleyman Poyraz</Name>
  63. <Email>zaryob.dev@gmail.com</Email>
  64. </Update>
  65. </History>
  66. </INARY>