pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xcb-util-wm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 23 07:34:08 UTC 2022

Modified Files:
        pkgsrc/x11/xcb-util-wm: DESCR Makefile

Log Message:
xcb-util-wm: use gmake, otherwise main header file is empty

Bump PKGREVISION.

Shorten DESCR.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xcb-util-wm/DESCR
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/xcb-util-wm/Makefile

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

Modified files:

Index: pkgsrc/x11/xcb-util-wm/DESCR
diff -u pkgsrc/x11/xcb-util-wm/DESCR:1.1 pkgsrc/x11/xcb-util-wm/DESCR:1.2
--- pkgsrc/x11/xcb-util-wm/DESCR:1.1    Sun Aug 12 21:29:36 2012
+++ pkgsrc/x11/xcb-util-wm/DESCR        Sun Oct 23 07:34:07 2022
@@ -1,4 +1,2 @@
-XCB util-wm module provides the following libraries:
-
-  - ewmh: Both client and window-manager helpers for EWMH.
-  - icccm: Both client and window-manager helpers for ICCCM.
+This module provides libraries that offer both client and window-manager
+helpers for ICCCM & EWMH.

Index: pkgsrc/x11/xcb-util-wm/Makefile
diff -u pkgsrc/x11/xcb-util-wm/Makefile:1.9 pkgsrc/x11/xcb-util-wm/Makefile:1.10
--- pkgsrc/x11/xcb-util-wm/Makefile:1.9 Wed Oct 19 08:35:39 2022
+++ pkgsrc/x11/xcb-util-wm/Makefile     Sun Oct 23 07:34:07 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2022/10/19 08:35:39 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/10/23 07:34:07 wiz Exp $
 
 DISTNAME=      xcb-util-wm-0.4.2
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  https://xcb.freedesktop.org/dist/
 EXTRACT_SUFX=  .tar.xz
@@ -12,7 +13,7 @@ LICENSE=      mit
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    gmake pkg-config
 
 PKGCONFIG_OVERRIDE+=   ewmh/xcb-ewmh.pc.in
 PKGCONFIG_OVERRIDE+=   icccm/xcb-icccm.pc.in



Home | Main Index | Thread Index | Old Index