pspec.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gromit-mpx</Name>
  6. <Homepage>https://github.com/bk138/gromit-mpx</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <IsA>app</IsA>
  13. <PartOf>desktop.misc</PartOf>
  14. <Summary>Gromit-MPX is a multi-pointer GTK3 port of the original Gromit desktop annotation tool.</Summary>
  15. <Description>
  16. It enables graphical annotations with several pointers at once and is A LOT faster than its predecessor since it uses the XCOMPOSITE extension where available.
  17. </Description>
  18. <Archive sha1sum="800a512472cd627bcb218c907ab9577aab4f0cff" type="targz">
  19. https://github.com/bk138/gromit-mpx/archive/refs/tags/1.4.3.tar.gz
  20. </Archive>
  21. <BuildDependencies>
  22. <Dependency>cmake</Dependency>
  23. <Dependency>gtk3-devel</Dependency>
  24. <Dependency>libXi-devel</Dependency>
  25. <Dependency>libX11-devel</Dependency>
  26. <Dependency>libdbusmenu-devel</Dependency>
  27. <Dependency>ayatana-libappindicator-devel</Dependency>
  28. </BuildDependencies>
  29. </Source>
  30. <Package>
  31. <Name>gromit-mpx</Name>
  32. <RuntimeDependencies>
  33. <Dependency>gtk3</Dependency>
  34. <Dependency>cairo</Dependency>
  35. <Dependency>glib2</Dependency>
  36. <Dependency>libXi</Dependency>
  37. <Dependency>libX11</Dependency>
  38. <Dependency>gdk-pixbuf</Dependency>
  39. <Dependency>ayatana-libappindicator</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="executable">/usr/bin</Path>
  43. <Path fileType="config">/etc/gromit-mpx</Path>
  44. <Path fileType="data">/usr/share</Path>
  45. <Path fileType="man">/usr/share/man</Path>
  46. <Path fileType="doc">/usr/share/doc</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="4">
  51. <Date>2022-11-10</Date>
  52. <Version>1.4.3</Version>
  53. <Comment>Version bump.</Comment>
  54. <Name>fury</Name>
  55. <Email>uglyside@yandex.ru</Email>
  56. </Update>
  57. <Update release="3">
  58. <Date>2022-04-14</Date>
  59. <Version>1.4.2</Version>
  60. <Comment>Version bump.</Comment>
  61. <Name>fury</Name>
  62. <Email>uglyside@yandex.ru</Email>
  63. </Update>
  64. <Update release="2">
  65. <Date>2022-02-05</Date>
  66. <Version>1.4.1</Version>
  67. <Comment>Version bump.</Comment>
  68. <Name>fury</Name>
  69. <Email>uglyside@yandex.ru</Email>
  70. </Update>
  71. <Update release="1">
  72. <Date>2020-12-26</Date>
  73. <Version>1.4</Version>
  74. <Comment>First build.</Comment>
  75. <Name>fury</Name>
  76. <Email>uglyside@yandex.ru</Email>
  77. </Update>
  78. </History>
  79. </PISI>