pspec.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>json-glib</Name>
  6. <Homepage>http://live.gnome.org/JsonGlib</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2+</License>
  12. <IsA>library</IsA>
  13. <Summary>Library for JavaScript Object Notation format</Summary>
  14. <Description>json-glib is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format.</Description>
  15. <Archive sha1sum="660a72e0269feb15e89d6c17d86e594b7af6fecb" type="tarxz">mirrors://gnome/json-glib/1.4/json-glib-1.4.2.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gobject-introspection-devel</Dependency>
  18. <Dependency>glib2-devel</Dependency>
  19. <Dependency>meson</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>json-glib</Name>
  24. <RuntimeDependencies>
  25. <Dependency>gobject-introspection</Dependency>
  26. <Dependency>glib2</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. <Path fileType="data">/usr/libexec/installed-tests/json-glib-1.0</Path>
  34. <Path fileType="data">/usr/share/installed-tests/json-glib-1.0</Path>
  35. <Path fileType="locale">/usr/share/locale</Path>
  36. </Files>
  37. </Package>
  38. <Package>
  39. <Name>json-glib-devel</Name>
  40. <Summary>Development files for json-glib</Summary>
  41. <RuntimeDependencies>
  42. <Dependency release="current">json-glib</Dependency>
  43. <Dependency>glib2-devel</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include</Path>
  47. <Path fileType="data">/usr/lib/girepository-1.0</Path>
  48. <Path fileType="data">/usr/lib32/girepository-1.0</Path>
  49. <Path fileType="data">/usr/share/gir*</Path>
  50. <Path fileType="data">/usr/lib/pkgconfig</Path>
  51. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  52. </Files>
  53. </Package>
  54. <Package>
  55. <Name>json-glib-32bit</Name>
  56. <PartOf>emul32</PartOf>
  57. <Summary>32-bit shared libraries for json-glib</Summary>
  58. <BuildType>_emul32</BuildType>
  59. <BuildDependencies>
  60. <Dependency>glib2-32bit</Dependency>
  61. </BuildDependencies>
  62. <RuntimeDependencies>
  63. <Dependency>glib2-32bit</Dependency>
  64. <Dependency release="current">json-glib</Dependency>
  65. </RuntimeDependencies>
  66. <Files>
  67. <Path fileType="library">/usr/lib32</Path>
  68. </Files>
  69. </Package>
  70. <History>
  71. <Update release="5">
  72. <Date>2017-12-28</Date>
  73. <Version>1.4.2</Version>
  74. <Comment>Version Bump</Comment>
  75. <Name>Mustafa Cinasal</Name>
  76. <Email>muscnsl@gmail.com</Email>
  77. </Update>
  78. <Update release="4">
  79. <Date>2017-02-06</Date>
  80. <Version>1.2.2</Version>
  81. <Comment>Version Bump</Comment>
  82. <Name>Pisi Linux Community</Name>
  83. <Email>admin@pisilinux.org</Email>
  84. </Update>
  85. <Update release="3">
  86. <Date>2016-06-09</Date>
  87. <Version>1.0.2</Version>
  88. <Comment>Release Bump</Comment>
  89. <Name>Pisi Linux Community</Name>
  90. <Email>admin@pisilinux.org</Email>
  91. </Update>
  92. <Update release="2">
  93. <Date>2016-05-27</Date>
  94. <Version>1.0.2</Version>
  95. <Comment>Release bump</Comment>
  96. <Name>Hakan Yıldız</Name>
  97. <Email>hknyldz93@gmail.com</Email>
  98. </Update>
  99. <Update release="1">
  100. <Date>2015-03-18</Date>
  101. <Version>1.0.2</Version>
  102. <Comment>First release</Comment>
  103. <Name>Hakan Yıldız</Name>
  104. <Email>hknyldz93@gmail.com</Email>
  105. </Update>
  106. </History>
  107. </PISI>