12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>qt5-scxml</Name>
- <Homepage>http://qt-project.org/</Homepage>
- <Packager>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Packager>
- <License>custom</License>
- <License>FDL</License>
- <License>GPL3</License>
- <License>LGPL3</License>
- <Summary>Provides a set of easy to use chart components</Summary>
- <Description>Provides a set of easy to use chart components</Description>
- <Archive sha1sum="ddb96975b9ba3a37da97ba517647cb9d7a96d78d" type="tarxz">http://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qtscxml-opensource-src-5.9.3.tar.xz</Archive>
- <BuildDependencies>
- <Dependency versionFrom="5.9.3">qt5-base-devel</Dependency>
- <Dependency versionFrom="5.9.3">qt5-declarative-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>qt5-scxml</Name>
- <Summary>Provides a set of easy to use chart components</Summary>
- <RuntimeDependencies>
- <Dependency versionFrom="5.9.3">qt5-base</Dependency>
- <Dependency versionFrom="5.9.3">qt5-declarative</Dependency>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/qt5</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>qt5-scxml-devel</Name>
- <Summary>Development files for qt5-scxml</Summary>
- <RuntimeDependencies>
- <Dependency versionFrom="5.9.3">qt5-base-devel</Dependency>
- <Dependency versionFrom="5.9.3">qt5-declarative-devel</Dependency>
- <Dependency release="current">qt5-scxml</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include/qt5</Path>
- <Path fileType="config">/usr/lib/cmake</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2018-02-01</Date>
- <Version>5.9.2</Version>
- <Comment>Version Bump</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2017-02-20</Date>
- <Version>5.7.1</Version>
- <Comment>First Release</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|