Merge pull request #8964 from 4fury-c3440d8/xfce

two plugins update.
This commit is contained in:
Kamil ATLI
2021-01-24 21:55:50 +03:00
committed by GitHub
3 changed files with 18 additions and 8 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>
@@ -13,8 +13,8 @@
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Alternate Xfce menu.</Summary>
<Description>Whisker Menu is an alternate application launcher for Xfce.</Description>
<Archive sha1sum="267e721e5613456d7956a5fa2adda7c67e98dd47" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.4/xfce4-whiskermenu-plugin-2.4.6.tar.bz2
<Archive sha1sum="52943a3104b69c199fb92fd8fd589f8af8f74721" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.5/xfce4-whiskermenu-plugin-2.5.3.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -54,10 +54,17 @@
</Package>
<History>
<Update release="2">
<Date>2021-01-24</Date>
<Version>2.5.3</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="1">
<Date>2020-08-01</Date>
<Version>2.4.6</Version>
<Comment>Ver. bump</Comment>
<Comment>First Beta build.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>