# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= wayland-protocols VERSION= 1.28 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.28/downloads/ DISTFILE[1]= wayland-protocols-1.28.tar.xz:main DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= wayland:primary: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] c7659fb6bf14905e68ef605f898de60d1c066bf66dbea92798573dddec1535b6 84116 wayland-protocols-1.28.tar.xz [FILE:2285: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/drm-lease/drm-lease-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/single-pixel-buffer/single-pixel-buffer-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:493:patches/patch-meson.build] --- meson.build.orig 2022-11-04 15:42:48 UTC +++ meson.build @@ -96,7 +96,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',