Fri Feb 11 09:47:34 2022 UTC ()
wm/wmutils-core: update to 1.6

Bumping four versions, see upstream for changes,
too many to list here.


(pin)
diff -r1.1 -r1.2 pkgsrc/wm/wmutils-core/DESCR
diff -r1.1 -r1.2 pkgsrc/wm/wmutils-core/PLIST
diff -r1.2 -r1.3 pkgsrc/wm/wmutils-core/Makefile
diff -r1.3 -r1.4 pkgsrc/wm/wmutils-core/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/wm/wmutils-core/DESCR (expand / switch to unified diff)

--- pkgsrc/wm/wmutils-core/DESCR 2016/06/11 23:07:14 1.1
+++ pkgsrc/wm/wmutils-core/DESCR 2022/02/11 09:47:34 1.2
@@ -1,22 +1,6 @@ @@ -1,22 +1,6 @@
1wmutils is a a set of Window Manipulation Utilities. 1wmutils is a a set of Window Manipulation Utilities.
2Its purpose is to separate all the vital functions 2Its purpose is to separate all the vital functions
3of a window manager into separate pieces. 3of a window manager into separate pieces.
4 4
5Using these tools, you can build your own window manager 5Using these tools, you can build your own window manager
6as a shell script. Think of wmutils as coreutils for X11. 6as a shell script. Think of wmutils as coreutils for X11.
7 
8Here is the list of the core utilities composing wmutils: 
9 
10chwb: change window's border 
11chwso: change window's stacking order 
12ignw: ignore/unignore window 
13killw: kill windows 
14lsw: list windows 
15mapw: map/unmap windows 
16pfw: print focused window 
17wattr: show window's attributes 
18wmp: move the mouse pointer 
19wmv: move a window 
20wrs: resize a window 
21wtf: focus a window 
22wtp: teleport a window 

cvs diff -r1.1 -r1.2 pkgsrc/wm/wmutils-core/PLIST (expand / switch to unified diff)

--- pkgsrc/wm/wmutils-core/PLIST 2016/06/11 23:07:14 1.1
+++ pkgsrc/wm/wmutils-core/PLIST 2022/02/11 09:47:34 1.2
@@ -1,28 +1,32 @@ @@ -1,28 +1,32 @@
1@comment $NetBSD: PLIST,v 1.1 2016/06/11 23:07:14 kamil Exp $ 1@comment $NetBSD: PLIST,v 1.2 2022/02/11 09:47:34 pin Exp $
 2bin/atomx
2bin/chwb 3bin/chwb
3bin/chwso 4bin/chwso
4bin/ignw 5bin/ignw
5bin/killw 6bin/killw
6bin/lsw 7bin/lsw
7bin/mapw 8bin/mapw
8bin/pfw 9bin/pfw
 10bin/slw
9bin/wattr 11bin/wattr
10bin/wmp 12bin/wmp
11bin/wmv 13bin/wmv
12bin/wrs 14bin/wrs
13bin/wtf 15bin/wtf
14bin/wtp 16bin/wtp
 17man/man1/atomx.1
15man/man1/chwb.1 18man/man1/chwb.1
16man/man1/chwso.1 19man/man1/chwso.1
17man/man1/ignw.1 20man/man1/ignw.1
18man/man1/killw.1 21man/man1/killw.1
19man/man1/lsw.1 22man/man1/lsw.1
20man/man1/mapw.1 23man/man1/mapw.1
21man/man1/pfw.1 24man/man1/pfw.1
 25man/man1/slw.1
22man/man1/wattr.1 26man/man1/wattr.1
23man/man1/wmp.1 27man/man1/wmp.1
24man/man1/wmutils.1 28man/man1/wmutils.1
25man/man1/wmv.1 29man/man1/wmv.1
26man/man1/wrs.1 30man/man1/wrs.1
27man/man1/wtf.1 31man/man1/wtf.1
28man/man1/wtp.1 32man/man1/wtp.1

cvs diff -r1.2 -r1.3 pkgsrc/wm/wmutils-core/Makefile (expand / switch to unified diff)

