xfce4-diskperf-plugin

This commit is contained in:
Rmys
2020-12-06 21:05:43 +03:00
committed by GitHub
parent f14526ab59
commit 064e30f37f
@@ -9,9 +9,12 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
# fix build failure w/ xfce4-panel-4.15.0
pisitools.dosed("panel-plugin/main.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
autotools.configure()
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()