pspec.xml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>at-spi2-core</Name>
  6. <Homepage>http://www.linuxfoundation.org/collaborate/workgroups/accessibility</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2+</License>
  12. <IsA>service</IsA>
  13. <Summary>Protocol definitions and daemons for D-Bus at-spi</Summary>
  14. <Description>at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications over D-Bus for automation.</Description>
  15. <Archive sha1sum="45e15ab3c1cfe0a8b4ea333c448f3fc1cd634c4e" type="tarxz">mirrors://gnome/at-spi2-core/2.28/at-spi2-core-2.28.0.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libXtst-devel</Dependency>
  18. <Dependency>libxslt-devel</Dependency>
  19. <Dependency>libXi-devel</Dependency>
  20. <Dependency>gettext-devel</Dependency>
  21. <Dependency>dbus-devel</Dependency>
  22. <Dependency>glib2-devel</Dependency>
  23. <Dependency>docbook-xsl</Dependency>
  24. <Dependency>intltool</Dependency>
  25. <Dependency>gtk-doc</Dependency>
  26. <Dependency>meson</Dependency>
  27. <Dependency>python-six</Dependency>
  28. <Dependency>gobject-introspection-devel</Dependency>
  29. </BuildDependencies>
  30. </Source>
  31. <Package>
  32. <Name>at-spi2-core</Name>
  33. <RuntimeDependencies>
  34. <Dependency>libXtst</Dependency>
  35. <Dependency>libX11</Dependency>
  36. <Dependency>dbus</Dependency>
  37. <Dependency>glib2</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="config">/etc</Path>
  41. <Path fileType="library">/usr/lib</Path>
  42. <Path fileType="doc">/usr/share/doc</Path>
  43. <Path fileType="data">/usr/share/dbus-1</Path>
  44. <Path fileType="data">/usr/share/defaults/at-spi2</Path>
  45. <!--Path fileType="doc">/usr/share/gtk-doc</Path-->
  46. <Path fileType="executable">/usr/libexec</Path>
  47. <Path fileType="data">/usr/share/gir-1.0</Path>
  48. <Path fileType="localedata">/usr/share/locale</Path>
  49. </Files>
  50. </Package>
  51. <Package>
  52. <Name>at-spi2-core-32bit</Name>
  53. <PartOf>emul32</PartOf> -->
  54. <Summary>32-bit shared libraries for at-spi2-core</Summary> --> -->
  55. <BuildType>emul32</BuildType> --> -->
  56. <BuildDependencies>
  57. <Dependency>dbus-32bit</Dependency>
  58. <Dependency>glib2-32bit</Dependency>
  59. <Dependency>libXi-32bit</Dependency>
  60. <Dependency>libX11-32bit</Dependency>
  61. <Dependency>libXtst-32bit</Dependency>
  62. </BuildDependencies>
  63. <RuntimeDependencies>
  64. <Dependency>dbus-32bit</Dependency>
  65. <Dependency>glib2-32bit</Dependency>
  66. <Dependency>libX11-32bit</Dependency>
  67. </RuntimeDependencies>
  68. <Files>
  69. <Path fileType="library">/usr/lib32</Path>
  70. </Files>
  71. </Package>
  72. <Package>
  73. <Name>at-spi2-core-docs</Name>
  74. <IsA>data:doc</IsA>
  75. <Summary>at-spi2-core reference documents</Summary>
  76. <RuntimeDependencies>
  77. <Dependency>at-spi2-core</Dependency>
  78. </RuntimeDependencies>
  79. <Files>
  80. <Path fileType="doc">/usr/share/gtk-doc</Path>
  81. </Files>
  82. </Package>
  83. <Package>
  84. <Name>at-spi2-core-devel</Name>
  85. <Summary>at-spi2-core için geliştirme dosyaları</Summary>
  86. <RuntimeDependencies>
  87. <Dependency release="current">at-spi2-core</Dependency>
  88. <Dependency>dbus-devel</Dependency>
  89. <Dependency>glib2-devel</Dependency>
  90. </RuntimeDependencies>
  91. <Files>
  92. <Path fileType="header">/usr/include</Path>
  93. <Path fileType="library">/usr/lib/pkgconfig</Path>
  94. <Path fileType="library">/usr/lib32/pkgconfig</Path>
  95. </Files>
  96. </Package>
  97. <History>
  98. <Update release="7">
  99. <Date>2018-05-07</Date>
  100. <Version>2.28.0</Version>
  101. <Comment>Rebuild.</Comment>
  102. <Name>Pisi Linux Community</Name>
  103. <Email>admin@pisilinux.org</Email>
  104. </Update>
  105. <Update release="6">
  106. <Date>2018-04-19</Date>
  107. <Version>2.28.0</Version>
  108. <Comment>Version Bump</Comment>
  109. <Name>Pisi Linux Community</Name>
  110. <Email>admin@pisilinux.org</Email>
  111. </Update>
  112. <Update release="5">
  113. <Date>2018-01-17</Date>
  114. <Version>2.26.2</Version>
  115. <Comment>Version Bump</Comment>
  116. <Name>Pisi Linux Community</Name>
  117. <Email>admin@pisilinux.org</Email>
  118. </Update>
  119. <Update release="4">
  120. <Date>2017-02-13</Date>
  121. <Version>2.20.2</Version>
  122. <Comment>Version Bump</Comment>
  123. <Name>Ayhan Yalçınsoy</Name>
  124. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  125. </Update>
  126. <Update release="3">
  127. <Date>2016-06-09</Date>
  128. <Version>2.18.3</Version>
  129. <Comment>Release Bump</Comment>
  130. <Name>Pisi Linux Community</Name>
  131. <Email>admin@pisilinux.org</Email>
  132. </Update>
  133. <Update release="2">
  134. <Date>2016-05-25</Date>
  135. <Version>2.18.3</Version>
  136. <Comment>Release Bump.</Comment>
  137. <Name>Ayhan Yalçınsoy</Name>
  138. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  139. </Update>
  140. <Update release="1">
  141. <Date>2016-01-26</Date>
  142. <Version>2.18.3</Version>
  143. <Comment>First release</Comment>
  144. <Name>Ayhan Yalçınsoy</Name>
  145. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  146. </Update>
  147. </History>
  148. </PISI>