Skip to content

Commit a6951c8

Browse files
committed
libXdamage: update to 1.1.7.
lan Coopersmith (4): configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL meson: Add option to build with meson gitlab CI: drop the ci-fairy check-mr job libXdamage 1.1.7
1 parent e83d70d commit a6951c8

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

x11/libXdamage/Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.16 2022/12/04 23:16:35 wiz Exp $
1+
# $NetBSD: Makefile,v 1.17 2026/01/25 23:57:46 wiz Exp $
22

3-
DISTNAME= libXdamage-1.1.6
3+
DISTNAME= libXdamage-1.1.7
44
CATEGORIES= x11 devel
55
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
66
EXTRACT_SUFX= .tar.xz
@@ -10,14 +10,13 @@ HOMEPAGE= https://xorg.freedesktop.org/
1010
COMMENT= Xdamage extension (Library)
1111
LICENSE= mit
1212

13-
GNU_CONFIGURE= yes
14-
USE_LIBTOOL= yes
1513
USE_TOOLS+= pkg-config
1614

1715
PKGCONFIG_OVERRIDE+= xdamage.pc.in
1816

1917
X11_LIB_NAME?= libXdamage
2018
.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
19+
.include "../../devel/meson/build.mk"
2120
.include "../../x11/xorgproto/buildlink3.mk"
2221
.include "../../x11/libX11/buildlink3.mk"
2322
.include "../../x11/libXfixes/buildlink3.mk"

x11/libXdamage/PLIST

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 21:56:46 joerg Exp $
1+
@comment $NetBSD: PLIST,v 1.2 2026/01/25 23:57:46 wiz Exp $
22
include/X11/extensions/Xdamage.h
3-
lib/libXdamage.la
3+
lib/libXdamage.so
4+
lib/libXdamage.so.1
5+
lib/libXdamage.so.1.1.0
46
lib/pkgconfig/xdamage.pc

x11/libXdamage/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.12 2022/12/04 23:16:35 wiz Exp $
1+
$NetBSD: distinfo,v 1.13 2026/01/25 23:57:46 wiz Exp $
22

3-
BLAKE2s (libXdamage-1.1.6.tar.xz) = 25231bae855e20f8ac3669113b8d1c0cded134807382755984c3080944eea297
4-
SHA512 (libXdamage-1.1.6.tar.xz) = 624dcefa1c79064569df952892f7f1351dc19ad338ce73d1a57041e406cb3e18abe531bab352b93d1f0f5c9b5c6b2652cc84a8f1fbfcbba648343812695a8acb
5-
Size (libXdamage-1.1.6.tar.xz) = 257532 bytes
3+
BLAKE2s (libXdamage-1.1.7.tar.xz) = 48ae6c8839b623c1b4156f722557efaa634b6c20206c1112578ff27d2753b1c1
4+
SHA512 (libXdamage-1.1.7.tar.xz) = 9406e39cbc426d7fa3c66bf1eec202fdb5af5db99a0ff49c2be995b1ff7326a6c1fb395c46391e1c32f5a6569a5d6e02bdd5b79fc79dd468fc3ebd698496bbc2
5+
Size (libXdamage-1.1.7.tar.xz) = 265336 bytes

0 commit comments

Comments
 (0)