summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-12-06 14:29:36 +0000
committerB. Stack <bgstack15@gmail.com>2021-12-06 14:29:36 +0000
commit33a1efabb3496da5d7a0ef13fa7844a0742a1f67 (patch)
treed1bc829ed7b64b97aa509d61af1067a07e48bbbf
parentMerge branch 'waterfox-bump' into 'master' (diff)
parentupdate move-to-next-monitor rpm Requires for fc34 (diff)
downloadstackrpms-33a1efabb3496da5d7a0ef13fa7844a0742a1f67.tar.gz
stackrpms-33a1efabb3496da5d7a0ef13fa7844a0742a1f67.tar.bz2
stackrpms-33a1efabb3496da5d7a0ef13fa7844a0742a1f67.zip
Merge branch 'move-to-next-monitor-bump' into 'master'
update move-to-next-monitor rpm Requires for fc34 See merge request bgstack15/stackrpms!274
-rw-r--r--move-to-next-monitor/move-to-next-monitor.spec10
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
bgstack15