pspec.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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>scim</Name>
  6. <Homepage>http://www.scim-im.org</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <PartOf>x11.im</PartOf>
  14. <Summary>Smart Common Input Method - framework for Input Methods</Summary>
  15. <Description>Smart Common Input Method (SCIM) is a framework for Input Methods. It is a modular and flexible approach for authoring and using Input Methods for X11 platform.</Description>
  16. <Archive sha1sum="6fee79db6888738d8719ee72944d5ff5c96a06df" type="targz">https://github.com/scim-im/scim/archive/1.4.18.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>gtk3-devel</Dependency>
  19. <Dependency>gtk2-devel</Dependency>
  20. <Dependency>libXt-devel</Dependency>
  21. <Dependency>libX11-devel</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>scim-core</Name>
  26. <Summary>Core of SCIM for users</Summary>
  27. <RuntimeDependencies>
  28. <Dependency>libX11</Dependency>
  29. <Dependency>scim-libs</Dependency>
  30. <Dependency>gtk3</Dependency>
  31. <Dependency>gtk2</Dependency>
  32. <Dependency>pango</Dependency>
  33. <Dependency>gdk-pixbuf</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="config">/etc</Path>
  37. <Path fileType="executable">/usr/bin</Path>
  38. <Path fileType="library">/usr/lib</Path>
  39. <Path fileType="data">/usr/share</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. <Path fileType="localedata">/usr/share/locale</Path>
  42. </Files>
  43. </Package>
  44. <Package>
  45. <Name>scim-libs</Name>
  46. <Summary>Libraries of SCIM</Summary>
  47. <RuntimeDependencies>
  48. <Dependency>cairo</Dependency>
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="library">/usr/lib/libscim-*</Path>
  52. <Path fileType="library">/usr/lib/scim-1.0/*/Config</Path>
  53. <Path fileType="library">/usr/lib/scim-1.0/*/IMEngine</Path>
  54. </Files>
  55. </Package>
  56. <Package>
  57. <Name>scim-devel</Name>
  58. <Summary>Includes and pkgconfig for scim development</Summary>
  59. <RuntimeDependencies>
  60. <Dependency release="current">scim-core</Dependency>
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="header">/usr/include</Path>
  64. <Path fileType="library">/usr/lib/pkgconfig</Path>
  65. </Files>
  66. </Package>
  67. <Package>
  68. <Name>scim-immodule-gtk3</Name>
  69. <Summary>IM Module for GTK3 applications</Summary>
  70. <RuntimeDependencies>
  71. <Dependency>gtk3</Dependency>
  72. <Dependency>pango</Dependency>
  73. </RuntimeDependencies>
  74. <Files>
  75. <Path fileType="library">/usr/lib/gtk-3.0</Path>
  76. </Files>
  77. </Package>
  78. <Package>
  79. <Name>scim-immodule-gtk2</Name>
  80. <Summary>IM Module for GTK2 applications</Summary>
  81. <RuntimeDependencies>
  82. <Dependency>gtk2</Dependency>
  83. <Dependency>pango</Dependency>
  84. </RuntimeDependencies>
  85. <Files>
  86. <Path fileType="library">/usr/lib/gtk-2.0</Path>
  87. </Files>
  88. </Package>
  89. <History>
  90. <Update release="1">
  91. <Date>2019-09-10</Date>
  92. <Version>1.4.18</Version>
  93. <Comment>First release</Comment>
  94. <Name>Süleyman Poyraz</Name>
  95. <Email>zaryob.dev@gmail.com</Email>
  96. </Update>
  97. </History>
  98. </INARY>