File wmutils-conflict.patch of Package wmutils

Index: core-1.4/Makefile
===================================================================
--- core-1.4.orig/Makefile
+++ core-1.4/Makefile
@@ -40,6 +40,7 @@ $(OBJ): $(HDR) util.o
 install: $(BIN)
 	mkdir -p $(DESTDIR)$(PREFIX)/bin/
 	cp -f $(BIN) $(DESTDIR)$(PREFIX)/bin/
+	mv $(DESTDIR)$(PREFIX)/bin/wtf $(DESTDIR)$(PREFIX)/bin/wm_wtf
 	cd man; $(MAKE) install
 
 uninstall:
Index: core-1.4/man/Makefile
===================================================================
--- core-1.4.orig/man/Makefile
+++ core-1.4/man/Makefile
@@ -21,6 +21,7 @@ MAN =           \
 install: $(MAN)
 	mkdir -p $(DESTDIR)$(MANPREFIX)/man1/
 	cp -f $(MAN) $(DESTDIR)$(MANPREFIX)/man1/
+	mv $(DESTDIR)$(MANPREFIX)/man1/wtf.1 $(DESTDIR)$(MANPREFIX)/man1/wm_wtf.1
 
 uninstall:
 	@echo "uninstalling manpages"
Index: core-1.4/man/wtf.1
===================================================================
--- core-1.4.orig/man/wtf.1
+++ core-1.4/man/wtf.1
@@ -1,11 +1,11 @@
 .Dd December 13, 2014
-.Dt WTF 1
+.Dt WM_WTF 1
 .Os wmutils
 .Sh NAME
-.Nm wtf
+.Nm wm_wtf
 .Nd transfer window focus
 .Sh SYNOPSIS
-.Nm wtf
+.Nm wm_wtf
 .Ar wid
 .Sh DESCRIPTION
 .Nm
Index: core-1.4/man/wmutils.1
===================================================================
--- core-1.4.orig/man/wmutils.1
+++ core-1.4/man/wmutils.1
@@ -29,10 +29,10 @@ show window's attributes
 move the mouse pointer
 .It wmv
 move a window
+.It wm_wtf
+focus a window
 .It wrs
 resize a window
-.It wtf
-focus a window
 .It wtp
 teleport a window
 .El
@@ -54,5 +54,5 @@ variable.
 .Xr wmv 1 ,
 .Xr wname 1 ,
 .Xr wrs 1 ,
-.Xr wtf 1 ,
+.Xr wm_wtf 1 ,
 .Xr wtp 1
Index: core-1.4/README.md
===================================================================
--- core-1.4.orig/README.md
+++ core-1.4/README.md
@@ -31,19 +31,19 @@ utilities
 Here are the tools. This project is quite young, new tools can arrive
 without being added to this list, so take it with a grain of salt.
 
-* chwb  - change window's border
-* chwso - change window's stacking order
-* ignw  - ignore/unignore window
-* killw - kill windows
-* lsw   - list windows
-* mapw  - map/unmap windows
-* pfw   - print focused window
-* wattr - show window's attributes
-* wmp   - move the mouse pointer
-* wmv   - move a window
-* wrs   - resize a window
-* wtf   - focus a window
-* wtp   - teleport a window
+* chwb   - change window's border
+* chwso  - change window's stacking order
+* ignw   - ignore/unignore window
+* killw  - kill windows
+* lsw    - list windows
+* mapw   - map/unmap windows
+* pfw    - print focused window
+* wattr  - show window's attributes
+* wmp    - move the mouse pointer
+* wmv    - move a window
+* wm_wtf - focus a window
+* wrs    - resize a window
+* wtp    - teleport a window
 
 All these tools come with a manpage ! read them for further informations.
 
openSUSE Build Service is sponsored by