commit 557a01a
chld
·
2026-08-23 04:23:59 +0000 UTC
parent 717f167
wayland-protocols: bump to 1.48
3 files changed,
+15,
-0
+2,
-0
1@@ -0,0 +1,2 @@
2+.wayland
3+.muon
+6,
-0
1@@ -0,0 +1,6 @@
2+name: wayland-protocols
3+description: headers and protocols for wayland
4+license: MIT
5+upstream: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${VERSION}/downloads/wayland-protocols-${VERSION}.tar.xz
6+version: 1.48
7+maintainer:
+7,
-0
1@@ -0,0 +1,7 @@
2+#!/bin/sh -ue
3+NAME=wayland-protocols
4+VERSION=1.48
5+RELEASE=1
6+SOURCE="https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${VERSION}/downloads/wayland-protocols-${VERSION}.tar.xz"
7+BUILD_OPT="-Dtests=false"
8+. ${0%/*}/../../libsh/libdmake.sh