[neon/backports-jammy/wayland-jammy/Neon/release] /: begone pristine-tar stuff

Jonathan Esk-Riddell null at kde.org
Tue Nov 1 13:05:21 GMT 2022


Git commit efb312b5f4dad50e5ed5c86486fa997e582dc678 by Jonathan Esk-Riddell.
Committed on 01/11/2022 at 13:05.
Pushed by jriddell into branch 'Neon/release'.

begone pristine-tar stuff

D  +0    -344  CONTRIBUTING.md
D  +0    -29   COPYING
D  +0    -34   README
D  +0    -554  cursor/cursor-data.h
D  +0    -47   cursor/meson.build
D  +0    -185  cursor/os-compatibility.c
D  +0    -37   cursor/os-compatibility.h
D  +0    -516  cursor/wayland-cursor.c
D  +0    -96   cursor/wayland-cursor.h
D  +0    -783  cursor/xcursor.c
D  +0    -58   cursor/xcursor.h
D  +0    -3    doc/doxygen/.gitignore
D  +0    -36   doc/doxygen/dot/wayland-architecture.gv
D  +0    -53   doc/doxygen/dot/x-architecture.gv
D  +0    -105  doc/doxygen/gen-doxygen.py
D  +0    -23   doc/doxygen/mainpage.dox
D  +0    -117  doc/doxygen/meson.build
D  +0    -23   doc/doxygen/wayland.doxygen.in
D  +0    -18   doc/doxygen/xml/Client/meson.build
D  +0    -18   doc/doxygen/xml/Server/meson.build
D  +0    -22   doc/doxygen/xml/meson.build
D  +0    -41   doc/meson.build
D  +0    -3    doc/publican/.gitignore
D  +0    -147  doc/publican/doxygen-to-publican.xsl
D  +0    -64   doc/publican/merge-mapcoords.xsl
D  +0    -32   doc/publican/meson.build
D  +0    -51   doc/publican/protocol-interfaces-to-docbook.xsl
D  +0    -223  doc/publican/protocol-to-docbook.xsl
D  +0    -344  doc/publican/sources/Architecture.xml
D  +0    -16   doc/publican/sources/Author_Group.xml
D  +0    -71   doc/publican/sources/Book_Info.xml
D  +0    -92   doc/publican/sources/Client.xml
D  +0    -128  doc/publican/sources/Compositors.xml
D  +0    -28   doc/publican/sources/Foreword.xml
D  +0    -116  doc/publican/sources/Introduction.xml
D  +0    -20   doc/publican/sources/Preface.xml
D  +0    -587  doc/publican/sources/Protocol.xml
D  +0    -7    doc/publican/sources/Revision_History.xml
D  +0    -49   doc/publican/sources/Server.xml
D  +0    -4    doc/publican/sources/Wayland.ent
D  +0    -18   doc/publican/sources/Wayland.xml
D  +0    -170  doc/publican/sources/Xwayland.xml
D  +0    -14   doc/publican/sources/css/brand.css
D  +0    -1769 doc/publican/sources/css/common.css
D  +0    -3    doc/publican/sources/css/default.css
D  +0    -115  doc/publican/sources/css/epub.css
D  +0    -15   doc/publican/sources/css/print.css
D  +0    -19   doc/publican/sources/images/icon.svg
D  +-    --    doc/publican/sources/images/wayland.png
D  +-    --    doc/publican/sources/images/xwayland-architecture.png
D  +0    -113  doc/publican/sources/meson.build
D  +0    -52   egl/meson.build
D  +0    -235  egl/wayland-egl-abi-check.c
D  +0    -67   egl/wayland-egl-backend.h
D  +0    -59   egl/wayland-egl-core.h
D  +0    -51   egl/wayland-egl-symbols-check
D  +0    -118  egl/wayland-egl.c
D  +0    -33   egl/wayland-egl.h
D  +0    -140  meson.build
D  +0    -24   meson_options.txt
D  +0    -2    protocol/.gitignore
D  +0    -153  protocol/generate-shm-formats.py
D  +0    -52   protocol/tests.xml
D  +0    -32   protocol/wayland.dtd
D  +0    -3057 protocol/wayland.xml
D  +0    -78   releasing.txt
D  +0    -2    src/.gitignore
D  +0    -1389 src/connection.c
D  +0    -45   src/embed.py
D  +0    -1090 src/event-loop.c
D  +0    -277  src/meson.build
D  +0    -2085 src/scanner.c
D  +0    -292  src/wayland-client-core.h
D  +0    -2444 src/wayland-client.c
D  +0    -42   src/wayland-client.h
D  +0    -252  src/wayland-os.c
D  +0    -76   src/wayland-os.h
D  +0    -240  src/wayland-private.h
D  +0    -684  src/wayland-server-core.h
D  +0    -53   src/wayland-server-private.h
D  +0    -2418 src/wayland-server.c
D  +0    -106  src/wayland-server.h
D  +0    -706  src/wayland-shm.c
D  +0    -460  src/wayland-util.c
D  +0    -765  src/wayland-util.h
D  +0    -34   src/wayland-version.h.in
D  +0    -157  tests/array-test.c
D  +0    -91   tests/client-test.c
D  +0    -172  tests/compositor-introspection-test.c
D  +0    -861  tests/connection-test.c
D  +0    -5    tests/cpp-compile-test.cpp
D  +0    -10   tests/data/bad-identifier-arg.xml
D  +0    -11   tests/data/bad-identifier-entry.xml
D  +0    -10   tests/data/bad-identifier-enum.xml
D  +0    -8    tests/data/bad-identifier-event.xml
D  +0    -8    tests/data/bad-identifier-interface.xml
D  +0    -8    tests/data/bad-identifier-protocol.xml
D  +0    -10   tests/data/bad-identifier-request.xml
D  +0    -5625 tests/data/example-client.h
D  +0    -507  tests/data/example-code.c
D  +0    -4401 tests/data/example-server.h
D  +0    -2748 tests/data/example.xml
D  +0    -196  tests/data/small-client-core.h
D  +0    -196  tests/data/small-client.h
D  +0    -61   tests/data/small-code-core.c
D  +0    -61   tests/data/small-code.c
D  +0    -71   tests/data/small-private-code.c
D  +0    -157  tests/data/small-server-core.h
D  +0    -157  tests/data/small-server.h
D  +0    -58   tests/data/small.xml
D  +0    -1653 tests/display-test.c
D  +0    -555  tests/event-loop-test.c
D  +0    -78   tests/exec-fd-leak-checker.c
D  +0    -107  tests/fixed-benchmark.c
D  +0    -94   tests/fixed-test.c
D  +0    -41   tests/headers-protocol-core-test.c
D  +0    -34   tests/headers-protocol-test.c
D  +0    -53   tests/headers-test.c
D  +0    -50   tests/interface-test.c
D  +0    -179  tests/list-test.c
D  +0    -137  tests/map-test.c
D  +0    -172  tests/meson.build
D  +0    -92   tests/message-test.c
D  +0    -337  tests/newsignal-test.c
D  +0    -410  tests/os-wrappers-test.c
D  +0    -148  tests/protocol-logger-test.c
D  +0    -137  tests/proxy-test.c
D  +0    -384  tests/queue-test.c
D  +0    -208  tests/resources-test.c
D  +0    -250  tests/sanity-test.c
D  +0    -78   tests/scanner-test.sh
D  +0    -158  tests/signal-test.c
D  +0    -289  tests/socket-test.c
D  +0    -535  tests/test-compositor.c
D  +0    -116  tests/test-compositor.h
D  +0    -164  tests/test-helpers.c
D  +0    -414  tests/test-runner.c
D  +0    -95   tests/test-runner.h
D  +0    -13   wayland-scanner.m4
D  +0    -8    wayland-scanner.mk

https://invent.kde.org/neon/backports-jammy/wayland-jammy/commit/efb312b5f4dad50e5ed5c86486fa997e582dc678


More information about the Neon-commits mailing list