pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/wayland-protocols wayland-protocols: update to 1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d3c29805075
branches:  trunk
changeset: 382770:3d3c29805075
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Aug 04 15:29:00 2022 +0000

description:
wayland-protocols: update to 1.26 to future-proof us a bit against
gratuitous protocol changes.

diffstat:

 devel/wayland-protocols/Makefile |  11 ++++++-----
 devel/wayland-protocols/PLIST    |   6 +++++-
 devel/wayland-protocols/distinfo |   8 ++++----
 3 files changed, 15 insertions(+), 10 deletions(-)

diffs (58 lines):

diff -r 1474d83f7d2f -r 3d3c29805075 devel/wayland-protocols/Makefile
--- a/devel/wayland-protocols/Makefile  Thu Aug 04 15:26:15 2022 +0000
+++ b/devel/wayland-protocols/Makefile  Thu Aug 04 15:29:00 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2021/12/08 16:04:08 adam Exp $
+# $NetBSD: Makefile,v 1.7 2022/08/04 15:29:00 nia Exp $
 
-DISTNAME=      wayland-protocols-1.20
-PKGREVISION=   1
+DISTNAME=      wayland-protocols-1.26
 CATEGORIES=    devel
 MASTER_SITES=  https://wayland.freedesktop.org/releases/
 EXTRACT_SUFX=  .tar.xz
@@ -11,10 +10,12 @@
 COMMENT=       Additional wayland functionality
 LICENSE=       mit
 
-USE_TOOLS+=            gmake pkg-config
-GNU_CONFIGURE=         YES
+USE_TOOLS+=            pkg-config
+
+MESON_ARGS+=           -Dtests=false
 
 PKGCONFIG_OVERRIDE+=   wayland-protocols.pc.in
 
+.include "../../devel/meson/build.mk"
 .include "../../devel/wayland/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 1474d83f7d2f -r 3d3c29805075 devel/wayland-protocols/PLIST
--- a/devel/wayland-protocols/PLIST     Thu Aug 04 15:26:15 2022 +0000
+++ b/devel/wayland-protocols/PLIST     Thu Aug 04 15:29:00 2022 +0000
@@ -1,8 +1,12 @@
-@comment $NetBSD: PLIST,v 1.1 2019/08/18 16:07:12 nia Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/08/04 15:29:00 nia Exp $
 share/pkgconfig/wayland-protocols.pc
 share/wayland-protocols/stable/presentation-time/presentation-time.xml
 share/wayland-protocols/stable/viewporter/viewporter.xml
 share/wayland-protocols/stable/xdg-shell/xdg-shell.xml
+share/wayland-protocols/staging/drm-lease/drm-lease-v1.xml
+share/wayland-protocols/staging/ext-session-lock/ext-session-lock-v1.xml
+share/wayland-protocols/staging/single-pixel-buffer/single-pixel-buffer-v1.xml
+share/wayland-protocols/staging/xdg-activation/xdg-activation-v1.xml
 share/wayland-protocols/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml
 share/wayland-protocols/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml
 share/wayland-protocols/unstable/input-method/input-method-unstable-v1.xml
diff -r 1474d83f7d2f -r 3d3c29805075 devel/wayland-protocols/distinfo
--- a/devel/wayland-protocols/distinfo  Thu Aug 04 15:26:15 2022 +0000
+++ b/devel/wayland-protocols/distinfo  Thu Aug 04 15:29:00 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:20:08 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/08/04 15:29:00 nia Exp $
 
-BLAKE2s (wayland-protocols-1.20.tar.xz) = 9201673fd0eb35a6f090534257a30ca6e7928af04bb1bdab341c5b552a36407f
-SHA512 (wayland-protocols-1.20.tar.xz) = d13f65d03add2c39cc32bf6bda0e981e9f52504bf8505fceea045c8baeb73bea64fa4edb99cb837677fbab1b5b3023054adff36fac127e819690f366b81c4977
-Size (wayland-protocols-1.20.tar.xz) = 111684 bytes
+BLAKE2s (wayland-protocols-1.26.tar.xz) = fae11be1ef0962b90964dd16b5366a31c321a12e118cb7c510e027999b5dec7b
+SHA512 (wayland-protocols-1.26.tar.xz) = fa9c3963b548197461c8c0b9e16ebbf9cfa5b60053fc17f51b41e63a55b8c5420dd7e42313f93946b438ab47f04e1cd17bc92aae9e1074b47177dc7ce7042167
+Size (wayland-protocols-1.26.tar.xz) = 81028 bytes



Home | Main Index | Thread Index | Old Index