123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libcloudproviders</Name>
- <Homepage>http://live.gnome.org/libcloudproviders</Homepage>
- <Packager>
- <Name>Berk Çakar</Name>
- <Email>berk2238@hotmail.com</Email>
- </Packager>
- <License>LGPLv3</License>
- <IsA>library</IsA>
- <Summary>libcloudproviders is a DBus API that allows cloud storage sync clients to expose
- their services.</Summary>
- <Description>libcloudproviders is a DBus API that allows cloud storage sync clients to expose
- their services. Clients such as file managers and desktop environments can then
- provide integrated access to the cloud providers services.</Description>
- <Archive sha1sum="c5d8ee2eec0939d1f3804308454ea5175ecfdb8a">https://gitlab.gnome.org/World/libcloudproviders/-/archive/0.3.6/libcloudproviders-0.3.6.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>vala-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libcloudproviders</Name>
- <RuntimeDependencies>
- <Dependency>glib2</Dependency>
- <Dependency>gobject-introspection</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libcloudproviders-devel</Name>
- <Summary>Development files for libcloudproviders</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libcloudproviders</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/girepository-1.0</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="man">/usr/share/man/man3</Path>
- <Path fileType="data">/usr/share/vala/vapi</Path>
- <Path fileType="data">/usr/share/gir-1.0</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2024-03-20</Date>
- <Version>0.3.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2023-11-09</Date>
- <Version>0.3.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2023-09-06</Date>
- <Version>0.3.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2023-08-09</Date>
- <Version>0.3.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2021-05-27</Date>
- <Version>0.3.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2021-04-10</Date>
- <Version>0.3.0</Version>
- <Comment>First release for Pisi Linux</Comment>
- <Name>Berk Çakar</Name>
- <Email>berk2238@hotmail.com</Email>
- </Update>
- </History>
- </PISI>
|