pspec.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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>gobject-introspection</Name>
  6. <Homepage>http://live.gnome.org/GObjectIntrospection</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>LGPLv2+</License>
  12. <License>GPLv2+</License>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <PartOf>programming.library</PartOf>
  16. <Summary>Introspection system for GObject-based libraries</Summary>
  17. <Description>gobject-introspection can scan C header and source files in order to generate introspection typelib files. It also provides an API to examine typelib files, useful for creating language bindings among other things.</Description>
  18. <Archive sha1sum="6c51a15d3c067bb99b4b5c799d449c82c873f2b7" type="tarxz">mirrors://gnome/gobject-introspection/1.62/gobject-introspection-1.62.0.tar.xz</Archive>
  19. <BuildDependencies>
  20. <Dependency>python-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>gobject-introspection</Name>
  25. <RuntimeDependencies>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/lib/lib*.so*</Path>
  29. <Path fileType="data">/usr/lib/girepository-1.0/*.typelib</Path>
  30. <Path fileType="localedata">/usr/share/locale</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. </Files>
  33. </Package>
  34. <Package>
  35. <Name>gobject-introspection-devel</Name>
  36. <Summary>Development files for gobject-introspection</Summary>
  37. <RuntimeDependencies>
  38. <Dependency release="current">gobject-introspection</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="header">/usr/include</Path>
  42. <Path fileType="library">/usr/lib/gobject-introspection</Path>
  43. <Path fileType="executable">/usr/bin/g-ir-*</Path>
  44. <Path fileType="data">/usr/lib/pkgconfig</Path>
  45. <Path fileType="data">/usr/share/gir-1.0</Path>
  46. <Path fileType="data">/usr/share/aclocal</Path>
  47. <Path fileType="data">/usr/share/gobject-introspection-1.0</Path>
  48. <Path fileType="man">/usr/share/man</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="2">
  53. <Date>2019-09-25</Date>
  54. <Version>1.62.0</Version>
  55. <Comment>Upgraded with new glib2</Comment>
  56. <Name>Süleyman Poyraz</Name>
  57. <Email>zaryob.dev@gmail.com</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2019-09-07</Date>
  61. <Version>1.54.1</Version>
  62. <Comment>First release.</Comment>
  63. <Name>Süleyman Poyraz</Name>
  64. <Email>zaryob.dev@gmail.com</Email>
  65. </Update>
  66. </History>
  67. </INARY>