diff --git a/desktop/xfce/base/xfce4-terminal/actions.py b/desktop/xfce/base/xfce4-terminal/actions.py index 80e162a118..6fccdfc349 100644 --- a/desktop/xfce/base/xfce4-terminal/actions.py +++ b/desktop/xfce/base/xfce4-terminal/actions.py @@ -7,20 +7,21 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools +from pisi.actionsapi import mesontools from pisi.actionsapi import get def setup(): pisitools.cflags.add("-Wno-deprecated-declarations") #autotools.autoreconf("-fiv") - shelltools.system("NOCONFIGURE=1 ./autogen.sh") - autotools.configure("--enable-wayland --disable-static") + # shelltools.system("NOCONFIGURE=1 ./autogen.sh") + mesontools.configure("-Dwayland=enabled") def build(): - autotools.make() + mesontools.build() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + mesontools.install() #pisitools.removeDir("/usr/share/gnome-control-center") - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*", "THANKS") + pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*", "THANKS") diff --git a/desktop/xfce/base/xfce4-terminal/pspec.xml b/desktop/xfce/base/xfce4-terminal/pspec.xml index c8d4b541d0..b00a19e397 100644 --- a/desktop/xfce/base/xfce4-terminal/pspec.xml +++ b/desktop/xfce/base/xfce4-terminal/pspec.xml @@ -16,6 +16,7 @@ https://archive.xfce.org/src/apps/xfce4-terminal/1.1/xfce4-terminal-1.1.5.tar.xz + meson intltool gtk-doc vte-devel