File wmutils-conflict.patch of Package wmutils
Index: core-1.5/Makefile
===================================================================
--- core-1.5.orig/Makefile
+++ core-1.5/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.5/man/Makefile
===================================================================
--- core-1.5.orig/man/Makefile
+++ core-1.5/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.5/man/wtf.1
===================================================================
--- core-1.5.orig/man/wtf.1
+++ core-1.5/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.5/man/wmutils.1
===================================================================
--- core-1.5.orig/man/wmutils.1
+++ core-1.5/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