From af0b6fd04efe2a7792d88c7a56293efb505c937e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 14 Dec 2021 17:13:52 +0100 Subject: [PATCH] rxvt-unicode: clean up configure flags The utmp etc flags are gone. Using perl will enable frills anyway, so remove that to avoid confusion. --- srcpkgs/rxvt-unicode/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/rxvt-unicode/template b/srcpkgs/rxvt-unicode/template index 00ebdf63c3c..1ad3c47e244 100644 --- a/srcpkgs/rxvt-unicode/template +++ b/srcpkgs/rxvt-unicode/template @@ -1,13 +1,12 @@ # Template file for 'rxvt-unicode' pkgname=rxvt-unicode version=9.30 -revision=1 +revision=2 build_style=gnu-configure configure_args=" --with-terminfo=/usr/share/terminfo --enable-256-color --enable-font-styles --enable-xim --enable-keepscrolling --enable-selectionscrolling --enable-smart-resize --enable-transparency - --disable-utmp --disable-wtmp --disable-lastlog --disable-frills --enable-combining --with-term=rxvt-unicode-256color $(vopt_if gdk_pixbuf '--enable-pixbuf' '--disable-pixbuf') $(vopt_if perl '--enable-perl' '--disable-perl')