pspec.xml 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gobject-introspection</Name>
  6. <Homepage>http://live.gnome.org/GObjectIntrospection</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2+</License>
  12. <License>GPLv2+</License>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>Introspection system for GObject-based libraries</Summary>
  16. <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>
  17. <Archive sha1sum="5907f70bd275dceb4d3cb825ddce82cb1fdb4242" type="tarxz">mirrors://gnome/gobject-introspection/1.50/gobject-introspection-1.50.0.tar.xz</Archive>
  18. <BuildDependencies>
  19. <!--<Dependency>cairo-devel</Dependency>-->
  20. <Dependency>libffi-devel</Dependency>
  21. <Dependency>python-devel</Dependency>
  22. <!--<Dependency>python-mako</Dependency>--><!--for enable-doctool-->
  23. <Dependency versionFrom="2.50.2">glib2-devel</Dependency>
  24. <Dependency>chrpath</Dependency>
  25. </BuildDependencies>
  26. </Source>
  27. <Package>
  28. <Name>gobject-introspection</Name>
  29. <RuntimeDependencies>
  30. <Dependency>libffi</Dependency>
  31. <Dependency>glib2</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="library">/usr/lib/lib*.so*</Path>
  35. <Path fileType="data">/usr/lib/girepository-1.0/*.typelib</Path>
  36. <Path fileType="localedata">/usr/share/locale</Path>
  37. <Path fileType="doc">/usr/share/doc</Path>
  38. </Files>
  39. </Package>
  40. <Package>
  41. <Name>gobject-introspection-devel</Name>
  42. <Summary>Development files for gobject-introspection</Summary>
  43. <RuntimeDependencies>
  44. <Dependency release="current">gobject-introspection</Dependency>
  45. <!-- gobject-introspection's pc file needs libffi's pc file-->
  46. <Dependency>libffi</Dependency>
  47. <Dependency>glib2</Dependency>
  48. <Dependency>libffi-devel</Dependency>
  49. <Dependency>glib2-devel</Dependency>
  50. </RuntimeDependencies>
  51. <Files>
  52. <Path fileType="header">/usr/include</Path>
  53. <Path fileType="library">/usr/lib/gobject-introspection</Path>
  54. <Path fileType="executable">/usr/bin/g-ir-*</Path>
  55. <Path fileType="data">/usr/lib/pkgconfig</Path>
  56. <Path fileType="data">/usr/share/gir-1.0</Path>
  57. <Path fileType="data">/usr/share/aclocal</Path>
  58. <Path fileType="data">/usr/share/gobject-introspection-1.0</Path>
  59. <Path fileType="man">/usr/share/man</Path>
  60. </Files>
  61. </Package>
  62. <History>
  63. <Update release="3">
  64. <Date>2017-02-06</Date>
  65. <Version>1.50.0</Version>
  66. <Comment>Version Bump</Comment>
  67. <Name>PisiLinux Community</Name>
  68. <Email>admin@pisilinux.org</Email>
  69. </Update>
  70. <Update release="2">
  71. <Date>2016-04-27</Date>
  72. <Version>1.46.0</Version>
  73. <Comment>Release Bump</Comment>
  74. <Name>PisiLinux Community</Name>
  75. <Email>admin@pisilinux.org</Email>
  76. </Update>
  77. <Update release="1">
  78. <Date>2016-03-13</Date>
  79. <Version>1.46.0</Version>
  80. <Comment>First release</Comment>
  81. <Name>Ertuğrul Erata</Name>
  82. <Email>ertugrulerata@gmail.com</Email>
  83. </Update>
  84. </History>
  85. </PISI>