mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
a495eb10a9
Aligns ArchR with the ROCKNIX 20260601 batch of dependency bumps: - Mesa 26.0.5 / 26.1.1 -> 26.1.3 (latest stable) - libdrm 2.4.125 -> 2.4.134 - vulkan-headers 1.4.321 / 1.4.347 -> 1.4.354 - vulkan-loader 1.4.321 / 1.4.347 -> 1.4.354 - wayland 1.23.1 / 1.24.0 -> 1.25.0 - wayland-protocols 1.44 / 1.45 -> 1.49 - box64 -> v0.4.2 (commit 7eeb5016) Both top-level packages/ and projects/ArchR/packages/ overrides updated where applicable so the ArchR build resolves the new versions consistently. Mesa keeps the upstream freedesktop tarball at packages/ and the gitlab archive at projects/ArchR/ (no change to delivery URL strategy). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
18 lines
621 B
Makefile
18 lines
621 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="wayland-protocols"
|
|
PKG_VERSION="1.49"
|
|
PKG_SHA256="ec4c8f74942d6dff7ace8b4ce4764f0ef9ff618a935d974ea77edee2ad240b14"
|
|
PKG_LICENSE="OSS"
|
|
PKG_SITE="https://wayland.freedesktop.org/"
|
|
PKG_URL="https://gitlab.freedesktop.org/wayland/${PKG_NAME}/-/releases/${PKG_VERSION}/downloads/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_TARGET="toolchain wayland:host"
|
|
PKG_LONGDESC="Specifications of extended Wayland protocols"
|
|
|
|
PKG_MESON_OPTS_TARGET="-Dtests=false"
|
|
|
|
post_makeinstall_target() {
|
|
safe_remove ${INSTALL}
|
|
}
|