Files
main/programming/misc/grantlee-qt5/pspec.xml
T
2018-12-25 12:58:45 +03:00

97 lines
3.8 KiB
XML
Raw 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 "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>grantlee-qt5</Name>
<Homepage>https://github.com/steveire/grantlee</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2+</License>
<IsA>library</IsA>
<Summary>Qt string template engine based on the Django template system</Summary>
<Description>grantlee is a plugin based String Template system written using the Qt framework. The goals of the project are to make it easier for application developers to separate the structure of documents from the data they contain, opening the door for theming.</Description>
<Archive sha1sum="67f81e6c3ff039cdf9179c9e3c500c50e165d0f7" type="targz">https://github.com/steveire/grantlee/archive/v5.1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>mesa-devel</Dependency><!--fix it in libdrm-->
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<!-- <Dependency versionFrom="5.7.1">qt5-script-devel</Dependency> -->
<!-- <Dependency versionFrom="5.7.1">qt5-linguist</Dependency> -->
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>grantlee-qt5</Name>
<RuntimeDependencies>
<Dependency versionFrom="5.7.1">qt5-base</Dependency>
<Dependency versionFrom="5.7.1">qt5-script</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>grantlee-qt5-devel</Name>
<Summary>Development files for grantlee</Summary>
<RuntimeDependencies>
<Dependency release="current">grantlee-qt5</Dependency>
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
<!-- <Dependency versionFrom="5.7.1">qt5-script-devel</Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2018-12-25</Date>
<Version>5.1.0</Version>
<Comment>Rebuild.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2018-09-09</Date>
<Version>5.1.0</Version>
<Comment>Release bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2017-03-10</Date>
<Version>5.1.0</Version>
<Comment>Release bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2016-08-13</Date>
<Version>5.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>5.0.0</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-10-18</Date>
<Version>5.0.0</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>