xfce4-wavelan-plugin.

This commit is contained in:
4fury-c3440d8
2023-01-05 18:12:25 +03:00
parent c945c1313f
commit af148c31fd
2 changed files with 11 additions and 7 deletions
@@ -9,10 +9,8 @@ from pisi.actionsapi import get
from pisi.actionsapi import pisitools
def setup():
# fix build failure w/ xfce4-panel-4.15.0
pisitools.dosed("panel-plugin/wavelan.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
@@ -21,5 +19,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "NEWS", "THANKS")
@@ -15,8 +15,8 @@
<Description>
xfce4-wavelan-plugin shows signal quality as percentage.This plugin is quite easy to use.
</Description>
<Archive sha1sum="a2a703bd073ad39d5c1da270feca06120794e433" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/xfce4-wavelan-plugin-0.6.1.tar.bz2
<Archive sha1sum="e383cf4c14882f327509e4c8d73c2887983f4a00" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/xfce4-wavelan-plugin-0.6.3.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
@@ -48,6 +48,13 @@
</Package>
<History>
<Update release="2">
<Date>2023-01-05</Date>
<Version>0.6.3</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2020-06-25</Date>
<Version>0.6.1</Version>