pspec.xml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <PISI>
  2. <Source>
  3. <Name>kproperty</Name>
  4. <Homepage>http://www.kexi-project.org/</Homepage>
  5. <Packager>
  6. <Name>Alihan Öztürk</Name>
  7. <Email>alihan@pisilinux.org</Email>
  8. </Packager>
  9. <License>GPLv2+</License>
  10. <IsA>app:console</IsA>
  11. <Summary>A property editing framework with editor widget similar to what is known from Qt Designer</Summary>
  12. <Description>A property editing framework with editor widget similar to what is known from Qt Designer</Description>
  13. <Archive type="tarxz" sha1sum="9473caa8af19d5606ea52ee87148659626343d5a">https://download.kde.org/stable/kproperty/src/kproperty-3.0.2.tar.xz</Archive>
  14. <BuildDependencies>
  15. <Dependency>extra-cmake-modules</Dependency>
  16. <Dependency>qt5-base-devel</Dependency>
  17. <Dependency>kconfig-devel</Dependency>
  18. <Dependency>kcoreaddons-devel</Dependency>
  19. <Dependency>kwidgetsaddons-devel</Dependency>
  20. <Dependency>kguiaddons-devel</Dependency>
  21. <Dependency>ki18n-devel</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>kproperty</Name>
  26. <Summary>A property editing framework with editor widget similar to what is known from Qt Designer</Summary>
  27. <RuntimeDependencies>
  28. <Dependency>libgcc</Dependency>
  29. <Dependency>kconfig</Dependency>
  30. <Dependency>qt5-base</Dependency>
  31. <Dependency>kguiaddons</Dependency>
  32. <Dependency>kwidgetsaddons</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="library">/usr/lib/libKProperty*</Path>
  36. <Path fileType="data">/usr/share</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>kproperty-devel</Name>
  41. <Summary>Developments files for kproperty.</Summary>
  42. <RuntimeDependencies>
  43. <Dependency>qt5-base-devel</Dependency>
  44. <Dependency release="current">kproperty</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="library">/usr/lib/cmake</Path>
  48. <Path fileType="data">/usr/lib/pkgconfig</Path>
  49. <Path fileType="header">/usr/include</Path>
  50. </Files>
  51. </Package>
  52. <History>
  53. <Update release="3">
  54. <Date>2017-07-14</Date>
  55. <Version>3.0.2</Version>
  56. <Comment>Version bump.</Comment>
  57. <Name>Mustafa Cinasal</Name>
  58. <Email>muscnsl@gmail.com</Email>
  59. </Update>
  60. <Update release="2">
  61. <Date>2017-06-30</Date>
  62. <Version>3.0.1</Version>
  63. <Comment>Version bump.</Comment>
  64. <Name>Kamil Atlı</Name>
  65. <Email>suvari@pisilinux.org</Email>
  66. </Update>
  67. <Update release="1">
  68. <Date>2017-01-04</Date>
  69. <Version>3.0.0</Version>
  70. <Comment>First release.</Comment>
  71. <Name>Alihan Öztürk</Name>
  72. <Email>alihan@pisilinux.org</Email>
  73. </Update>
  74. </History>
  75. </PISI>