grantlee-qt5 dep for kde5, qt5-tools rebuild.

This commit is contained in:
Ertuğrul Erata
2015-07-23 12:37:19 +03:00
parent 95b3e843fd
commit ba25c86a9b
4 changed files with 100 additions and 4 deletions
+62
View File
@@ -0,0 +1,62 @@
<?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/simonwagner/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="7a3fb767e0bc929b0cc6f16875f93f16af2a731d" type="targz">http://source.pisilinux.org/1.0/grantlee-5.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-script-devel</Dependency>
<Dependency>qt5-tools-devel</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>grantlee-qt5</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-script</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</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</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/grantlee/*.cmake</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-07-23</Date>
<Version>5.0.0</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>