xfce4-genmon-plugin.

This commit is contained in:
4fury-c3440d8
2021-01-24 17:34:10 +00:00
parent 5c6f916609
commit 2e29aa5f9a
2 changed files with 8 additions and 5 deletions
@@ -9,10 +9,6 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
# fix build failure w/ xfce4-panel-4.15.0
# pisitools.dosed("panel-plugin/main.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
# pisitools.dosed("panel-plugin/config_gui.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
# pisitools.dosed("panel-plugin/config_gui.h", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
@@ -15,7 +15,7 @@
<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="4d477c99b06f9786e5b30a96d0d015f141ff041c" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-genmon-plugin/4.1/xfce4-genmon-plugin-4.1.0.tar.bz2</Archive>
<Archive sha1sum="bd888e447d43213c092940d131ec79779b518705" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-genmon-plugin/4.1/xfce4-genmon-plugin-4.1.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -43,6 +43,13 @@
</Package>
<History>
<Update release="3">
<Date>2021-01-24</Date>
<Version>4.1.1</Version>
<Comment>Ver. bump</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
<Update release="2">
<Date>2020-12-24</Date>
<Version>4.1.0</Version>