pspec.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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>libxkbcommon</Name>
  6. <Homepage>http://xkbcommon.org/</Homepage>
  7. <Packager>
  8. <Name>Suleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <PartOf>x11.library</PartOf>
  14. <Summary>Library to convert evdev keycodes to keysyms</Summary>
  15. <Description>Library to convert evdev keycodes to keysyms</Description>
  16. <Archive sha1sum="293f3b2355c4bbf1da23474233b3bc54cb7b4fd3" type="targz">https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-0.7.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libxcb-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>libxkbcommon</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libxcb</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="doc">/usr/share/doc/libxkbcommon/</Path>
  28. <Path fileType="library">/usr/lib/lib*.so*</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>libxkbcommon-devel</Name>
  33. <Summary>Development files for libxkbcommon</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">libxkbcommon</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>libxkbcommon-32bit</Name>
  45. <PartOf>emul32</PartOf>
  46. <Summary>32-bit shared libraries for libxkbcommon</Summary>
  47. <BuildType>emul32</BuildType>
  48. <BuildDependencies>
  49. <Dependency>libxcb-32bit</Dependency>
  50. </BuildDependencies>
  51. <RuntimeDependencies>
  52. <Dependency release="current">libxkbcommon</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.7.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>