xfce4-systemload-plugin ver. bump
This commit is contained in:
@@ -10,7 +10,7 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
# fix build failure w/ xfce4-panel-4.15.0
|
# 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()
|
autotools.configure()
|
||||||
|
|
||||||
|
|
||||||
@@ -22,5 +22,5 @@ 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", "ChangeLog", "COPYING", "NEWS", "README*")
|
||||||
|
|
||||||
|
|||||||
@@ -16,11 +16,10 @@
|
|||||||
<Description>
|
<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.
|
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>
|
</Description>
|
||||||
<Archive sha1sum="bab853f85b8654b08902f4c724abb06c0fa6a90c" type="tarbz2">
|
<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>
|
||||||
https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.3.tar.bz2
|
|
||||||
</Archive>
|
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>intltool</Dependency>
|
<Dependency>intltool</Dependency>
|
||||||
|
<Dependency>xfconf-devel</Dependency>
|
||||||
<Dependency>libxfce4ui-devel</Dependency>
|
<Dependency>libxfce4ui-devel</Dependency>
|
||||||
<Dependency>xfce4-panel-devel</Dependency>
|
<Dependency>xfce4-panel-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -31,6 +30,7 @@
|
|||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>gtk3</Dependency>
|
<Dependency>gtk3</Dependency>
|
||||||
<Dependency>glib2</Dependency>
|
<Dependency>glib2</Dependency>
|
||||||
|
<Dependency>xfconf</Dependency>
|
||||||
<Dependency>libxfce4ui</Dependency>
|
<Dependency>libxfce4ui</Dependency>
|
||||||
<Dependency>xfce4-panel</Dependency>
|
<Dependency>xfce4-panel</Dependency>
|
||||||
<Dependency>libxfce4util</Dependency>
|
<Dependency>libxfce4util</Dependency>
|
||||||
@@ -44,6 +44,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="1">
|
||||||
<Date>2020-06-25</Date>
|
<Date>2020-06-25</Date>
|
||||||
<Version>1.2.3</Version>
|
<Version>1.2.3</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user