pspec.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>qt5-scxml</Name>
  6. <Homepage>http://qt-project.org/</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>custom</License>
  12. <License>FDL</License>
  13. <License>GPL3</License>
  14. <License>LGPL3</License>
  15. <Summary>Provides a set of easy to use chart components</Summary>
  16. <Description>Provides a set of easy to use chart components</Description>
  17. <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>
  18. <BuildDependencies>
  19. <Dependency versionFrom="5.9.3">qt5-base-devel</Dependency>
  20. <Dependency versionFrom="5.9.3">qt5-declarative-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>qt5-scxml</Name>
  25. <Summary>Provides a set of easy to use chart components</Summary>
  26. <RuntimeDependencies>
  27. <Dependency versionFrom="5.9.3">qt5-base</Dependency>
  28. <Dependency versionFrom="5.9.3">qt5-declarative</Dependency>
  29. <Dependency>libgcc</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="library">/usr/lib/qt5</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. </Files>
  36. </Package>
  37. <Package>
  38. <Name>qt5-scxml-devel</Name>
  39. <Summary>Development files for qt5-scxml</Summary>
  40. <RuntimeDependencies>
  41. <Dependency versionFrom="5.9.3">qt5-base-devel</Dependency>
  42. <Dependency versionFrom="5.9.3">qt5-declarative-devel</Dependency>
  43. <Dependency release="current">qt5-scxml</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include/qt5</Path>
  47. <Path fileType="config">/usr/lib/cmake</Path>
  48. <Path fileType="data">/usr/lib/pkgconfig</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="2">
  53. <Date>2018-02-01</Date>
  54. <Version>5.9.2</Version>
  55. <Comment>Version Bump</Comment>
  56. <Name>Ayhan Yalçınsoy</Name>
  57. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2017-02-20</Date>
  61. <Version>5.7.1</Version>
  62. <Comment>First Release</Comment>
  63. <Name>Stefan Gronewold</Name>
  64. <Email>groni@pisilinux.org</Email>
  65. </Update>
  66. </History>
  67. </PISI>