From b4f6a830ac21a344c01f998dfdea26dcadb065d9 Mon Sep 17 00:00:00 2001 From: KF-Art Date: Sun, 19 Nov 2023 20:45:53 -0500 Subject: [PATCH] xfwm4-lxqt: remove awk from hostmakedepends --- srcpkgs/xfwm4-lxqt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xfwm4-lxqt/template b/srcpkgs/xfwm4-lxqt/template index f806a8a..c237c41 100644 --- a/srcpkgs/xfwm4-lxqt/template +++ b/srcpkgs/xfwm4-lxqt/template @@ -5,7 +5,7 @@ revision=2 repository="cereus-extra" build_style=gnu-configure configure_args="--with-locales-dir=/usr/share/locale" -hostmakedepends="pkg-config intltool awk" +hostmakedepends="pkg-config intltool" makedepends="libxfce4ui-nocsd-devel startup-notification-devel libXcomposite-devel libXdamage-devel libXfixes-devel libXrandr-devel libXrender-devel libXpresent-devel libwnck-devel"