| OLD | NEW |
| 1 Name: wayland-protocols | 1 Name: wayland-protocols |
| 2 URL: http://wayland.freedesktop.org/ | 2 URL: http://wayland.freedesktop.org/ |
| 3 Version: 1.1 | 3 Version: 1.1 |
| 4 License: MIT | 4 License: MIT |
| 5 License File: src/COPYING | 5 License File: src/COPYING |
| 6 Security Critical: yes | 6 Security Critical: yes |
| 7 | 7 |
| 8 Description: | 8 Description: |
| 9 wayland-protocols contains Wayland protocols that adds functionality not | 9 wayland-protocols contains Wayland protocols that adds functionality not |
| 10 available in the Wayland core protocol. Such protocols either adds | 10 available in the Wayland core protocol. Such protocols either adds |
| 11 completely new functionality, or extends the functionality of some other | 11 completely new functionality, or extends the functionality of some other |
| 12 protocol either in Wayland core, or some other protocol in | 12 protocol either in Wayland core, or some other protocol in |
| 13 wayland-protocols. | 13 wayland-protocols. |
| 14 | 14 |
| 15 Modifications: | 15 Modifications: |
| 16 - Added src/unstable/scaler/scaler.xml | 16 - Added src/unstable/scaler/scaler.xml |
| 17 | 17 |
| 18 To import a new snapshot of wayland-protocols: | 18 To import a new snapshot of wayland-protocols: |
| 19 - Checkout the latest release tag: git checkout 1.1 | 19 - Checkout the latest release tag: git checkout 1.1 |
| 20 - Change the DEPS entry to the newly checked out commit. | 20 - Change the DEPS entry to the newly checked out commit. |
| 21 - Update generated files: | 21 - Update generated files: |
| 22 wayland-scanner code < src/*/xdg-shell/xdg-shell*.xml > protocol/xdg-shell-p
rotocol.c | 22 wayland-scanner code < src/*/xdg-shell/xdg-shell*.xml > protocol/xdg-shell-p
rotocol.c |
| 23 wayland-scanner server-header < src/unstable/xdg-shell/xdg-shell-unstable-v5
.xml > include/protocol/xdg-shell-unstable-v5-server-protocol.h | 23 wayland-scanner server-header < src/unstable/xdg-shell/xdg-shell-unstable-v5
.xml > include/protocol/xdg-shell-unstable-v5-server-protocol.h |
| 24 wayland-scanner client-header < src/unstable/xdg-shell/xdg-shell-unstable-v5
.xml > include/protocol/xdg-shell-unstable-v5-client-protocol.h | 24 wayland-scanner client-header < src/unstable/xdg-shell/xdg-shell-unstable-v5
.xml > include/protocol/xdg-shell-unstable-v5-client-protocol.h |
| 25 wayland-scanner code < src/*/linux-dmabuf/linux-dmabuf*.xml > protocol/linux
-dmabuf-protocol.c |
| 26 wayland-scanner server-header < src/unstable/linux-dmabuf/linux-dmabuf-unsta
ble-v1.xml > include/protocol/linux-dmabuf-unstable-v1-server-protocol.h |
| 27 wayland-scanner client-header < src/unstable/linux-dmabuf/linux-dmabuf-unsta
ble-v1.xml > include/protocol/linux-dmabuf-unstable-v1-client-protocol.h |
| 25 wayland-scanner code < src/*/scaler/scaler.xml > protocol/scaler-protocol.c | 28 wayland-scanner code < src/*/scaler/scaler.xml > protocol/scaler-protocol.c |
| 26 wayland-scanner server-header < src/unstable/scaler/scaler.xml > include/pro
tocol/scaler-server-protocol.h | 29 wayland-scanner server-header < src/unstable/scaler/scaler.xml > include/pro
tocol/scaler-server-protocol.h |
| 27 wayland-scanner client-header < src/unstable/scaler/scaler.xml > include/pro
tocol/scaler-client-protocol.h | 30 wayland-scanner client-header < src/unstable/scaler/scaler.xml > include/pro
tocol/scaler-client-protocol.h |
| 28 - Update this README to reflect the new version number. | 31 - Update this README to reflect the new version number. |
| OLD | NEW |