summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-06-18 08:25:05 +0000
committerwiz <wiz@pkgsrc.org>2022-06-18 08:25:05 +0000
commit4ee24547dc53172039432daa449aa44860f40d74 (patch)
tree5e75273d0d1652fd026e04b009120242bdf03500 /x11
parent68575547e7ad1e6790f3747e2e913a7524b05cf3 (diff)
downloadpkgsrc-4ee24547dc53172039432daa449aa44860f40d74.tar.gz
py-xcbgen, xcb-proto: update to 1.15.2
Matt Turner (4): Remove libdir from xcb-proto.pc Install xcb-proto to $(datarootdir) Call AC_OUTPUT without arguments xcb-proto 1.15.2
Diffstat (limited to 'x11')
-rw-r--r--x11/py-xcbgen/Makefile4
-rw-r--r--x11/py-xcbgen/distinfo10
-rw-r--r--x11/py-xcbgen/patches/patch-ae10
-rw-r--r--x11/xcb-proto/Makefile4
-rw-r--r--x11/xcb-proto/PLIST4
-rw-r--r--x11/xcb-proto/distinfo10
-rw-r--r--x11/xcb-proto/patches/patch-ae8
7 files changed, 25 insertions, 25 deletions
diff --git a/x11/py-xcbgen/Makefile b/x11/py-xcbgen/Makefile
index 96c9faa050d..3001e439a29 100644
--- a/x11/py-xcbgen/Makefile
+++ b/x11/py-xcbgen/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2022/06/16 21:26:15 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2022/06/18 08:25:05 wiz Exp $
#
# When updating this, also update x11/xcb-proto
-DISTNAME= xcb-proto-1.15.1
+DISTNAME= xcb-proto-1.15.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/xcb-proto/xcbgen/}
CATEGORIES= x11
MASTER_SITES= https://xorg.freedesktop.org/archive/individual/proto/
diff --git a/x11/py-xcbgen/distinfo b/x11/py-xcbgen/distinfo
index 6b91054ff6d..82305ab1b4f 100644
--- a/x11/py-xcbgen/distinfo
+++ b/x11/py-xcbgen/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2022/06/16 21:26:15 wiz Exp $
+$NetBSD: distinfo,v 1.20 2022/06/18 08:25:05 wiz Exp $
-BLAKE2s (xcb-proto-1.15.1.tar.xz) = 859d71fa4fa4d10f6038ea4a90637e01f01d37309bb1b3dc71a53c3bb9c81db1
-SHA512 (xcb-proto-1.15.1.tar.xz) = 56fd505e567e1d39b4d46d0e5f79aeb90144c9b1a4429b2f51cd326ec0dea2a5fda5e2ebfe48af0da2781a4b1e29d9a91a4e0da662db5e35a701eac2e5ec1684
-Size (xcb-proto-1.15.1.tar.xz) = 147908 bytes
-SHA1 (patch-ae) = e5bff371fc8d87b9e3eaaea80734f8fcf544b4b1
+BLAKE2s (xcb-proto-1.15.2.tar.xz) = 0d9b32f71966c1e82957f86d4e107d6c53f1ede0148377eed971ebd07a5fbb7d
+SHA512 (xcb-proto-1.15.2.tar.xz) = 9d0b2f0a4dbbf2d64e32ff4658d1663e13d7e5f1bffc1e8d45be7b9dd5bab46e29fc1c2f6e66a7a569e374ba6756faf3c39b0b5e5560df6d7f8b68beec97659d
+Size (xcb-proto-1.15.2.tar.xz) = 148108 bytes
+SHA1 (patch-ae) = feedb2eb11b504eda50dc4a99b2a3fe4bf280c10
diff --git a/x11/py-xcbgen/patches/patch-ae b/x11/py-xcbgen/patches/patch-ae
index cbfd7f0cdfe..b675bfa990b 100644
--- a/x11/py-xcbgen/patches/patch-ae
+++ b/x11/py-xcbgen/patches/patch-ae
@@ -1,19 +1,19 @@
-$NetBSD: patch-ae,v 1.4 2020/02/23 22:32:03 wiz Exp $
+$NetBSD: patch-ae,v 1.5 2022/06/18 08:25:05 wiz Exp $
Only build xcbgen parts in this package, other stuff is in xcbproto.
---- Makefile.in.orig 2020-02-22 20:16:56.000000000 +0000
+--- Makefile.in.orig 2022-06-17 17:57:17.000000000 +0000
+++ Makefile.in
-@@ -311,7 +311,7 @@ top_build_prefix = @top_build_prefix@
+@@ -314,7 +314,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
xcbincludedir = @xcbincludedir@
-SUBDIRS = src xcbgen
+SUBDIRS = xcbgen
- pkgconfigdir = $(libdir)/pkgconfig
+ pkgconfigdir = $(datarootdir)/pkgconfig
pkgconfig_DATA = xcb-proto.pc
EXTRA_DIST = doc xcb-proto.pc.in autogen.sh README.md
-@@ -730,7 +730,7 @@ info: info-recursive
+@@ -738,7 +738,7 @@ info: info-recursive
info-am:
diff --git a/x11/xcb-proto/Makefile b/x11/xcb-proto/Makefile
index 508992d606d..98d8edfecfd 100644
--- a/x11/xcb-proto/Makefile
+++ b/x11/xcb-proto/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2022/06/16 21:26:15 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2022/06/18 08:25:05 wiz Exp $
#
# When updating this package, also update x11/py-xcbgen
-DISTNAME= xcb-proto-1.15.1
+DISTNAME= xcb-proto-1.15.2
CATEGORIES= x11
MASTER_SITES= https://xorg.freedesktop.org/archive/individual/proto/
EXTRACT_SUFX= .tar.xz
diff --git a/x11/xcb-proto/PLIST b/x11/xcb-proto/PLIST
index 1f9ea86235f..e7a7d6c0e6e 100644
--- a/x11/xcb-proto/PLIST
+++ b/x11/xcb-proto/PLIST
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.7 2022/06/16 21:26:15 wiz Exp $
-lib/pkgconfig/xcb-proto.pc
+@comment $NetBSD: PLIST,v 1.8 2022/06/18 08:25:05 wiz Exp $
+share/pkgconfig/xcb-proto.pc
share/xcb/bigreq.xml
share/xcb/composite.xml
share/xcb/damage.xml
diff --git a/x11/xcb-proto/distinfo b/x11/xcb-proto/distinfo
index 9bb35747e4e..98aafb8eecc 100644
--- a/x11/xcb-proto/distinfo
+++ b/x11/xcb-proto/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2022/06/16 21:26:15 wiz Exp $
+$NetBSD: distinfo,v 1.19 2022/06/18 08:25:05 wiz Exp $
-BLAKE2s (xcb-proto-1.15.1.tar.xz) = 859d71fa4fa4d10f6038ea4a90637e01f01d37309bb1b3dc71a53c3bb9c81db1
-SHA512 (xcb-proto-1.15.1.tar.xz) = 56fd505e567e1d39b4d46d0e5f79aeb90144c9b1a4429b2f51cd326ec0dea2a5fda5e2ebfe48af0da2781a4b1e29d9a91a4e0da662db5e35a701eac2e5ec1684
-Size (xcb-proto-1.15.1.tar.xz) = 147908 bytes
-SHA1 (patch-ae) = c3244439391c8aa47e8c82bc3347fbe0e10ac5cc
+BLAKE2s (xcb-proto-1.15.2.tar.xz) = 0d9b32f71966c1e82957f86d4e107d6c53f1ede0148377eed971ebd07a5fbb7d
+SHA512 (xcb-proto-1.15.2.tar.xz) = 9d0b2f0a4dbbf2d64e32ff4658d1663e13d7e5f1bffc1e8d45be7b9dd5bab46e29fc1c2f6e66a7a569e374ba6756faf3c39b0b5e5560df6d7f8b68beec97659d
+Size (xcb-proto-1.15.2.tar.xz) = 148108 bytes
+SHA1 (patch-ae) = f0143f1ccda08e9c626b30ee53ddf3779759e03e
diff --git a/x11/xcb-proto/patches/patch-ae b/x11/xcb-proto/patches/patch-ae
index 37d9cfd8c8b..c7354fd55c2 100644
--- a/x11/xcb-proto/patches/patch-ae
+++ b/x11/xcb-proto/patches/patch-ae
@@ -1,15 +1,15 @@
-$NetBSD: patch-ae,v 1.4 2020/02/23 22:29:38 wiz Exp $
+$NetBSD: patch-ae,v 1.5 2022/06/18 08:25:05 wiz Exp $
xcbgen is built by py-xcbgen package.
---- Makefile.in.orig 2020-02-22 20:16:56.000000000 +0000
+--- Makefile.in.orig 2022-06-17 17:57:17.000000000 +0000
+++ Makefile.in
-@@ -311,7 +311,7 @@ top_build_prefix = @top_build_prefix@
+@@ -314,7 +314,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
xcbincludedir = @xcbincludedir@
-SUBDIRS = src xcbgen
+SUBDIRS = src
- pkgconfigdir = $(libdir)/pkgconfig
+ pkgconfigdir = $(datarootdir)/pkgconfig
pkgconfig_DATA = xcb-proto.pc
EXTRA_DIST = doc xcb-proto.pc.in autogen.sh README.md