xfce4-wavelan-plugin.
This commit is contained in:
@@ -9,10 +9,8 @@ from pisi.actionsapi import get
|
|||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
|
||||||
def setup():
|
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()
|
autotools.configure()
|
||||||
|
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
@@ -21,5 +19,4 @@ def build():
|
|||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
|
pisitools.dodoc("AUTHORS", "NEWS", "THANKS")
|
||||||
|
|
||||||
|
|||||||
@@ -15,8 +15,8 @@
|
|||||||
<Description>
|
<Description>
|
||||||
xfce4-wavelan-plugin shows signal quality as percentage.This plugin is quite easy to use.
|
xfce4-wavelan-plugin shows signal quality as percentage.This plugin is quite easy to use.
|
||||||
</Description>
|
</Description>
|
||||||
<Archive sha1sum="a2a703bd073ad39d5c1da270feca06120794e433" type="tarbz2">
|
<Archive sha1sum="e383cf4c14882f327509e4c8d73c2887983f4a00" type="tarbz2">
|
||||||
https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/xfce4-wavelan-plugin-0.6.1.tar.bz2
|
https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/0.6/xfce4-wavelan-plugin-0.6.3.tar.bz2
|
||||||
</Archive>
|
</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>intltool</Dependency>
|
<Dependency>intltool</Dependency>
|
||||||
@@ -48,6 +48,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="1">
|
||||||
<Date>2020-06-25</Date>
|
<Date>2020-06-25</Date>
|
||||||
<Version>0.6.1</Version>
|
<Version>0.6.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user