xfce4 addons ver. bump

This commit is contained in:
Rmys
2025-05-21 16:12:54 +03:00
parent e6ec8fb42b
commit c88b7054c8
56 changed files with 445 additions and 197 deletions
@@ -6,21 +6,17 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import mesontools
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>")
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
mesontools.configure()
def build():
autotools.make()
mesontools.build()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
mesontools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*")
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
@@ -16,10 +16,13 @@
<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="77b4684c38414e7e77f5d428770f73afa598d079" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.3/xfce4-systemload-plugin-1.3.3.tar.bz2</Archive>
<Archive sha1sum="c3774f943817e219e4737e37d43ce38b21a6f861" type="tarxz">https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.4/xfce4-systemload-plugin-1.4.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>intltool</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>upower-devel</Dependency>
<Dependency>libgtop-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
@@ -31,6 +34,8 @@
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>upower</Dependency>
<Dependency>libgtop</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
@@ -44,6 +49,13 @@
</Package>
<History>
<Update release="6">
<Date>2025-05-20</Date>
<Version>1.4.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2024-12-25</Date>
<Version>1.3.3</Version>