diff options
author | pin <pin@pkgsrc.org> | 2020-07-01 18:29:48 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2020-07-01 18:29:48 +0000 |
commit | 184a9ad69724101ecb9e660cc9bfa530fc1a7033 (patch) | |
tree | a664aaf35c08803322f87127b8ba787735717843 /wm/2bwm | |
parent | a892e5ff4ce2ed8c024cb56b6a87cd87dd6cb3c7 (diff) | |
download | pkgsrc-184a9ad69724101ecb9e660cc9bfa530fc1a7033.tar.gz |
wm/2bwm: update to 0.3
v0.3
* The latest stable version of 2bwm
- Leave the setting of commands to the user
- Fix bug related to the ewmh and a fake and useless window
- Fix hardcoded values
- Add the button action on root window only feature
- Add centerpoint to prototype declarations
- Fix different pixmap depth issues
- Implement _NET_WM_STATE_FULLSCREEN support
- Do not account offset when window ask to be maximized
- Change in configuration file for maximize
- Memory leak fixes
- Remove unused name from monitor structure
- Remove redundant checks within movelim function
- Depracate the use of monitor name
v0.2
* removed z3bra's patch, which isn't maintained anymore
* added the mention to the 3bwm branch
* mentioning new bugs that need to be fixed
with ok from youri
Diffstat (limited to 'wm/2bwm')
-rw-r--r-- | wm/2bwm/Makefile | 8 | ||||
-rw-r--r-- | wm/2bwm/distinfo | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/wm/2bwm/Makefile b/wm/2bwm/Makefile index 2c90284d43a..bc94136ba9b 100644 --- a/wm/2bwm/Makefile +++ b/wm/2bwm/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2017/07/30 22:32:25 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2020/07/01 18:29:48 pin Exp $ -DISTNAME= 2bwm-20150526 +DISTNAME= 2bwm-0.3 CATEGORIES= wm MASTER_SITES= ${MASTER_SITE_GITHUB:=venam/} -GITHUB_PROJECT= 2bwm -GITHUB_TAG= dfb0cd1b77ce15e52e3fb9dd4eea653b0959e799 +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= youri@NetBSD.org HOMEPAGE= https://github.com/venam/2bwm @@ -22,4 +21,5 @@ SUBST_SED.makefile+= -e 's,share/man,${PKGMANDIR},g' .include "../../x11/xcb-util-wm/buildlink3.mk" .include "../../x11/xcb-util-keysyms/buildlink3.mk" .include "../../x11/xcb-util/buildlink3.mk" +.include "../../x11/xcb-util-xrm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/wm/2bwm/distinfo b/wm/2bwm/distinfo index 6d0d9fab6ec..8d353b41abf 100644 --- a/wm/2bwm/distinfo +++ b/wm/2bwm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/02 23:42:50 agc Exp $ +$NetBSD: distinfo,v 1.3 2020/07/01 18:29:48 pin Exp $ -SHA1 (2bwm-20150526-dfb0cd1b77ce15e52e3fb9dd4eea653b0959e799.tar.gz) = af487d15a422f95a10ec2069ac3429cf253e2837 -RMD160 (2bwm-20150526-dfb0cd1b77ce15e52e3fb9dd4eea653b0959e799.tar.gz) = 5025af12cebb2337f02b0f9eaaa49f3f396315f7 -SHA512 (2bwm-20150526-dfb0cd1b77ce15e52e3fb9dd4eea653b0959e799.tar.gz) = 576f22153e8c783e6786132a16d478828761036601b20201d8747eed7aeb5d9e2a4ef5ab347054664cc55fae5a9af18bf4e5234e5b81f5b393595584274ee812 -Size (2bwm-20150526-dfb0cd1b77ce15e52e3fb9dd4eea653b0959e799.tar.gz) = 39128 bytes +SHA1 (2bwm-0.3.tar.gz) = fb71a39afa7f497ad33689c4662906680908963e +RMD160 (2bwm-0.3.tar.gz) = b08459ec98b8c4c1b9c4a0085b4cb261061a1baf +SHA512 (2bwm-0.3.tar.gz) = 088a97e5245287890c72e2b0685f7348a4cc0fd49582893b7ce7a081f80a4d7454a3c0eadf4609589314351ded02fd8b75548019b782e797350ad5db5c939f92 +Size (2bwm-0.3.tar.gz) = 41032 bytes |