| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-15 | wayland-protocols: Add protocols needed by mpv | Michael Forney | |
| This was accidentally omitted from the mpv update commit. | |||
| 2023-03-17 | wayland-protocols: Add viewporter protocol | Michael Forney | |
| 2023-03-17 | wayland-protocols: Update to 1.31 | Michael Forney | |
| 2021-06-26 | wayland-protocols: add text-input protocol | Nihal Jere | |
| 2021-06-06 | wayland-protocols: Update to 1.21 | Michael Forney | |
| 2020-06-05 | Use -isystem to include library headers | Michael Forney | |
| This way, warnings from headers that come from another package (in particular linux-headers) won't show up when they get included. To make sure we still track dependencies, use -MD instead of -MMD. | |||
| 2020-03-01 | wayland-protocols: Update to 1.20 | Michael Forney | |
| 2020-01-29 | wayland-protocols: Generate xdg-decoration server protocol | Michael Forney | |
| 2019-10-26 | mpv: Update to 0.30.0 | Michael Forney | |
| 2019-09-20 | swc: Update to latest git | Michael Forney | |
| 2019-09-19 | Use table to control waylandproto outputs | Michael Forney | |
| 2019-07-29 | wayland-protocols: Update to 1.18 | Michael Forney | |
| 2019-03-19 | Rename rev to ver, and keep track of package versions as well | Michael Forney | |
| 2018-12-23 | wayland-protocols: Update to 1.17 | Michael Forney | |
| 2018-11-03 | wayland-protocols: Remove some leftover references to xdg-shell v5 and v6 | Michael Forney | |
| 2018-11-03 | Update to stable xdg-shell | Michael Forney | |
| Since xdg-shell-unstable-5-protocol.c and xdg-shell-protocol.c define conflicting symbols, this commit updates swc, netsurf, mupdf, and st all at once. | |||
| 2018-08-27 | wayland-protocols: Build stable xdg-shell protocol | Michael Forney | |
| 2018-08-26 | wayland-protocols: Update to 1.16 | Michael Forney | |
| 2018-05-10 | mpv: Update to 0.28.2 | Michael Forney | |
| This removes wayland SHM support for now (to be re-added later after adapting to the new wayland code). | |||
| 2017-12-28 | wayland-protocols: Update to 1.12 | Michael Forney | |
| 2017-09-25 | Rewrite ninja generation scripts in Lua | Michael Forney | |
| 2017-08-04 | wayland-protocols: Update to 1.10 | Michael Forney | |
| 2016-12-13 | Move to flat package hierarchy | Michael Forney | |
| Note to self: never try to move submodules again To migrate your existing submodules (more or less): set -x set -e mkdir .git/modules/pkg for old in */*/src ; do new="pkg/${old#*/}" if ! [ -f "$old/.git" ] || [ "${old%%/*}" = pkg ] ; then continue fi git -C ".git/modules/$old" config core.worktree "../../../../../$new" rmdir "$new" mv "$old" "$new" sed -e "s,$old,$new," "$new/.git" > "$new/.git.tmp" mv "$new/.git.tmp" "$new/.git" mkdir ".git/modules/${new%/src}" mv ".git/modules/$old" ".git/modules/$new" rm "${old%/src}"/*.ninja mv "${old%/src}"/*.tar.{gz,xz,bz2} "${new%/src}/" rmdir "${old%/src}" || true done sed -e 's,^\[submodule "[^/]*/,[submodule "pkg/,' .git/config > .git/config.tmp mv .git/config.tmp .git/config | |||
