pspec.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gpick</Name>
  6. <Homepage>http://www.gpick.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD-3-Clause</License>
  12. <IsA>app:gui</IsA>
  13. <PartOf>multimedia.graphics</PartOf>
  14. <Summary>Gpick is an advanced color picker and palette editing tool.</Summary>
  15. <Description>
  16. Gpick is an application that allows you to sample any color from anywhere on the desktop, and use it to create palettes (i.e. collections of colors) for use in graphic design applications.
  17. </Description>
  18. <Archive sha1sum="e24a210d17b646dfe07ef7e2cf78b58498798c1d" type="targz">
  19. https://github.com/thezbyg/gpick/releases/download/v0.3/gpick-0.3.tar.gz
  20. </Archive>
  21. <BuildDependencies>
  22. <Dependency>cmake</Dependency>
  23. <Dependency>ragel</Dependency>
  24. <Dependency>lua-devel</Dependency>
  25. <Dependency>gtk3-devel</Dependency>
  26. <Dependency>expat-devel</Dependency>
  27. <Dependency>boost-devel</Dependency>
  28. </BuildDependencies>
  29. <Patches>
  30. <Patch level='1'>archlinux/buildfix.patch</Patch>
  31. </Patches>
  32. </Source>
  33. <Package>
  34. <Name>gpick</Name>
  35. <RuntimeDependencies>
  36. <Dependency>lua</Dependency>
  37. <Dependency>gtk3</Dependency>
  38. <Dependency>glib2</Dependency>
  39. <Dependency>expat</Dependency>
  40. <Dependency>boost</Dependency>
  41. <Dependency>cairo</Dependency>
  42. <Dependency>pango</Dependency>
  43. <Dependency>libgcc</Dependency>
  44. <Dependency>gdk-pixbuf</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="executable">/usr/bin</Path>
  48. <Path fileType="data">/usr/share</Path>
  49. <Path fileType="localedata">/usr/share/locale</Path>
  50. <Path fileType="man">/usr/share/man</Path>
  51. <Path fileType="doc">/usr/share/doc</Path>
  52. </Files>
  53. </Package>
  54. <History>
  55. <Update release="4">
  56. <Date>2023-11-01</Date>
  57. <Version>0.3</Version>
  58. <Comment>Rebuild.</Comment>
  59. <Name>fury</Name>
  60. <Email>uglyside@yandex.ru</Email>
  61. </Update>
  62. <Update release="3">
  63. <Date>2023-01-04</Date>
  64. <Version>0.3</Version>
  65. <Comment>Version bump.</Comment>
  66. <Name>fury</Name>
  67. <Email>uglyside@yandex.ru</Email>
  68. </Update>
  69. <Update release="2">
  70. <Date>2021-11-04</Date>
  71. <Version>0.2.6</Version>
  72. <Comment>Release</Comment>
  73. <Name>fury</Name>
  74. <Email>uglyside@yandex.ru</Email>
  75. </Update>
  76. <Update release="1">
  77. <Date>2020-12-04</Date>
  78. <Version>0.2.6_rc1</Version>
  79. <Comment>First build</Comment>
  80. <Name>fury</Name>
  81. <Email>uglyside@yandex.ru</Email>
  82. </Update>
  83. </History>
  84. </PISI>