diff --git a/x11/library/wayland-protocols/actions.py b/x11/library/wayland-protocols/actions.py
index e7d105780d..ab30000dae 100644
--- a/x11/library/wayland-protocols/actions.py
+++ b/x11/library/wayland-protocols/actions.py
@@ -7,14 +7,15 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
+from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
- autotools.autoreconf("-fiv")
- autotools.configure("--disable-static")
+ mesontools.configure()
def build():
- autotools.make()
+ mesontools.build()
def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ mesontools.install()
+ pisitools.dodoc("COPYING", "README*")
diff --git a/x11/library/wayland-protocols/pspec.xml b/x11/library/wayland-protocols/pspec.xml
index b5b45618aa..6cb5041f3e 100644
--- a/x11/library/wayland-protocols/pspec.xml
+++ b/x11/library/wayland-protocols/pspec.xml
@@ -12,8 +12,9 @@
library
Specifications of extended Wayland protocols
Specifications of extended Wayland protocols
- https://wayland.freedesktop.org/releases/wayland-protocols-1.23.tar.xz
+ https://wayland.freedesktop.org/releases/wayland-protocols-1.25.tar.xz
+ meson
wayland-devel
@@ -22,6 +23,7 @@
wayland-protocols
/usr/share/wayland-protocols
+ /usr/share/doc
@@ -37,6 +39,13 @@
+
+ 2022-02-09
+ 1.25
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-09-16
1.23