pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXi libXi: update to 1.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d52f8dbe143
branches:  trunk
changeset: 458446:8d52f8dbe143
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 16 08:39:06 2021 +0000

description:
libXi: update to 1.8.

This release of libXi marks the support of XI 2.4 touchpad gesture events
official. This feature is the only difference between libXi 1.8 and the latest
release in the 1.7.x series (1.7.10).

diffstat:

 x11/libXi/Makefile |  10 +++-------
 x11/libXi/PLIST    |   3 ++-
 x11/libXi/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 13 deletions(-)

diffs (63 lines):

diff -r b667ae9dcc8b -r 8d52f8dbe143 x11/libXi/Makefile
--- a/x11/libXi/Makefile        Thu Sep 16 08:38:02 2021 +0000
+++ b/x11/libXi/Makefile        Thu Sep 16 08:39:06 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2020/01/18 23:35:52 rillig Exp $
+# $NetBSD: Makefile,v 1.37 2021/09/16 08:39:06 wiz Exp $
 
-DISTNAME=              libXi-1.7.10
+DISTNAME=              libXi-1.8
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.bz2
@@ -17,11 +17,6 @@
 CONFIGURE_ENV+=                LIB_MAN_SUFFIX=3 ac_cv_path_ASCIIDOC= ac_cv_path_XMLTO=
 PKGCONFIG_OVERRIDE+=   xi.pc.in
 
-SUBST_CLASSES+=                sosubdir
-SUBST_STAGE.sosubdir=  pre-configure
-SUBST_FILES.sosubdir=  man/*.man
-SUBST_SED.sosubdir=    -e 's|\.so X|.so manlibmansuffix/X|'
-
 CONFIGURE_ARGS.NetBSD+=        --disable-malloc0returnsnull
 
 BUILDLINK_API_DEPENDS.libX11+=         libX11>=1.6
@@ -29,5 +24,6 @@
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXfixes/buildlink3.mk"
+BUILDLINK_API_DEPENDS.xorgproto+=      xorgproto>=2021.5nb1
 .include "../../x11/xorgproto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b667ae9dcc8b -r 8d52f8dbe143 x11/libXi/PLIST
--- a/x11/libXi/PLIST   Thu Sep 16 08:38:02 2021 +0000
+++ b/x11/libXi/PLIST   Thu Sep 16 08:39:06 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2013/03/07 06:36:28 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/09/16 08:39:06 wiz Exp $
 include/X11/extensions/XInput.h
 include/X11/extensions/XInput2.h
 lib/libXi.la
@@ -30,6 +30,7 @@
 man/man3/XGrabDevice.3
 man/man3/XGrabDeviceButton.3
 man/man3/XGrabDeviceKey.3
+man/man3/XIAllowEvents.3
 man/man3/XIBarrierReleasePointer.3
 man/man3/XIBarrierReleasePointers.3
 man/man3/XIChangeHierarchy.3
diff -r b667ae9dcc8b -r 8d52f8dbe143 x11/libXi/distinfo
--- a/x11/libXi/distinfo        Thu Sep 16 08:38:02 2021 +0000
+++ b/x11/libXi/distinfo        Thu Sep 16 08:39:06 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2019/06/19 17:30:51 wiz Exp $
+$NetBSD: distinfo,v 1.30 2021/09/16 08:39:06 wiz Exp $
 
-SHA1 (libXi-1.7.10.tar.bz2) = 79052e50ea07ce2431f8988a60553d9091d46207
-RMD160 (libXi-1.7.10.tar.bz2) = 28fa5b4378ba4cc2ffcfd6bdea073a1b28ecf817
-SHA512 (libXi-1.7.10.tar.bz2) = 591f0860bf5904897587c4990d6c852f3729a212d1ef390362d41242440e078221877c31db2232d5cc81727fe97f4e194b077f7de917e251e60641bbd06ee218
-Size (libXi-1.7.10.tar.bz2) = 484519 bytes
+SHA1 (libXi-1.8.tar.bz2) = 7a3de1135ddb81f30735cb8772aa4819d27a9c1f
+RMD160 (libXi-1.8.tar.bz2) = a625441d87c45b34f9678fd6b634911d29e67b88
+SHA512 (libXi-1.8.tar.bz2) = 4b2c667a8466eb389f253d77285c3f506c4a2b6c75054c722974a864565d565cc0c5701f8ea773eb929ceb94adfeb737ecd7a0bfc2c240157416a5f343c07aba
+Size (libXi-1.8.tar.bz2) = 494579 bytes



Home | Main Index | Thread Index | Old Index