pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/emwm



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun Feb 11 11:12:24 UTC 2024

Modified Files:
        pkgsrc/wm/emwm: Makefile distinfo

Log Message:
wm/emwm: update to v1.2

Jan 28, 2024 - v1.2
  - Window decoration hints/functions are now handled dynamically.
  - Sticky root menu (rootButtonClick resource) functionality has been
    restored.
  - Missing emwmrc(4) manpage has been added.
  - Client specific "overrideGeometry" resource can now be used to force
    geometry on application windows that offer no conventional way to do so.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/wm/emwm/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/wm/emwm/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/emwm/Makefile
diff -u pkgsrc/wm/emwm/Makefile:1.5 pkgsrc/wm/emwm/Makefile:1.6
--- pkgsrc/wm/emwm/Makefile:1.5 Wed Jul  5 14:30:18 2023
+++ pkgsrc/wm/emwm/Makefile     Sun Feb 11 11:12:24 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2023/07/05 14:30:18 vins Exp $
+# $NetBSD: Makefile,v 1.6 2024/02/11 11:12:24 vins Exp $
 
-DISTNAME=      emwm-src-1.1
+DISTNAME=      emwm-src-1.2
 PKGNAME=       ${DISTNAME:S,-src,,}
-PKGREVISION=   1
 CATEGORIES=    wm
 MASTER_SITES=  https://fastestcode.org/dl/
 EXTRACT_SUFX=  .tar.xz
@@ -36,10 +35,8 @@ do-install:
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/src/Emwm.ad ${DESTDIR}${PREFIX}/lib/X11/app-defaults/Emwm
 
-.include "../../mk/motif.buildlink3.mk"
-.include "../../x11/libXrandr/buildlink3.mk"
 .include "../../x11/libXinerama/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/motif.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/wm/emwm/distinfo
diff -u pkgsrc/wm/emwm/distinfo:1.4 pkgsrc/wm/emwm/distinfo:1.5
--- pkgsrc/wm/emwm/distinfo:1.4 Wed Jul  5 14:30:18 2023
+++ pkgsrc/wm/emwm/distinfo     Sun Feb 11 11:12:24 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/07/05 14:30:18 vins Exp $
+$NetBSD: distinfo,v 1.5 2024/02/11 11:12:24 vins Exp $
 
-BLAKE2s (emwm-src-1.1.tar.xz) = 4acb90a4143a011543d2869a3dde3e64811a5895edf33b4ec5cd75ba10c8d285
-SHA512 (emwm-src-1.1.tar.xz) = 1abf6b874943d6afd74d8ab41012dd7157ce86ae2700c67b079ec1f4eab076523cfa1e12ba12277164bfa4c025038c43b32827d15562538fa7bd56ca639e1831
-Size (emwm-src-1.1.tar.xz) = 330452 bytes
+BLAKE2s (emwm-src-1.2.tar.xz) = 228dbbb77c3b8bfafd59db437aff889bc7fdbe3718656198ab45c8fe391ced50
+SHA512 (emwm-src-1.2.tar.xz) = af38a294fca0ec5d5d8a69f39677d78dc9dc49f2b1fe34e5b1ae1dbd269b5f1c9aff5a436c0a61a7dd2210a547eb56523d3fc226f6bead2037800867c7f9652c
+Size (emwm-src-1.2.tar.xz) = 337148 bytes



Home | Main Index | Thread Index | Old Index