xfce4-systemload-plugin ver. bump

This commit is contained in:
Rmys
2021-03-11 16:49:26 +03:00
committed by GitHub
parent 5c47a79227
commit b2f1b42fa8
2 changed files with 12 additions and 5 deletions
@@ -10,7 +10,7 @@ from pisi.actionsapi import get
def setup():
# fix build failure w/ xfce4-panel-4.15.0
pisitools.dosed("panel-plugin/systemload.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
#pisitools.dosed("panel-plugin/systemload.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
autotools.configure()
@@ -22,5 +22,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*")
@@ -16,11 +16,10 @@
<Description>
Xfce4-systemload-plugin is a plugin which displays the current CPU load, the memory in use, the swap space and the system uptime in the Xfce panel.
</Description>
<Archive sha1sum="bab853f85b8654b08902f4c724abb06c0fa6a90c" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.3.tar.bz2
</Archive>
<Archive sha1sum="0f75f54238573fb4dff5f6d9802420909d066317" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
@@ -31,6 +30,7 @@
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
@@ -44,6 +44,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-03-11</Date>
<Version>1.3.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-06-25</Date>
<Version>1.2.3</Version>