xwininfo: update to 1.1.6.

This release adds an option, disabled by default, to use libxcb-errors to
improve the reporting of any X protocol error messages that may occur.
To enable it, pass --with-xcb-errors to configure.

Alan Coopersmith (8):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Window_With_Name(): make sure cookies.get_net_wm_name is set
      gitlab CI: stop requiring Signed-off-by in commits
      Silence -Wdiscarded-qualifiers warning on systems with non-const iconv
      Variable scope reduction as recommended by cppcheck
      Add option to use libxcb-errors to improve X protocol error messages
      xwininfo 1.1.6
This commit is contained in:
wiz 2023-04-09 20:02:55 +00:00
parent 55b6a622c6
commit 9a682fab47
2 changed files with 9 additions and 7 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.17 2022/11/09 13:14:32 joerg Exp $
# $NetBSD: Makefile,v 1.18 2023/04/09 20:02:55 wiz Exp $
DISTNAME= xwininfo-1.1.5
DISTNAME= xwininfo-1.1.6
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://xorg.freedesktop.org/
@ -12,10 +12,12 @@ COMMENT= Query information about X windows
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-xcb-errors
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
.include "../../x11/libXext/buildlink3.mk"
BUILDLINK_API_DEPENDS.libxcb+= libxcb>=1.9
.include "../../x11/libxcb/buildlink3.mk"
.include "../../x11/xcb-util-errors/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2021/10/26 11:35:00 nia Exp $
$NetBSD: distinfo,v 1.12 2023/04/09 20:02:55 wiz Exp $
BLAKE2s (xwininfo-1.1.5.tar.bz2) = f79a055e974c157c7d887ac25291a94048ed6287c5ef2bce1aab42013845f1e6
SHA512 (xwininfo-1.1.5.tar.bz2) = a3268bbeeeeafac94e589fdd47554a965910d40df7cc3d9c36c7c24fa4f5dd49615484d5916ccb41efca9cd4cf9d8981a4c60953b921220b3f4f57f9cce0e1a6
Size (xwininfo-1.1.5.tar.bz2) = 172496 bytes
BLAKE2s (xwininfo-1.1.6.tar.xz) = e9b849e8c263222a25c5603a30fc028c333e9e62b5ab977a43f821f7024dcdf3
SHA512 (xwininfo-1.1.6.tar.xz) = c6df4ed3dcf97772450612f2786ecab8313a43bb78e0b8020cc9ec228b3f466f55090313ad02c8159a73a6892d117322ad85e28d9d76e38bb84c9750712c20bc
Size (xwininfo-1.1.6.tar.xz) = 161660 bytes