12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libxdg-basedir</Name>
- <Homepage>https://github.com/devnev/libxdg-basedir</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>library</IsA>
- <PartOf>programming.library</PartOf>
- <Summary>libxdg-basedir is an implementation of the XDG Base Directory specifications.</Summary>
- <Description>libxdg-basedir is an implementation of the XDG Base Directory specifications.</Description>
- <Archive sha1sum="41d495868197dc0db4b5b7337d4cb2d215497614" type="targz">
- https://github.com/devnev/libxdg-basedir/archive/refs/tags/libxdg-basedir-1.2.3.tar.gz
- </Archive>
- <BuildDependencies>
- <!-- <Dependency></Dependency> -->
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libxdg-basedir</Name>
- <RuntimeDependencies>
- <!-- <Dependency></Dependency> -->
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libxdg-basedir-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">libxdg-basedir</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2021-06-19</Date>
- <Version>1.2.3</Version>
- <Comment>Version bump.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2021-01-23</Date>
- <Version>1.2.2</Version>
- <Comment>First Beta build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|