# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= wayland-protocols VERSION= 1.32 KEYWORDS= graphics wayland VARIANTS= standard SDESC[standard]= Wayland protocol extensions HOMEPAGE= https://wayland.freedesktop.org/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.32/downloads/ DISTFILE[1]= wayland-protocols-1.32.tar.xz:main DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= wayland:complete:standard USES= meson pkgconfig LICENSE= MIT:single LICENSE_FILE= MIT:{{WRKSRC}}/COPYING LICENSE_SCHEME= solo FPC_EQUIVALENT= graphics/wayland-protocols MESON_ARGS= -Dtests=false [FILE:488:descriptions/desc.single] wayland-protocols contains Wayland protocols that adds functionality not available in the Wayland core protocol. Such protocols either adds completely new functionality, or extends the functionality of some other protocol either in Wayland core, or some other protocol in wayland-protocols. A protocol in wayland-protocols consists of a directory containing a set of XML files containing the protocol specification, and a README file containing detailed state and a list of maintainers. [FILE:108:distinfo] 7459799d340c8296b695ef857c07ddef24c5a09b09ab6a74f7b92640d2b1ba11 90452 wayland-protocols-1.32.tar.xz [FILE:2658:manifests/plist.single] lib/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/content-type/content-type-v1.xml share/wayland-protocols/staging/cursor-shape/cursor-shape-v1.xml share/wayland-protocols/staging/drm-lease/drm-lease-v1.xml share/wayland-protocols/staging/ext-foreign-toplevel-list/ext-foreign-toplevel-list-v1.xml share/wayland-protocols/staging/ext-idle-notify/ext-idle-notify-v1.xml share/wayland-protocols/staging/ext-session-lock/ext-session-lock-v1.xml share/wayland-protocols/staging/fractional-scale/fractional-scale-v1.xml share/wayland-protocols/staging/security-context/security-context-v1.xml share/wayland-protocols/staging/single-pixel-buffer/single-pixel-buffer-v1.xml share/wayland-protocols/staging/tearing-control/tearing-control-v1.xml share/wayland-protocols/staging/xdg-activation/xdg-activation-v1.xml share/wayland-protocols/staging/xwayland-shell/xwayland-shell-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 share/wayland-protocols/unstable/input-timestamps/input-timestamps-unstable-v1.xml share/wayland-protocols/unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml share/wayland-protocols/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml share/wayland-protocols/unstable/linux-explicit-synchronization/linux-explicit-synchronization-unstable-v1.xml share/wayland-protocols/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml share/wayland-protocols/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml share/wayland-protocols/unstable/primary-selection/primary-selection-unstable-v1.xml share/wayland-protocols/unstable/relative-pointer/relative-pointer-unstable-v1.xml share/wayland-protocols/unstable/tablet/ tablet-unstable-v1.xml tablet-unstable-v2.xml share/wayland-protocols/unstable/text-input/ text-input-unstable-v1.xml text-input-unstable-v3.xml share/wayland-protocols/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml share/wayland-protocols/unstable/xdg-foreign/ xdg-foreign-unstable-v1.xml xdg-foreign-unstable-v2.xml share/wayland-protocols/unstable/xdg-output/xdg-output-unstable-v1.xml share/wayland-protocols/unstable/xdg-shell/ xdg-shell-unstable-v5.xml xdg-shell-unstable-v6.xml share/wayland-protocols/unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml [FILE:495:patches/patch-meson.build] --- meson.build.orig 2023-07-03 09:26:25 UTC +++ meson.build @@ -101,7 +101,7 @@ pkgconfig_configuration.set('abs_top_src 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'), 'lib', 'pkgconfig') configure_file( input: 'wayland-protocols.pc.in', output: 'wayland-protocols.pc',