View | Details | Raw Unified | Return to bug 282028
Collapse All | Expand All

(-)b/graphics/wayland-protocols/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	wayland-protocols
1
PORTNAME=	wayland-protocols
2
PORTVERSION=	1.37
2
PORTVERSION=	1.38
3
CATEGORIES=	graphics
3
CATEGORIES=	graphics
4
MASTER_SITES=	https://gitlab.freedesktop.org/wayland/${PORTNAME}/-/releases/${DISTVERSION}/downloads/
4
MASTER_SITES=	https://gitlab.freedesktop.org/wayland/${PORTNAME}/-/releases/${DISTVERSION}/downloads/
5
5
(-)b/graphics/wayland-protocols/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1725089104
1
TIMESTAMP = 1728735460
2
SHA256 (wayland-protocols-1.37.tar.xz) = a70e9be924f2e8688e6824dceaf6188faacd5ae218dfac8d0a3d0976211ef326
2
SHA256 (wayland-protocols-1.38.tar.xz) = ff17292c05159d2b20ce6cacfe42d7e31a28198fa1429a769b03af7c38581dbe
3
SIZE (wayland-protocols-1.37.tar.xz) = 100356
3
SIZE (wayland-protocols-1.38.tar.xz) = 102648
(-)b/graphics/wayland-protocols/pkg-plist (+53 lines)
Lines 1-3 Link Here
1
include/wayland-protocols/alpha-modifier-v1-enum.h
2
include/wayland-protocols/commit-timing-v1-enum.h
3
include/wayland-protocols/content-type-v1-enum.h
4
include/wayland-protocols/cursor-shape-v1-enum.h
5
include/wayland-protocols/drm-lease-v1-enum.h
6
include/wayland-protocols/ext-foreign-toplevel-list-v1-enum.h
7
include/wayland-protocols/ext-idle-notify-v1-enum.h
8
include/wayland-protocols/ext-image-capture-source-v1-enum.h
9
include/wayland-protocols/ext-image-copy-capture-v1-enum.h
10
include/wayland-protocols/ext-session-lock-v1-enum.h
11
include/wayland-protocols/ext-transient-seat-v1-enum.h
12
include/wayland-protocols/fifo-v1-enum.h
13
include/wayland-protocols/fractional-scale-v1-enum.h
14
include/wayland-protocols/fullscreen-shell-unstable-v1-enum.h
15
include/wayland-protocols/idle-inhibit-unstable-v1-enum.h
16
include/wayland-protocols/input-method-unstable-v1-enum.h
17
include/wayland-protocols/input-timestamps-unstable-v1-enum.h
18
include/wayland-protocols/keyboard-shortcuts-inhibit-unstable-v1-enum.h
19
include/wayland-protocols/linux-dmabuf-unstable-v1-enum.h
20
include/wayland-protocols/linux-dmabuf-v1-enum.h
21
include/wayland-protocols/linux-drm-syncobj-v1-enum.h
22
include/wayland-protocols/linux-explicit-synchronization-unstable-v1-enum.h
23
include/wayland-protocols/pointer-constraints-unstable-v1-enum.h
24
include/wayland-protocols/pointer-gestures-unstable-v1-enum.h
25
include/wayland-protocols/presentation-time-enum.h
26
include/wayland-protocols/primary-selection-unstable-v1-enum.h
27
include/wayland-protocols/relative-pointer-unstable-v1-enum.h
28
include/wayland-protocols/security-context-v1-enum.h
29
include/wayland-protocols/single-pixel-buffer-v1-enum.h
30
include/wayland-protocols/tablet-unstable-v1-enum.h
31
include/wayland-protocols/tablet-unstable-v2-enum.h
32
include/wayland-protocols/tablet-v2-enum.h
33
include/wayland-protocols/tearing-control-v1-enum.h
34
include/wayland-protocols/text-input-unstable-v1-enum.h
35
include/wayland-protocols/text-input-unstable-v3-enum.h
36
include/wayland-protocols/viewporter-enum.h
37
include/wayland-protocols/xdg-activation-v1-enum.h
38
include/wayland-protocols/xdg-decoration-unstable-v1-enum.h
39
include/wayland-protocols/xdg-dialog-v1-enum.h
40
include/wayland-protocols/xdg-foreign-unstable-v1-enum.h
41
include/wayland-protocols/xdg-foreign-unstable-v2-enum.h
42
include/wayland-protocols/xdg-output-unstable-v1-enum.h
43
include/wayland-protocols/xdg-shell-enum.h
44
include/wayland-protocols/xdg-shell-unstable-v5-enum.h
45
include/wayland-protocols/xdg-shell-unstable-v6-enum.h
46
include/wayland-protocols/xdg-system-bell-v1-enum.h
47
include/wayland-protocols/xdg-toplevel-drag-v1-enum.h
48
include/wayland-protocols/xdg-toplevel-icon-v1-enum.h
49
include/wayland-protocols/xwayland-keyboard-grab-unstable-v1-enum.h
50
include/wayland-protocols/xwayland-shell-v1-enum.h
1
share/pkgconfig/wayland-protocols.pc
51
share/pkgconfig/wayland-protocols.pc
2
%%DATADIR%%/stable/linux-dmabuf/linux-dmabuf-v1.xml
52
%%DATADIR%%/stable/linux-dmabuf/linux-dmabuf-v1.xml
3
%%DATADIR%%/stable/presentation-time/presentation-time.xml
53
%%DATADIR%%/stable/presentation-time/presentation-time.xml
Lines 5-10 share/pkgconfig/wayland-protocols.pc Link Here
5
%%DATADIR%%/stable/viewporter/viewporter.xml
55
%%DATADIR%%/stable/viewporter/viewporter.xml
6
%%DATADIR%%/stable/xdg-shell/xdg-shell.xml
56
%%DATADIR%%/stable/xdg-shell/xdg-shell.xml
7
%%DATADIR%%/staging/alpha-modifier/alpha-modifier-v1.xml
57
%%DATADIR%%/staging/alpha-modifier/alpha-modifier-v1.xml
58
%%DATADIR%%/staging/commit-timing/commit-timing-v1.xml
8
%%DATADIR%%/staging/content-type/content-type-v1.xml
59
%%DATADIR%%/staging/content-type/content-type-v1.xml
9
%%DATADIR%%/staging/cursor-shape/cursor-shape-v1.xml
60
%%DATADIR%%/staging/cursor-shape/cursor-shape-v1.xml
10
%%DATADIR%%/staging/drm-lease/drm-lease-v1.xml
61
%%DATADIR%%/staging/drm-lease/drm-lease-v1.xml
Lines 14-19 share/pkgconfig/wayland-protocols.pc Link Here
14
%%DATADIR%%/staging/ext-image-copy-capture/ext-image-copy-capture-v1.xml
65
%%DATADIR%%/staging/ext-image-copy-capture/ext-image-copy-capture-v1.xml
15
%%DATADIR%%/staging/ext-session-lock/ext-session-lock-v1.xml
66
%%DATADIR%%/staging/ext-session-lock/ext-session-lock-v1.xml
16
%%DATADIR%%/staging/ext-transient-seat/ext-transient-seat-v1.xml
67
%%DATADIR%%/staging/ext-transient-seat/ext-transient-seat-v1.xml
68
%%DATADIR%%/staging/fifo/fifo-v1.xml
17
%%DATADIR%%/staging/fractional-scale/fractional-scale-v1.xml
69
%%DATADIR%%/staging/fractional-scale/fractional-scale-v1.xml
18
%%DATADIR%%/staging/linux-drm-syncobj/linux-drm-syncobj-v1.xml
70
%%DATADIR%%/staging/linux-drm-syncobj/linux-drm-syncobj-v1.xml
19
%%DATADIR%%/staging/security-context/security-context-v1.xml
71
%%DATADIR%%/staging/security-context/security-context-v1.xml
Lines 21-26 share/pkgconfig/wayland-protocols.pc Link Here
21
%%DATADIR%%/staging/tearing-control/tearing-control-v1.xml
73
%%DATADIR%%/staging/tearing-control/tearing-control-v1.xml
22
%%DATADIR%%/staging/xdg-activation/xdg-activation-v1.xml
74
%%DATADIR%%/staging/xdg-activation/xdg-activation-v1.xml
23
%%DATADIR%%/staging/xdg-dialog/xdg-dialog-v1.xml
75
%%DATADIR%%/staging/xdg-dialog/xdg-dialog-v1.xml
76
%%DATADIR%%/staging/xdg-system-bell/xdg-system-bell-v1.xml
24
%%DATADIR%%/staging/xdg-toplevel-drag/xdg-toplevel-drag-v1.xml
77
%%DATADIR%%/staging/xdg-toplevel-drag/xdg-toplevel-drag-v1.xml
25
%%DATADIR%%/staging/xdg-toplevel-icon/xdg-toplevel-icon-v1.xml
78
%%DATADIR%%/staging/xdg-toplevel-icon/xdg-toplevel-icon-v1.xml
26
%%DATADIR%%/staging/xwayland-shell/xwayland-shell-v1.xml
79
%%DATADIR%%/staging/xwayland-shell/xwayland-shell-v1.xml

Return to bug 282028