# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= wayland-protocols VERSION= 1.35 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.35/downloads/ DISTFILE[1]= wayland-protocols-1.35.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] 37a2716a28133dc819341c568a29d21e8cb72130e5c126a1fcfc9f42c23d95ab 95512 wayland-protocols-1.35.tar.xz [FILE:3131:manifests/plist.single] lib/pkgconfig/wayland-protocols.pc share/wayland-protocols/stable/linux-dmabuf/linux-dmabuf-v1.xml share/wayland-protocols/stable/presentation-time/presentation-time.xml share/wayland-protocols/stable/tablet/tablet-v2.xml share/wayland-protocols/stable/viewporter/viewporter.xml share/wayland-protocols/stable/xdg-shell/xdg-shell.xml share/wayland-protocols/staging/alpha-modifier/alpha-modifier-v1.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/ext-transient-seat/ext-transient-seat-v1.xml share/wayland-protocols/staging/fractional-scale/fractional-scale-v1.xml share/wayland-protocols/staging/linux-drm-syncobj/linux-drm-syncobj-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/xdg-dialog/xdg-dialog-v1.xml share/wayland-protocols/staging/xdg-toplevel-drag/xdg-toplevel-drag-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 2024-03-20 17:59:10 UTC +++ meson.build @@ -112,7 +112,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',