Files
2026-02-11 09:26:00 +03:00

90 lines
3.5 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libgovirt</Name>
<Homepage>https://gitlab.gnome.org/GNOME/libgovirt</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPL</License>
<IsA>library</IsA>
<Summary>GObject-based library to access oVirt REST API</Summary>
<Description>GoVirt is a GObject wrapper for the oVirt REST API [1]. It will only provide very basic functionality as the goal is to autogenerate a full wrapper as it is already done for the python bindings.</Description>
<Archive sha1sum="64174533f99afef3b5273c81a39bbea8c9d7d9b8" type="targz">https://gitlab.gnome.org/GNOME/libgovirt/-/archive/v0.3.11/libgovirt-v0.3.11.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>meson</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libsoup-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>librest-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libgovirt</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>python3</Dependency>
<Dependency>librest</Dependency>
<Dependency>libsoup</Dependency>
<Dependency>gobject-introspection</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib/libgovirt*</Path>
<Path fileType="library">/usr/lib/girepository-1.0/GoVirt-1.0.typelib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<Package>
<Name>libgovirt-devel</Name>
<Summary>Development files for libgovirt</Summary>
<RuntimeDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>librest-devel</Dependency>
<Dependency release="current">libgovirt</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2026-02-11</Date>
<Version>0.3.11</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2023-11-04</Date>
<Version>0.3.9</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2022-11-07</Date>
<Version>0.3.9</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2022-06-24</Date>
<Version>0.3.8</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>