123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libkvkontakte</Name>
- <Homepage>https://www.digikam.org/</Homepage>
- <Packager>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Packager>
- <License>GPL</License>
- <IsA>library</IsA>
- <Summary>C++ library for asynchronous interaction with VK social network via its web API</Summary>
- <Description>C++ library for asynchronous interaction with VK social network via its web API</Description>
- <BuildDependencies>
- <Dependency>extra-cmake-modules</Dependency>
- <Dependency>gettext-devel</Dependency>
- <Dependency>glibc-devel</Dependency>
- <Dependency>kcoreaddons-devel</Dependency>
- <Dependency>kdewebkit-devel</Dependency>
- <Dependency>ki18n-devel</Dependency>
- <Dependency>kio-devel</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>qt5-webkit-devel</Dependency>
- <Dependency>kwidgetsaddons-devel</Dependency>
- </BuildDependencies>
- <Archive sha1sum="43d1f92c4094dfac4f7400318d950c9f961b7893" type="targz">https://sourceforge.net/projects/pisilinux/files/source/libkvkontakte-5.0.0_20161106.tar.gz</Archive>
- </Source>
- <Package>
- <Name>libkvkontakte</Name>
- <Summary>C++ library for asynchronous interaction with VK social network via its web API</Summary>
- <RuntimeDependencies>
- <Dependency>kcoreaddons</Dependency>
- <Dependency>kdewebkit</Dependency>
- <Dependency>ki18n</Dependency>
- <Dependency>kio</Dependency>
- <Dependency>qt5-base</Dependency>
- <Dependency>qt5-webkit</Dependency>
- <Dependency>kwidgetsaddons</Dependency>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libkvkontakte-devel</Name>
- <Summary>Development files for libkvkontakte</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libkvkontakte</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/cmake</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="2">
- <Date>2017-09-14</Date>
- <Version>5.0.0_20161106</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2016-11-09</Date>
- <Version>5.0.0_20161106</Version>
- <Comment>First Release</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|