pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xdpyinfo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 27 05:53:39 UTC 2025

Modified Files:
        pkgsrc/x11/xdpyinfo: Makefile distinfo

Log Message:
xdpyinfo: update to 1.4.0.

Alan Coopersmith (10):
      gitlab CI: Update to latest CI templates & Debian stable release
      XFree86-DGA: -ext all shoudn't exit on XF86DGAClientNotLocal error
      Present: add -ext present that prints version & screen capabilities
      Present: add per-crtc capabilities to -ext output
      meson: Add option to build with meson
      Add -help option
      Accept --help & --version as aliases to -help & -version
      man page: fix warnings from `mandoc -T lint`
      Fix alignment of -help description in -help output
      xdpyinfo 1.4.0


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/xdpyinfo/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/xdpyinfo/distinfo

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

Modified files:

Index: pkgsrc/x11/xdpyinfo/Makefile
diff -u pkgsrc/x11/xdpyinfo/Makefile:1.20 pkgsrc/x11/xdpyinfo/Makefile:1.21
--- pkgsrc/x11/xdpyinfo/Makefile:1.20   Fri Apr 28 07:27:46 2023
+++ pkgsrc/x11/xdpyinfo/Makefile        Sun Jul 27 05:53:39 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2023/04/28 07:27:46 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/07/27 05:53:39 wiz Exp $
 
-DISTNAME=      xdpyinfo-1.3.4
+DISTNAME=      xdpyinfo-1.4.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.xz
@@ -9,14 +9,16 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/
 COMMENT=       Display information utility for X
 
-GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config
 
+.include "../../devel/meson/build.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXcomposite/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXi/buildlink3.mk"
 .include "../../x11/libXinerama/buildlink3.mk"
+.include "../../x11/libXpresent/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
 .include "../../x11/libXrender/buildlink3.mk"
 .include "../../x11/libXtst/buildlink3.mk"
 .include "../../x11/libXxf86dga/buildlink3.mk"

Index: pkgsrc/x11/xdpyinfo/distinfo
diff -u pkgsrc/x11/xdpyinfo/distinfo:1.13 pkgsrc/x11/xdpyinfo/distinfo:1.14
--- pkgsrc/x11/xdpyinfo/distinfo:1.13   Fri Apr 28 07:27:46 2023
+++ pkgsrc/x11/xdpyinfo/distinfo        Sun Jul 27 05:53:39 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2023/04/28 07:27:46 wiz Exp $
+$NetBSD: distinfo,v 1.14 2025/07/27 05:53:39 wiz Exp $
 
-BLAKE2s (xdpyinfo-1.3.4.tar.xz) = 6fb46afe23b6dce11af38941bdb88512e1d4d8648a00815f19326695483e865d
-SHA512 (xdpyinfo-1.3.4.tar.xz) = 9ef9f5c10e15a40895e8f008896b960fdd438277657c7159d16f05db79cd2374cfaca4af2f4e59335824bfd2f74a045ef89dd99ea4130ed436ea59fbbb1cbe12
-Size (xdpyinfo-1.3.4.tar.xz) = 137064 bytes
+BLAKE2s (xdpyinfo-1.4.0.tar.xz) = 6efc66f8d6f48331f9586daae8b7d5af267306322b46183503ad575ebdef3d11
+SHA512 (xdpyinfo-1.4.0.tar.xz) = 478dd3de58950eeca213a51820445e62a5a63b2fa9ff3505f22802a7980f855fc11f1465e57ff4c34cdf8df0a0ff3c576804ef44f11f3b52c1c9da4ecc5a62d3
+Size (xdpyinfo-1.4.0.tar.xz) = 144060 bytes



Home | Main Index | Thread Index | Old Index