xfce4-genmon-plugin.
This commit is contained in:
@@ -9,10 +9,6 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
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()
|
autotools.configure()
|
||||||
|
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<Description>
|
<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.
|
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>
|
</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>
|
<BuildDependencies>
|
||||||
<Dependency>intltool</Dependency>
|
<Dependency>intltool</Dependency>
|
||||||
<Dependency>gtk3-devel</Dependency>
|
<Dependency>gtk3-devel</Dependency>
|
||||||
@@ -43,6 +43,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="2">
|
||||||
<Date>2020-12-24</Date>
|
<Date>2020-12-24</Date>
|
||||||
<Version>4.1.0</Version>
|
<Version>4.1.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user