pspec.xml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>wayland</Name>
  6. <Homepage>http://wayland.freedesktop.org/</Homepage>
  7. <Packager>
  8. <Name>Yusuf Aydemir</Name>
  9. <Email>yusuf.aydemir@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Wayland Compositor Infrastructure</Summary>
  14. <Description>Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol.</Description>
  15. <Archive sha1sum="53a443be3bafe73209bbc49ef2cb134ed16e0141" type="tarxz">https://wayland.freedesktop.org/releases/wayland-1.14.0.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libffi-devel</Dependency>
  18. <Dependency>expat-devel</Dependency>
  19. <Dependency>libxml2-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>wayland</Name>
  24. <RuntimeDependencies>
  25. <Dependency>libxml2</Dependency>
  26. <Dependency>expat</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="doc">/usr/share/doc/</Path>
  31. <Path fileType="data">/usr/share/aclocal</Path>
  32. <Path fileType="data">/usr/share/wayland</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>wayland-client</Name>
  38. <Summary>Wayland client library</Summary>
  39. <RuntimeDependencies>
  40. <Dependency>libffi</Dependency>
  41. <Dependency release="current">wayland</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="library">/usr/lib/libwayland-client*</Path>
  45. </Files>
  46. </Package>
  47. <Package>
  48. <Name>wayland-cursor</Name>
  49. <Summary>Wayland cursor library</Summary>
  50. <RuntimeDependencies>
  51. <Dependency release="current">wayland</Dependency>
  52. <Dependency>wayland-client</Dependency>
  53. </RuntimeDependencies>
  54. <Files>
  55. <Path fileType="library">/usr/lib/libwayland-cursor*</Path>
  56. </Files>
  57. </Package>
  58. <Package>
  59. <Name>wayland-server</Name>
  60. <Summary>Wayland server library</Summary>
  61. <RuntimeDependencies>
  62. <Dependency>libffi</Dependency>
  63. <Dependency release="current">wayland</Dependency>
  64. </RuntimeDependencies>
  65. <Files>
  66. <Path fileType="library">/usr/lib/libwayland-server*</Path>
  67. </Files>
  68. </Package>
  69. <Package>
  70. <Name>wayland-devel</Name>
  71. <Summary>Development files for wayland</Summary>
  72. <RuntimeDependencies>
  73. <Dependency>expat-devel</Dependency>
  74. <Dependency release="current">wayland</Dependency>
  75. </RuntimeDependencies>
  76. <Files>
  77. <Path fileType="header">/usr/include</Path>
  78. <Path fileType="data">/usr/lib/pkgconfig</Path>
  79. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  80. <Path fileType="data">/usr/share/pkgconfig</Path>
  81. </Files>
  82. </Package>
  83. <Package>
  84. <Name>wayland-32bit</Name>
  85. <PartOf>emul32</PartOf>
  86. <Summary>32-bit shared libraries for wayland</Summary>
  87. <BuildType>emul32</BuildType>
  88. <BuildDependencies>
  89. <Dependency>libffi-32bit</Dependency>
  90. <Dependency>expat-32bit</Dependency>
  91. <Dependency>libxml2-32bit</Dependency>
  92. </BuildDependencies>
  93. <RuntimeDependencies>
  94. <Dependency release="current">wayland</Dependency>
  95. <Dependency>expat-32bit</Dependency>
  96. <Dependency>libffi-32bit</Dependency>
  97. <Dependency>libxml2-32bit</Dependency>
  98. </RuntimeDependencies>
  99. <Files>
  100. <Path fileType="library">/usr/lib32</Path>
  101. </Files>
  102. </Package>
  103. <History>
  104. <Update release="5">
  105. <Date>2017-12-15</Date>
  106. <Version>1.14.0</Version>
  107. <Comment>Version bump.</Comment>
  108. <Name>Mustafa Cinasal</Name>
  109. <Email>muscnsl@gmail.com</Email>
  110. </Update>
  111. <Update release="4">
  112. <Date>2017-02-02</Date>
  113. <Version>1.12.0</Version>
  114. <Comment>Version bump.</Comment>
  115. <Name>Alihan Öztürk</Name>
  116. <Email>alihan@pisilnux.org</Email>
  117. </Update>
  118. <Update release="3">
  119. <Date>2016-11-04</Date>
  120. <Version>1.11.1</Version>
  121. <Comment>Version bump.</Comment>
  122. <Name>Yusuf Aydemir</Name>
  123. <Email>yusuf.aydemir@pisilnux.org</Email>
  124. </Update>
  125. <Update release="2">
  126. <Date>2016-05-01</Date>
  127. <Version>1.10.0</Version>
  128. <Comment>Version bump.</Comment>
  129. <Name>Alihan Öztürk</Name>
  130. <Email>alihan@pisilinux.org</Email>
  131. </Update>
  132. <Update release="1">
  133. <Date>2015-11-05</Date>
  134. <Version>1.9.0</Version>
  135. <Comment>First release</Comment>
  136. <Name>Yusuf Aydemir</Name>
  137. <Email>yusuf.aydemir@pisilinux.org</Email>
  138. </Update>
  139. </History>
  140. </PISI>