From 98c46c549bfa1c1f3899fbc73aaf146e3ccc82a9 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 3 Apr 2025 15:42:53 +0300 Subject: [PATCH] xfce4-terminal --- desktop/xfce/base/xfce4-terminal/actions.py | 11 ++++++----- desktop/xfce/base/xfce4-terminal/pspec.xml | 1 + 2 files changed, 7 insertions(+), 5 deletions(-) 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