diff options
Diffstat (limited to 'move-to-next-monitor/move-to-next-monitor.spec')
-rw-r--r-- | move-to-next-monitor/move-to-next-monitor.spec | 10 |
1 files changed, 6 insertions, 4 deletions
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 <bgstack15@gmail.com> 0.0.1-1 +* Tue Nov 30 2021 B. Stack <bgstack15@gmail.com> 0.0.1-2 +- rebuild for Fedora 34 with split x utils packages + +* Fri Nov 30 2018 B. Stack <bgstack15@gmail.com> 0.0.1-1 - initial package built |