123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>jsonrpc-glib</Name>
- <Homepage>https://gitlab.gnome.org/GNOME/jsonrpc-glib</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <Summary>jsonrpc-glib is a library to communicate using the JSON-RPC 2.0 specification.</Summary>
- <Description>Jsonrpc-GLib is a library to communicate with JSON-RPC based peers in either a synchronous or asynchronous fashion. It also allows communicating using the GVariant serialization format instead of JSON when both peers support it.</Description>
- <Archive sha1sum="e0192e9595b7e2d61fcaa8ceec47a1d3210ae37b" type="tarxz">https://download.gnome.org/sources/jsonrpc-glib/3.44/jsonrpc-glib-3.44.1.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>vala-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- <Dependency>json-glib-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>jsonrpc-glib</Name>
- <IsA>library</IsA>
- <RuntimeDependencies>
- <Dependency>glib2</Dependency>
- <Dependency>json-glib</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/girepository-1.0</Path>
- <Path fileType="library">/usr/lib/lib*.so*</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>jsonrpc-glib-devel</Name>
- <Summary>Development files for jsonrpc-glib</Summary>
- <RuntimeDependencies>
- <Dependency release="current">jsonrpc-glib</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>json-glib-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/share/gir-1.0</Path>
- <Path fileType="data">/usr/share/vala</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2024-08-03</Date>
- <Version>3.44.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2023-03-17</Date>
- <Version>3.44.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2022-03-21</Date>
- <Version>3.42.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2022-01-07</Date>
- <Version>3.41.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2021-09-23</Date>
- <Version>3.40.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2021-06-13</Date>
- <Version>3.38.0</Version>
- <Comment>First release for Pisi Linux</Comment>
- <Name>Berk Çakar</Name>
- <Email>berk2238@hotmail.com</Email>
- </Update>
- </History>
- </PISI>
|