Skip to content

Commit e3b175d

Browse files
committed
libXrandr: update to 1.5.5.
Alan Coopersmith (4): meson: Add option to build with meson Improve man page formatting gitlab CI: drop the ci-fairy check-mr job libXrandr 1.5.5
1 parent 0105cfa commit e3b175d

3 files changed

Lines changed: 11 additions & 13 deletions

File tree

x11/libXrandr/Makefile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.27 2023/10/05 22:12:06 wiz Exp $
1+
# $NetBSD: Makefile,v 1.28 2026/01/26 10:33:02 wiz Exp $
22

3-
DISTNAME= libXrandr-1.5.4
3+
DISTNAME= libXrandr-1.5.5
44
CATEGORIES= x11 devel
55
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
66
EXTRACT_SUFX= .tar.xz
@@ -11,17 +11,13 @@ COMMENT= X RandR Library from X.org
1111

1212
CONFLICTS+= Xrandr-[0-9]*
1313

14-
USE_LIBTOOL= yes
15-
GNU_CONFIGURE= yes
1614
USE_TOOLS+= pkg-config
1715

18-
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
1916
PKGCONFIG_OVERRIDE+= xrandr.pc.in
2017

21-
CONFIGURE_ARGS.NetBSD+= --disable-malloc0returnsnull
22-
2318
X11_LIB_NAME?= libXrandr
2419
.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
20+
.include "../../devel/meson/build.mk"
2521
BUILDLINK_API_DEPENDS.libX11+= libX11>=1.6
2622
.include "../../x11/libX11/buildlink3.mk"
2723
.include "../../x11/libXext/buildlink3.mk"

x11/libXrandr/PLIST

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:24:58 joerg Exp $
1+
@comment $NetBSD: PLIST,v 1.4 2026/01/26 10:33:02 wiz Exp $
22
include/X11/extensions/Xrandr.h
3-
lib/libXrandr.la
3+
lib/libXrandr.so
4+
lib/libXrandr.so.2
5+
lib/libXrandr.so.2.2.0
46
lib/pkgconfig/xrandr.pc
57
man/man3/XRRConfigCurrentConfiguration.3
68
man/man3/XRRConfigCurrentRate.3

x11/libXrandr/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.19 2023/10/05 22:12:06 wiz Exp $
1+
$NetBSD: distinfo,v 1.20 2026/01/26 10:33:02 wiz Exp $
22

3-
BLAKE2s (libXrandr-1.5.4.tar.xz) = 015a41e3aba4c0d09ea46012204946fbafe73c2273d43d25a0e008a00b2ae339
4-
SHA512 (libXrandr-1.5.4.tar.xz) = f7c0b083943e11b4cc3c97e10e2cbbc3920fe0c9c5031ef86fca2eb5df413d767caf53dca266abf65395eb10e55354c8fe59ed6b3265402ffccb919a813bc781
5-
Size (libXrandr-1.5.4.tar.xz) = 282928 bytes
3+
BLAKE2s (libXrandr-1.5.5.tar.xz) = 52aaaee760a01861695742b75ae9962f373d012357814244c7a89e610c1167fb
4+
SHA512 (libXrandr-1.5.5.tar.xz) = 3cae1d2eb425dd3d3bd89f514a8e4bd9c696170ab6f3882f6db1936c30674b48277f2e485a8e3e47b3093fb1d9a32d2b054b064bd781db039e833b397aeeda9b
5+
Size (libXrandr-1.5.5.tar.xz) = 288912 bytes

0 commit comments

Comments
 (0)