Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/2bwm wm/2bwm: update to 0.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/058bcaac07e5
branches:  trunk
changeset: 435189:058bcaac07e5
user:      pin <pin%pkgsrc.org@localhost>
date:      Wed Jul 01 18:29:48 2020 +0000

description:
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:

 wm/2bwm/Makefile |   8 ++++----
 wm/2bwm/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (38 lines):

diff -r c0de0a3648c0 -r 058bcaac07e5 wm/2bwm/Makefile
--- a/wm/2bwm/Makefile  Wed Jul 01 16:40:15 2020 +0000
+++ b/wm/2bwm/Makefile  Wed Jul 01 18:29:48 2020 +0000
@@ -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@localhost
 HOMEPAGE=      https://github.com/venam/2bwm
@@ -22,4 +21,5 @@
 .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 -r c0de0a3648c0 -r 058bcaac07e5 wm/2bwm/distinfo
--- a/wm/2bwm/distinfo  Wed Jul 01 16:40:15 2020 +0000
+++ b/wm/2bwm/distinfo  Wed Jul 01 18:29:48 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index