pspec.xml 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>xfce4-genmon-plugin</Name>
  6. <Homepage>https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <PartOf>desktop.xfce.addon</PartOf>
  14. <Summary>Display cyclically run script or program output onto the panel</Summary>
  15. <Description>
  16. This plugin cyclically spawns the indicated script/program, captures its output (stdout) and displays the resulting string into the panel. The string can also contain markup to displayed an image, a bar, a button and a personalized tooltip.
  17. </Description>
  18. <Archive sha1sum="c67ace99264756d1224216296413d38d0c69cf64" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-genmon-plugin/4.2/xfce4-genmon-plugin-4.2.1.tar.bz2</Archive>
  19. <BuildDependencies>
  20. <Dependency>intltool</Dependency>
  21. <Dependency>gtk3-devel</Dependency>
  22. <Dependency>libxfce4ui-devel</Dependency>
  23. <Dependency>xfce4-panel-devel</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>xfce4-genmon-plugin</Name>
  28. <RuntimeDependencies>
  29. <Dependency>gtk3</Dependency>
  30. <Dependency>glib2</Dependency>
  31. <Dependency>pango</Dependency>
  32. <Dependency>libxfce4ui</Dependency>
  33. <Dependency>xfce4-panel</Dependency>
  34. <Dependency>libxfce4util</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="data">/usr/share</Path>
  39. <Path fileType="localedata">/usr/share/locale</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="5">
  45. <Date>2024-12-25</Date>
  46. <Version>4.2.1</Version>
  47. <Comment>Version bump.</Comment>
  48. <Name>Pisi Linux Community</Name>
  49. <Email>admin@pisilinux.org</Email>
  50. </Update>
  51. <Update release="4">
  52. <Date>2023-04-17</Date>
  53. <Version>4.2.0</Version>
  54. <Comment>Version bump.</Comment>
  55. <Name>Mustafa Cinasal</Name>
  56. <Email>muscnsl@gmail.com</Email>
  57. </Update>
  58. <Update release="3">
  59. <Date>2021-01-24</Date>
  60. <Version>4.1.1</Version>
  61. <Comment>Ver. bump</Comment>
  62. <Email>uglyside@yandex.ru</Email>
  63. <Name>fury</Name>
  64. </Update>
  65. <Update release="2">
  66. <Date>2020-12-24</Date>
  67. <Version>4.1.0</Version>
  68. <Comment>Ver. bump</Comment>
  69. <Email>uglyside@yandex.ru</Email>
  70. <Name>fury</Name>
  71. </Update>
  72. <Update release="1">
  73. <Date>2020-06-25</Date>
  74. <Version>4.0.2</Version>
  75. <Comment>Rebuild.</Comment>
  76. <Email>uglyside@yandex.ru</Email>
  77. <Name>fury</Name>
  78. </Update>
  79. </History>
  80. </PISI>