pspec.xml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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>xcb-util-wm</Name>
  6. <Homepage>http://xcb.freedesktop.org</Homepage>
  7. <Packager>
  8. <Name>Suleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <PartOf>x11.library</PartOf>
  14. <Summary>A number of libraries which sit on top of libxcb</Summary>
  15. <Description>The xcb-util-wm module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries.</Description>
  16. <Archive sha1sum="7006c52b961c123355320bfc30477cdf90c8bbb7" type="tarbz2">http://xcb.freedesktop.org/dist/xcb-util-wm-0.4.1.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>libxcb-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>xcb-util-wm</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libxcb</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>xcb-util-wm-devel</Name>
  33. <Summary>Development files for xcb-util-wm</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">xcb-util-wm</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include</Path>
  39. <Path fileType="data">/usr/lib/pkgconfig</Path>
  40. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>xcb-util-wm-32bit</Name>
  45. <PartOf>emul32</PartOf>
  46. <Summary>32-bit shared libraries for xcb-util-wm</Summary>
  47. <BuildType>emul32</BuildType>
  48. <BuildDependencies>
  49. <Dependency>libxcb-32bit</Dependency>
  50. </BuildDependencies>
  51. <RuntimeDependencies>
  52. <Dependency release="current">xcb-util-wm</Dependency>
  53. <Dependency>libxcb-32bit</Dependency>
  54. </RuntimeDependencies>
  55. <Files>
  56. <Path fileType="library">/usr/lib32</Path>
  57. </Files>
  58. </Package>
  59. <History>
  60. <Update release="1">
  61. <Date>2019-04-12</Date>
  62. <Version>0.4.1</Version>
  63. <Comment>First release</Comment>
  64. <Name>Suleyman Poyraz</Name>
  65. <Email>zaryob.dev@gmail.com</Email>
  66. </Update>
  67. </History>
  68. </INARY>