pspec.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>kaptan-qt6</Name>
  6. <Homepage>https://pisilinux.org</Homepage>
  7. <Packager>
  8. <Name>Metehan Özbek</Name>
  9. <Email>mthnzbk@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <Icon>kaptan</Icon>
  13. <IsA>app:gui</IsA>
  14. <Summary>Kaptan, Pisi Linux workspace configuration wizard</Summary>
  15. <Description>Kaptan lets you configure your workspace on first login.</Description>
  16. <Archive sha1sum="9890465610a75ebccb634a276c8666e7fb2f5576" type="targz">https://github.com/PisiLinuxNew/kaptan-qt6/archive/refs/tags/8.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python3-pyqt6-sip</Dependency>
  19. <Dependency>python3-setuptools</Dependency>
  20. <Dependency>python3-qt6-devel</Dependency>
  21. <Dependency>python3-devel</Dependency>
  22. <Dependency>qt6-linguist</Dependency>
  23. </BuildDependencies>
  24. <Patches>
  25. <!-- <Patch>kaptan-QtWidgets.patch</Patch> -->
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>kaptan-qt6</Name>
  30. <RuntimeDependencies>
  31. <Dependency>python3-qt6</Dependency>
  32. <Dependency>breeze-style-kf6</Dependency>
  33. <Dependency>python3-pyqt6-sip</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="data">/usr/share/kaptan</Path>
  38. <Path fileType="data">/usr/lib/python3*/site-packages</Path>
  39. <Path fileType="data">/usr/share/applications</Path>
  40. <Path fileType="data">/usr/share/icons</Path>
  41. <Path fileType="doc">/usr/share/doc</Path>
  42. <Path fileType="localdata">/usr/share/kaptan/languages</Path>
  43. <Path fileType="config">/etc</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="2">
  48. <Date>2024-06-10</Date>
  49. <Version>8.0</Version>
  50. <Comment>Version bump.</Comment>
  51. <Name>PisiLinux Community</Name>
  52. <Email>admins@pisilinux.org</Email>
  53. </Update>
  54. <Update release="1">
  55. <Date>2024-05-30</Date>
  56. <Version>8.0</Version>
  57. <Comment>first</Comment>
  58. <Name>Pisi Linux Community</Name>
  59. <Email>admin@pisilinux.org</Email>
  60. </Update>
  61. </History>
  62. </PISI>