pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/2bwm



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Jul  1 18:29:48 UTC 2020

Modified Files:
        pkgsrc/wm/2bwm: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/wm/2bwm/Makefile pkgsrc/wm/2bwm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/2bwm/Makefile
diff -u pkgsrc/wm/2bwm/Makefile:1.2 pkgsrc/wm/2bwm/Makefile:1.3
--- pkgsrc/wm/2bwm/Makefile:1.2 Sun Jul 30 22:32:25 2017
+++ pkgsrc/wm/2bwm/Makefile     Wed Jul  1 18:29:48 2020
@@ -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 @@ SUBST_SED.makefile+=  -e 's,share/man,${P
 .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"
Index: pkgsrc/wm/2bwm/distinfo
diff -u pkgsrc/wm/2bwm/distinfo:1.2 pkgsrc/wm/2bwm/distinfo:1.3
--- pkgsrc/wm/2bwm/distinfo:1.2 Mon Nov  2 23:42:50 2015
+++ pkgsrc/wm/2bwm/distinfo     Wed Jul  1 18:29:48 2020
@@ -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