Ravenports generated: 31 Jan 2023 01:19
[ravenports.git] / bucket_84 / wayland-protocols
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               wayland-protocols
4 VERSION=                1.31
5 KEYWORDS=               graphics wayland
6 VARIANTS=               standard
7 SDESC[standard]=        Wayland protocol extensions
8 HOMEPAGE=               https://wayland.freedesktop.org/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.31/downloads/
13 DISTFILE[1]=            wayland-protocols-1.31.tar.xz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 BUILD_DEPENDS=          wayland:primary:standard
21
22 USES=                   meson pkgconfig
23
24 LICENSE=                MIT:single
25 LICENSE_FILE=           MIT:{{WRKSRC}}/COPYING
26 LICENSE_SCHEME=         solo
27
28 FPC_EQUIVALENT=         graphics/wayland-protocols
29 MESON_ARGS=             -Dtests=false
30
31 [FILE:488:descriptions/desc.single]
32 wayland-protocols contains Wayland protocols that adds functionality not
33 available in the Wayland core protocol. Such protocols either adds
34 completely new functionality, or extends the functionality of some other
35 protocol either in Wayland core, or some other protocol in
36 wayland-protocols.
37
38 A protocol in wayland-protocols consists of a directory containing a set
39 of XML files containing the protocol specification, and a README file
40 containing detailed state and a list of maintainers.
41
42
43 [FILE:108:distinfo]
44 a07fa722ed87676ec020d867714bc9a2f24c464da73912f39706eeef5219e238        85524 wayland-protocols-1.31.tar.xz
45
46
47 [FILE:2429:manifests/plist.single]
48 lib/pkgconfig/wayland-protocols.pc
49 share/wayland-protocols/stable/presentation-time/presentation-time.xml
50 share/wayland-protocols/stable/viewporter/viewporter.xml
51 share/wayland-protocols/stable/xdg-shell/xdg-shell.xml
52 share/wayland-protocols/staging/content-type/content-type-v1.xml
53 share/wayland-protocols/staging/drm-lease/drm-lease-v1.xml
54 share/wayland-protocols/staging/ext-idle-notify/ext-idle-notify-v1.xml
55 share/wayland-protocols/staging/ext-session-lock/ext-session-lock-v1.xml
56 share/wayland-protocols/staging/fractional-scale/fractional-scale-v1.xml
57 share/wayland-protocols/staging/single-pixel-buffer/single-pixel-buffer-v1.xml
58 share/wayland-protocols/staging/tearing-control/tearing-control-v1.xml
59 share/wayland-protocols/staging/xdg-activation/xdg-activation-v1.xml
60 share/wayland-protocols/staging/xwayland-shell/xwayland-shell-v1.xml
61 share/wayland-protocols/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml
62 share/wayland-protocols/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml
63 share/wayland-protocols/unstable/input-method/input-method-unstable-v1.xml
64 share/wayland-protocols/unstable/input-timestamps/input-timestamps-unstable-v1.xml
65 share/wayland-protocols/unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml
66 share/wayland-protocols/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml
67 share/wayland-protocols/unstable/linux-explicit-synchronization/linux-explicit-synchronization-unstable-v1.xml
68 share/wayland-protocols/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
69 share/wayland-protocols/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml
70 share/wayland-protocols/unstable/primary-selection/primary-selection-unstable-v1.xml
71 share/wayland-protocols/unstable/relative-pointer/relative-pointer-unstable-v1.xml
72 share/wayland-protocols/unstable/tablet/
73  tablet-unstable-v1.xml
74  tablet-unstable-v2.xml
75 share/wayland-protocols/unstable/text-input/
76  text-input-unstable-v1.xml
77  text-input-unstable-v3.xml
78 share/wayland-protocols/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml
79 share/wayland-protocols/unstable/xdg-foreign/
80  xdg-foreign-unstable-v1.xml
81  xdg-foreign-unstable-v2.xml
82 share/wayland-protocols/unstable/xdg-output/xdg-output-unstable-v1.xml
83 share/wayland-protocols/unstable/xdg-shell/
84  xdg-shell-unstable-v5.xml
85  xdg-shell-unstable-v6.xml
86 share/wayland-protocols/unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml
87
88
89 [FILE:493:patches/patch-meson.build]
90 --- meson.build.orig    2022-11-29 13:37:41 UTC
91 +++ meson.build
92 @@ -98,7 +98,7 @@ pkgconfig_configuration.set('abs_top_src
93  pkgconfig_configuration.set('PACKAGE', 'wayland-protocols')
94  pkgconfig_configuration.set('WAYLAND_PROTOCOLS_VERSION', wayland_protocols_version)
95  
96 -pkg_install_dir = join_paths(get_option('datadir'), 'pkgconfig')
97 +pkg_install_dir = join_paths(get_option('prefix'), 'lib', 'pkgconfig')
98  configure_file(
99         input: 'wayland-protocols.pc.in',
100         output: 'wayland-protocols.pc',
101