1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>xfce4-genmon-plugin</Name>
- <Homepage>https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <PartOf>desktop.xfce.addon</PartOf>
- <Summary>Display cyclically run script or program output onto the panel</Summary>
- <Description>
- 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.
- </Description>
- <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>
- <BuildDependencies>
- <Dependency>intltool</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>libxfce4ui-devel</Dependency>
- <Dependency>xfce4-panel-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>xfce4-genmon-plugin</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>libxfce4ui</Dependency>
- <Dependency>xfce4-panel</Dependency>
- <Dependency>libxfce4util</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2024-12-25</Date>
- <Version>4.2.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2023-04-17</Date>
- <Version>4.2.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2021-01-24</Date>
- <Version>4.1.1</Version>
- <Comment>Ver. bump</Comment>
- <Email>uglyside@yandex.ru</Email>
- <Name>fury</Name>
- </Update>
- <Update release="2">
- <Date>2020-12-24</Date>
- <Version>4.1.0</Version>
- <Comment>Ver. bump</Comment>
- <Email>uglyside@yandex.ru</Email>
- <Name>fury</Name>
- </Update>
- <Update release="1">
- <Date>2020-06-25</Date>
- <Version>4.0.2</Version>
- <Comment>Rebuild.</Comment>
- <Email>uglyside@yandex.ru</Email>
- <Name>fury</Name>
- </Update>
- </History>
- </PISI>
|