pspec.xml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libXtst</Name>
  6. <Homepage>http://www.x.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <Summary>X.Org Xtst library</Summary>
  14. <Description>libXtst provides an X Window System client interface to the Record extension to the X protocol. The Record extension allows X clients to synthesise input events, which is useful for automated testing.</Description>
  15. <Archive sha1sum="27d004db631bee3a82155d3caf961d9584207d36" type="tarbz2">mirrors://xorg/individual/lib/libXtst-1.2.3.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>libXext-devel</Dependency>
  18. <Dependency>libXi-devel</Dependency>
  19. <Dependency>util-macros</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>libXtst</Name>
  24. <RuntimeDependencies>
  25. <Dependency>libXext</Dependency>
  26. <Dependency>libX11</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="data">/usr/share/X11</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. </Files>
  33. </Package>
  34. <Package>
  35. <Name>libXtst-32bit</Name>
  36. <PartOf>emul32</PartOf>
  37. <Summary>32-bit shared libraries for libXtst</Summary>
  38. <BuildType>emul32</BuildType>
  39. <BuildDependencies>
  40. <Dependency>libXext-32bit</Dependency>
  41. <Dependency>libXi-32bit</Dependency>
  42. <Dependency>libX11-32bit</Dependency>
  43. </BuildDependencies>
  44. <RuntimeDependencies>
  45. <Dependency>libX11-32bit</Dependency>
  46. <Dependency>libXext-32bit</Dependency>
  47. <Dependency release="current">libXtst</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="library">/usr/lib32</Path>
  51. </Files>
  52. </Package>
  53. <Package>
  54. <Name>libXtst-devel</Name>
  55. <Summary>Development files for libXtst</Summary>
  56. <RuntimeDependencies>
  57. <Dependency>libXi-devel</Dependency>
  58. <Dependency>libXext-devel</Dependency>
  59. <Dependency>libX11-devel</Dependency>
  60. <Dependency>xorg-proto</Dependency>
  61. <Dependency release="current">libXtst</Dependency>
  62. </RuntimeDependencies>
  63. <Files>
  64. <Path fileType="header">/usr/include/X11</Path>
  65. <Path fileType="data">/usr/lib/pkgconfig</Path>
  66. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  67. <Path fileType="data">/usr/share/aclocal</Path>
  68. <Path fileType="doc">/usr/share/doc/*/*.xml</Path>
  69. <Path fileType="man">/usr/share/man</Path>
  70. </Files>
  71. </Package>
  72. <History>
  73. <Update release="4">
  74. <Date>2017-01-30</Date>
  75. <Version>1.2.3</Version>
  76. <Comment>Rebuild.</Comment>
  77. <Name>PisiLinux Community</Name>
  78. <Email>admin@pisilinux.org</Email>
  79. </Update>
  80. <Update release="3">
  81. <Date>2016-11-02</Date>
  82. <Version>1.2.3</Version>
  83. <Comment>Release bump</Comment>
  84. <Name>PisiLinux Community</Name>
  85. <Email>admin@pisilinux.org</Email>
  86. </Update>
  87. <Update release="2">
  88. <Date>2016-04-30</Date>
  89. <Version>1.2.2</Version>
  90. <Comment>Release bump</Comment>
  91. <Name>PisiLinux Community</Name>
  92. <Email>admin@pisilinux.org</Email>
  93. </Update>
  94. <Update release="1">
  95. <Date>2014-05-16</Date>
  96. <Version>1.2.2</Version>
  97. <Comment>First release</Comment>
  98. <Name>Marcin Bojara</Name>
  99. <Email>marcin@pisilinux.org</Email>
  100. </Update>
  101. </History>
  102. </PISI>