--- pkgsrc/wm/wmutils-core/Makefile 2017/09/06 10:40:34 1.2
+++ pkgsrc/wm/wmutils-core/Makefile 2022/02/11 09:47:34 1.3
@@ -1,20 +1,29 @@ @@ -1,20 +1,29 @@
1# $NetBSD: Makefile,v 1.2 2017/09/06 10:40:34 wiz Exp $ 1# $NetBSD: Makefile,v 1.3 2022/02/11 09:47:34 pin Exp $
2 2
3DISTNAME= wmutils-core-1.2 3DISTNAME= wmutils-core-1.6
4CATEGORIES= wm 4CATEGORIES= wm
5MASTER_SITES= ${MASTER_SITE_GITHUB:=wmutils/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=wmutils/}
6GITHUB_PROJECT= core 6GITHUB_PROJECT= core
7GITHUB_TAG= v${PKGVERSION_NOREV} 7GITHUB_TAG= v${PKGVERSION_NOREV}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10#HOMEPAGE= http://wmutils.io/ 10HOMEPAGE= https://github.com/wmutils/core/
11COMMENT= Window Manipulation Utilities 11COMMENT= Window Manipulation Utilities
12LICENSE= isc 12LICENSE= isc
13 13
14MAKE_FLAGS+= PREFIX=${PREFIX} 14MAKE_FLAGS+= PREFIX=${PREFIX}
15LDFLAGS+= ${LINKER_RPATH_FLAG}${X11BASE}/lib 15
16LDFLAGS+= -lxcb 16SUBST_CLASSES+= configmk
17BUILD_MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q} 17SUBST_MESSAGE.configmk= Adjust comfig.mk
 18SUBST_STAGE.configmk= pre-configure
 19SUBST_FILES.configmk+= config.mk
 20SUBST_SED.configmk+= -e 's,/usr,${PREFIX},g'
 21SUBST_SED.configmk+= -e 's,/usr/X11R6,${X11BASE},g'
 22SUBST_SED.configmk+= -e 's,^CFLAGS *= ,CFLAGS += ,'
 23SUBST_SED.configmk+= -e 's,^LDFLAGS *= ,LDFLAGS += ,'
 24SUBST_SED.configmk+= -e 's/cc/${CC:Q}/'
18 25
19.include "../../x11/libxcb/buildlink3.mk" 26.include "../../x11/libxcb/buildlink3.mk"
 27.include "../../x11/xcb-util/buildlink3.mk"
 28.include "../../x11/xcb-util-cursor/buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/wm/wmutils-core/distinfo (expand / switch to unified diff)

--- pkgsrc/wm/wmutils-core/distinfo 2021/10/26 11:25:21 1.3
+++ pkgsrc/wm/wmutils-core/distinfo 2022/02/11 09:47:34 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2021/10/26 11:25:21 nia Exp $ 1$NetBSD: distinfo,v 1.4 2022/02/11 09:47:34 pin Exp $
2 2
3BLAKE2s (wmutils-core-1.2.tar.gz) = 4ce80490191df6ff0446e1b23e999ddd5642f8a4884901b88a378e27b7a2209b 3BLAKE2s (wmutils-core-1.6.tar.gz) = d99f8394f40d4d13d5c4856055e3c050ec6107c18ba75c6bdee2da56a4ace2b3
4SHA512 (wmutils-core-1.2.tar.gz) = 78c6828b8b54290a6ddfe655e2015580ef7aee0a3d45e63f42874cecab85836c9ed1cdf6398d158611250fffcf0ea6567980464daa1c00ed744d0f10f728059b 4SHA512 (wmutils-core-1.6.tar.gz) = 001bb0c80f454c5947237e7157d347ef42b4022e3b35524137044f06e15b286a3d438e5d0f6a8cd1536cc1841aec04ca38028a0be5c936d6b6eef517b4de2bad
5Size (wmutils-core-1.2.tar.gz) = 9475 bytes 5Size (wmutils-core-1.6.tar.gz) = 12026 bytes