1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" ?>
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <INARY>
- <Source>
- <Name>gobject-introspection</Name>
- <Homepage>http://live.gnome.org/GObjectIntrospection</Homepage>
- <Packager>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Packager>
- <License>LGPLv2+</License>
- <License>GPLv2+</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <PartOf>programming.library</PartOf>
- <Summary>Introspection system for GObject-based libraries</Summary>
- <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>
- <Archive sha1sum="6c51a15d3c067bb99b4b5c799d449c82c873f2b7" type="tarxz">mirrors://gnome/gobject-introspection/1.62/gobject-introspection-1.62.0.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>python-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>gobject-introspection</Name>
- <RuntimeDependencies>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/lib*.so*</Path>
- <Path fileType="data">/usr/lib/girepository-1.0/*.typelib</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>gobject-introspection-devel</Name>
- <Summary>Development files for gobject-introspection</Summary>
- <RuntimeDependencies>
- <Dependency release="current">gobject-introspection</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/gobject-introspection</Path>
- <Path fileType="executable">/usr/bin/g-ir-*</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/share/gir-1.0</Path>
- <Path fileType="data">/usr/share/aclocal</Path>
- <Path fileType="data">/usr/share/gobject-introspection-1.0</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2019-09-25</Date>
- <Version>1.62.0</Version>
- <Comment>Upgraded with new glib2</Comment>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2019-09-07</Date>
- <Version>1.54.1</Version>
- <Comment>First release.</Comment>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- </History>
- </INARY>
|