pspec.xml.new 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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="4911c01f9a783a66535079e5990fc53fcb847ac7" type="targz">http://ftp.gnome.org/pub/gnome/sources/gobject-introspection/1.63/gobject-introspection-1.63.1.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="3">
  53. <Date>2019-12-12</Date>
  54. <Version>1.63.1</Version>
  55. <Comment>Automatic version upgrade.</Comment>
  56. <Name>Ali Rıza KESKİN</Name>
  57. <Email>parduscix@yandex.ru</Email>
  58. </Update>
  59. <Update release="2">
  60. <Date>2019-09-25</Date>
  61. <Version>1.62.0</Version>
  62. <Comment>Upgraded with new glib2</Comment>
  63. <Name>Süleyman Poyraz</Name>
  64. <Email>zaryob.dev@gmail.com</Email>
  65. </Update>
  66. <Update release="1">
  67. <Date>2019-09-07</Date>
  68. <Version>1.54.1</Version>
  69. <Comment>First release.</Comment>
  70. <Name>Süleyman Poyraz</Name>
  71. <Email>zaryob.dev@gmail.com</Email>
  72. </Update>
  73. </History>
  74. </INARY>