pspec.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libxdg-basedir</Name>
  6. <Homepage>https://github.com/devnev/libxdg-basedir</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.library</PartOf>
  14. <Summary>libxdg-basedir is an implementation of the XDG Base Directory specifications.</Summary>
  15. <Description>libxdg-basedir is an implementation of the XDG Base Directory specifications.</Description>
  16. <Archive sha1sum="41d495868197dc0db4b5b7337d4cb2d215497614" type="targz">
  17. https://github.com/devnev/libxdg-basedir/archive/refs/tags/libxdg-basedir-1.2.3.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <!-- <Dependency></Dependency> -->
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>libxdg-basedir</Name>
  25. <RuntimeDependencies>
  26. <!-- <Dependency></Dependency> -->
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>libxdg-basedir-devel</Name>
  35. <RuntimeDependencies>
  36. <Dependency release="current">libxdg-basedir</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="header">/usr/include</Path>
  40. <Path fileType="library">/usr/lib/pkgconfig</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="2">
  45. <Date>2021-06-19</Date>
  46. <Version>1.2.3</Version>
  47. <Comment>Version bump.</Comment>
  48. <Name>fury</Name>
  49. <Email>uglyside@yandex.ru</Email>
  50. </Update>
  51. <Update release="1">
  52. <Date>2021-01-23</Date>
  53. <Version>1.2.2</Version>
  54. <Comment>First Beta build.</Comment>
  55. <Name>fury</Name>
  56. <Email>uglyside@yandex.ru</Email>
  57. </Update>
  58. </History>
  59. </PISI>