pspec.xml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libXdamage</Name>
  6. <Homepage>https://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 damage library</Summary>
  14. <Description>LibXdamage provides an X Window System client interface to the DAMAGE extension to the X protocol. The Damage extension provides for notification of when on-screen regions have been 'damaged' (altered).</Description>
  15. <Archive sha1sum="c206351caae36b95aa4954282b762734fc30c061" type="tarxz">mirrors://xorg/individual/lib/libXdamage-1.1.6.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libXfixes-devel</Dependency>
  18. <Dependency>util-macros</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>libXdamage</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libXfixes</Dependency>
  25. <Dependency>libX11</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. </Files>
  31. </Package>
  32. <Package>
  33. <Name>libXdamage-devel</Name>
  34. <Summary>Development files for libXdamage</Summary>
  35. <RuntimeDependencies>
  36. <Dependency release="current">libXdamage</Dependency>
  37. <Dependency>libXfixes-devel</Dependency>
  38. <Dependency>libX11-devel</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="header">/usr/include/X11</Path>
  42. <Path fileType="data">/usr/lib/pkgconfig</Path>
  43. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  44. </Files>
  45. </Package>
  46. <Package>
  47. <Name>libXdamage-32bit</Name>
  48. <PartOf>emul32</PartOf>
  49. <Summary>32-bit shared libraries for libXdamage</Summary>
  50. <BuildType>emul32</BuildType>
  51. <BuildDependencies>
  52. <Dependency>libX11-32bit</Dependency>
  53. <Dependency>libXfixes-32bit</Dependency>
  54. </BuildDependencies>
  55. <RuntimeDependencies>
  56. <Dependency release="current">libXdamage</Dependency>
  57. <Dependency>libXfixes-32bit</Dependency>
  58. <Dependency>libX11-32bit</Dependency>
  59. </RuntimeDependencies>
  60. <Files>
  61. <Path fileType="library">/usr/lib32</Path>
  62. </Files>
  63. </Package>
  64. <History>
  65. <Update release="8">
  66. <Date>2022-12-05</Date>
  67. <Version>1.1.6</Version>
  68. <Comment>Version bump.</Comment>
  69. <Name>Mustafa Cinasal</Name>
  70. <Email>muscnsl@gmail.com</Email>
  71. </Update>
  72. <Update release="7">
  73. <Date>2021-09-25</Date>
  74. <Version>1.1.5</Version>
  75. <Comment>Rebuild.</Comment>
  76. <Name>Mustafa Cinasal</Name>
  77. <Email>muscnsl@gmail.com</Email>
  78. </Update>
  79. <Update release="6">
  80. <Date>2020-01-14</Date>
  81. <Version>1.1.5</Version>
  82. <Comment>Rebuild.</Comment>
  83. <Name>Mustafa Cinasal</Name>
  84. <Email>muscnsl@gmail.com</Email>
  85. </Update>
  86. <Update release="5">
  87. <Date>2019-10-25</Date>
  88. <Version>1.1.5</Version>
  89. <Comment>Version bump.</Comment>
  90. <Name>Mustafa Cinasal</Name>
  91. <Email>muscnsl@gmail.com</Email>
  92. </Update>
  93. <Update release="4">
  94. <Date>2018-07-25</Date>
  95. <Version>1.1.4</Version>
  96. <Comment>Rebuild</Comment>
  97. <Name>PisiLinux Community</Name>
  98. <Email>admin@pisilinux.org</Email>
  99. </Update>
  100. <Update release="3">
  101. <Date>2017-02-02</Date>
  102. <Version>1.1.4</Version>
  103. <Comment>Rebuild</Comment>
  104. <Name>PisiLinux Community</Name>
  105. <Email>admin@pisilinux.org</Email>
  106. </Update>
  107. <Update release="2">
  108. <Date>2016-04-30</Date>
  109. <Version>1.1.4</Version>
  110. <Comment>Release bump</Comment>
  111. <Name>PisiLinux Community</Name>
  112. <Email>admin@pisilinux.org</Email>
  113. </Update>
  114. <Update release="1">
  115. <Date>2014-05-16</Date>
  116. <Version>1.1.4</Version>
  117. <Comment>First release</Comment>
  118. <Name>Marcin Bojara</Name>
  119. <Email>marcin@pisilinux.org</Email>
  120. </Update>
  121. </History>
  122. </PISI>