From 0dff067e94b4c765afbe699f02f2bfb0a8714216 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 30 Nov 2021 14:06:51 -0500 Subject: update move-to-next-monitor rpm Requires for fc34 Fedora 34 split the xorg-x11-server-utils into individual packages so the Requires needs to be a boolean now. --- move-to-next-monitor/move-to-next-monitor.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'move-to-next-monitor') diff --git a/move-to-next-monitor/move-to-next-monitor.spec b/move-to-next-monitor/move-to-next-monitor.spec index 446cb0b..332b8b9 100644 --- a/move-to-next-monitor/move-to-next-monitor.spec +++ b/move-to-next-monitor/move-to-next-monitor.spec @@ -12,7 +12,7 @@ Name: move-to-next-monitor Version: 0.0.1 -Release: 1 +Release: 2 BuildArch: noarch Summary: Script that facilitates moving a window to the next monitor @@ -34,8 +34,7 @@ BuildRequires: coreutils Requires: python3 Requires: wmctrl Requires: xdotool -Requires: xorg-x11-server-utils -Requires: xorg-x11-utils +Requires: (xorg-x11-utils or ((xprop and xrandr) and xwininfo)) %description move-to-next-monitor is a small script that makes it easy for display managers without this native functionality to provide it. You can assign a shortcut key in the display manager settings to the script to use it. @@ -85,5 +84,8 @@ move-to-next-monitor is a small script that makes it easy for display managers w %{_bindir}/%{name} %changelog -* Fri Nov 30 2018 B Stack 0.0.1-1 +* Tue Nov 30 2021 B. Stack 0.0.1-2 +- rebuild for Fedora 34 with split x utils packages + +* Fri Nov 30 2018 B. Stack 0.0.1-1 - initial package built -- cgit