103 lines
4.2 KiB
XML
103 lines
4.2 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>gobject-introspection</Name>
|
|
<Homepage>http://live.gnome.org/GObjectIntrospection</Homepage>
|
|
<Packager>
|
|
<Name>Pisi Linux Admins</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>LGPLv2+</License>
|
|
<License>GPLv2+</License>
|
|
<IsA>library</IsA>
|
|
<IsA>app:console</IsA>
|
|
<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="975350b2a45a6de1e9334c37d7ef779c748c217a" type="tarxz">mirrors://gnome/gobject-introspection/1.54/gobject-introspection-1.54.1.tar.xz</Archive>
|
|
<BuildDependencies>
|
|
<!--<Dependency>cairo-devel</Dependency>-->
|
|
<Dependency>libffi-devel</Dependency>
|
|
<Dependency>python-devel</Dependency>
|
|
<!--<Dependency>python-mako</Dependency>--><!--for enable-doctool-->
|
|
<Dependency versionFrom="2.50.2">glib2-devel</Dependency>
|
|
<Dependency>chrpath</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>gobject-introspection</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>libffi</Dependency>
|
|
<Dependency>glib2</Dependency>
|
|
</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>
|
|
<!-- gobject-introspection's pc file needs libffi's pc file-->
|
|
<Dependency>libffi</Dependency>
|
|
<Dependency>glib2</Dependency>
|
|
<Dependency>libffi-devel</Dependency>
|
|
<Dependency>glib2-devel</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="5">
|
|
<Date>2018-07-20</Date>
|
|
<Version>1.54.1</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Ertuğrul Erata</Name>
|
|
<Email>ertugrulerata@gmail.com</Email>
|
|
</Update>
|
|
<Update release="4">
|
|
<Date>2018-07-15</Date>
|
|
<Version>1.50.0</Version>
|
|
<Comment>Rebuild</Comment>
|
|
<Name>Ertuğrul Erata</Name>
|
|
<Email>ertugrulerata@gmail.com</Email>
|
|
</Update>
|
|
<Update release="3">
|
|
<Date>2017-02-06</Date>
|
|
<Version>1.50.0</Version>
|
|
<Comment>Version Bump</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2016-04-27</Date>
|
|
<Version>1.46.0</Version>
|
|
<Comment>Release Bump</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2016-03-13</Date>
|
|
<Version>1.46.0</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Ertuğrul Erata</Name>
|
|
<Email>ertugrulerata@gmail.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|