pspec.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>kcolorpicker-qt6</Name>
  6. <Homepage>https://github.com/ksnip/kColorPicker</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>library</IsA>
  13. <Summary>Qt based Color Picker with popup menu</Summary>
  14. <Icon>kcolorpicker</Icon>
  15. <Description>Açılır menü ile Qt tabanlı Renk Seçici</Description>
  16. <Archive sha1sum="24b4063cfa71f76aa69bd2a7688c619edeab8f5b" type="targz">https://github.com/ksnip/kColorPicker/archive/refs/tags/v0.3.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency versionFrom="6.7.1">qt6-base-devel</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <!-- <Patch level="1">rename-qt5-version.patch</Patch> -->
  23. </Patches>
  24. </Source>
  25. <Package>
  26. <Name>kcolorpicker-qt6</Name>
  27. <RuntimeDependencies>
  28. <Dependency>qt6-base</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>kcolorpicker-qt6-devel</Name>
  37. <Summary>Development files for kcolorpicker</Summary>
  38. <RuntimeDependencies>
  39. <Dependency release="current">kcolorpicker-qt6</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="header">/usr/include</Path>
  43. <Path fileType="data">/usr/lib/cmake</Path>
  44. <Path fileType="library">/usr/lib/pkgconfig</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="2">
  49. <Date>2024-06-27</Date>
  50. <Version>0.3.1</Version>
  51. <Comment>Version bump.</Comment>
  52. <Name>Pisi Linux Community</Name>
  53. <Email>admin@pisilinux.org</Email>
  54. </Update>
  55. <Update release="1">
  56. <Date>2024-03-04</Date>
  57. <Version>0.3.0</Version>
  58. <Comment>First release</Comment>
  59. <Name>PisiLinux Community</Name>
  60. <Email>admins@pisilinux.org</Email>
  61. </Update>
  62. </History>
  63. </PISI>