From d3bd3652f13004ecc4af8f9558d64b02fa9b0fcd Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Oct 05 2021 07:48:23 +0000 Subject: build: rxvt-unicode -> xterm --- diff --git a/icewm.spec b/icewm.spec index 11bbf6f..f7bd028 100644 --- a/icewm.spec +++ b/icewm.spec @@ -64,7 +64,8 @@ Requires: xdg-utils Recommends: %{name}-themes = %{version}-%{release} Recommends: abattis-cantarell-fonts Recommends: desktop-backgrounds-compat -Recommends: rxvt-unicode +# https://github.com/bbidulock/icewm/issues/379 +Recommends: xterm # Various additional useful tools # * Display resolution control @@ -81,9 +82,6 @@ Suggests: network-manager-applet # * X11 keyboard indicator and switcher Suggests: gxkb -# * https://github.com/bbidulock/icewm/issues/379 -Suggests: xterm - # * Night mode Suggests: redshift-gtk @@ -161,7 +159,7 @@ Minimal, lightweight session for %{name}. # ./autogen.sh autoreconf -fiv %configure \ - --with-xterm=%{_bindir}/rxvt \ + --with-xterm=%{_bindir}/xterm \ --sysconfdir=%{_sysconfdir}/%{name} \ %{nil} %else @@ -171,7 +169,7 @@ autoreconf -fiv -DCONFIG_LIBPNG=on \ -DCONFIG_LIBRSVG=on \ -DCONFIG_XPM=on \ - -DXTERMCMD=%{_bindir}/rxvt \ + -DXTERMCMD=%{_bindir}/xterm \ %{nil} %endif