pspec.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>appstream</Name>
  6. <Homepage>http://distributions.freedesktop.org/wiki/AppStream</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Provides a standard for creating app stores across distributions</Summary>
  14. <Description>Provides a standard for creating app stores across distributions</Description>
  15. <Archive sha1sum="d2e1c696b0104635e13308a25110b490e175acdb" type="tarxz">https://www.freedesktop.org/software/appstream/releases/AppStream-0.12.0.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>meson</Dependency>
  18. <Dependency>xmlto</Dependency>
  19. <Dependency>gtk-doc</Dependency>
  20. <Dependency>vala-devel</Dependency> -->
  21. <!-- <Dependency>libstemmer</Dependency> -->
  22. <Dependency>docbook-xsl</Dependency>
  23. <Dependency>docbook-xml</Dependency>
  24. <!-- <Dependency>gettext-devel</Dependency> -->
  25. <Dependency versionFrom="2.54.3">glib2-devel</Dependency>
  26. <Dependency>python-six</Dependency>
  27. <Dependency>python-devel</Dependency>
  28. <Dependency>python3-devel</Dependency>
  29. <Dependency>libxslt-devel</Dependency>
  30. <Dependency>libyaml-devel</Dependency>
  31. <Dependency>libxml2-devel</Dependency>
  32. <Dependency>qt5-base-devel</Dependency>
  33. <Dependency versionFrom="1.54.1">gobject-introspection-devel</Dependency>
  34. </BuildDependencies>
  35. </Source>
  36. <Package>
  37. <Name>appstream</Name>
  38. <RuntimeDependencies>
  39. <Dependency>libxml2</Dependency>
  40. <Dependency>libyaml</Dependency>
  41. <Dependency>glib2</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="executable">/usr/bin</Path>
  45. <Path fileType="config">/etc</Path>
  46. <Path fileType="library">/usr/lib</Path>
  47. <Path fileType="data">/usr/share</Path>
  48. <Path fileType="localedata">/usr/share/locale</Path>
  49. <Path fileType="man">/usr/share/man</Path>
  50. <Path fileType="info">/usr/share/metainfo</Path>
  51. <Path fileType="doc">/usr/share/doc</Path>
  52. </Files>
  53. <AdditionalFiles>
  54. <AdditionalFile owner="root" permission="0644" target="/usr/share/libalpm/hooks/update-appstream-cache.hook">update-appstream-cache.hook</AdditionalFile>
  55. </AdditionalFiles>
  56. </Package>
  57. <Package>
  58. <Name>appstream-qt5</Name>
  59. <RuntimeDependencies>
  60. <Dependency>qt5-base</Dependency>
  61. <Dependency>libgcc</Dependency>
  62. <Dependency>appstream</Dependency>
  63. <Dependency>glib2</Dependency>
  64. </RuntimeDependencies>
  65. <Files>
  66. <Path fileType="library">/usr/lib/libAppStreamQt.*</Path>
  67. </Files>
  68. </Package>
  69. <Package>
  70. <Name>appstream-qt5-devel</Name>
  71. <Summary>Development files for appstream</Summary>
  72. <RuntimeDependencies>
  73. <Dependency release="current">appstream-qt5</Dependency>
  74. </RuntimeDependencies>
  75. <Files>
  76. <Path fileType="header">/usr/include/AppStreamQt</Path>
  77. <Path fileType="data">/usr/lib/cmake</Path>
  78. </Files>
  79. </Package>
  80. <Package>
  81. <Name>appstream-devel</Name>
  82. <Summary>Development files for appstream</Summary>
  83. <RuntimeDependencies>
  84. <Dependency release="current">appstream</Dependency>
  85. <Dependency>glib2-devel</Dependency>
  86. </RuntimeDependencies>
  87. <Files>
  88. <Path fileType="header">/usr/include</Path>
  89. <Path fileType="data">/usr/lib/pkgconfig</Path>
  90. </Files>
  91. </Package>
  92. <History>
  93. <Update release="1">
  94. <Date>2018-05-07</Date>
  95. <Version>0.12.0</Version>
  96. <Comment>First release</Comment>
  97. <Name>PisiLinux Community</Name>
  98. <Email>admins@pisilinux.org</Email>
  99. </Update>
  100. </History>
  101. </PISI>