1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

graphics/wayland-protocols: update to 1.24

Changes:	https://lists.freedesktop.org/archives/wayland-devel/2021-November/042039.html
PR:		257418
Submitted by:	tcberner (based on)
Approved by:	manu
Differential Revision: https://reviews.freebsd.org/D33124
This commit is contained in:
Jan Beich 2021-11-23 09:13:33 +00:00
parent e577dd6c30
commit 81df3d074b
3 changed files with 20 additions and 7 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= wayland-protocols
PORTVERSION= 1.23
PORTVERSION= 1.24
CATEGORIES= graphics wayland
MASTER_SITES= https://wayland.freedesktop.org/releases/
@ -11,9 +11,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= wayland-scanner:graphics/wayland
USES= autoreconf pkgconfig tar:xz
USES= meson pkgconfig tar:xz
MESON_ARGS= -Dtests=false
NO_ARCH= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-noarch-pkgconfigdir='$${prefix}/libdata/pkgconfig'
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1631710323
SHA256 (wayland-protocols-1.23.tar.xz) = 6c0af1915f96f615927a6270d025bd973ff1c58e521e4ca1fc9abfc914633f76
SIZE (wayland-protocols-1.23.tar.xz) = 74116
TIMESTAMP = 1637658813
SHA256 (wayland-protocols-1.24.tar.xz) = bff0d8cffeeceb35159d6f4aa6bab18c807b80642c9d50f66cba52ecf7338bc2
SIZE (wayland-protocols-1.24.tar.xz) = 77120

View File

@ -0,0 +1,14 @@
devel/pkgconfig removed share/pkgconfig from PKG_DEFAULT_PATH
via --with-pkg-config-dir override. Similar to lib/pkgconfig.
--- meson.build.orig 2021-11-26 04:47:33 UTC
+++ meson.build
@@ -91,7 +91,7 @@ pkgconfig_configuration.set('abs_top_srcdir', wayland_
pkgconfig_configuration.set('PACKAGE', 'wayland-protocols')
pkgconfig_configuration.set('WAYLAND_PROTOCOLS_VERSION', wayland_protocols_version)
-pkg_install_dir = join_paths(get_option('datadir'), 'pkgconfig')
+pkg_install_dir = join_paths(get_option('prefix'), 'libdata/pkgconfig')
configure_file(
input: 'wayland-protocols.pc.in',
output: 'wayland-protocols.pc',