Revert: tools: add xkbcli-scaffold-new-layout as helper tool
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 2 Sep 2020 22:30:45 +0000 (08:30 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 3 Sep 2020 08:14:16 +0000 (18:14 +1000)
commit66e7f0da20601c535066f1ceb83a1043db3ad1d0
tree1be01fff282c6cd3d4ed1662f04a69c5dfd11b25
parent4d0d509129e5f80c4a9efe4523fc4b0aea58622b
Revert: tools: add xkbcli-scaffold-new-layout as helper tool

While this tool is useful for users starting with a new keyboard layout, it is a
somewhat bad fit for libxkbcommon. It's the only python tool, we don't even
install it yet (because we're not sure yet what it's supposed to do) and there's
a potential for it to expand into more corner cases.

The only tie it has to libxkbcommon is that it templates the data files that
libxkbcommon reads, but those files are effectively public API.

Let's remove this tool from there and instead move it to a separate git
repository where it can go its own way.

This reverts commit d00cf64dbc586a1052e1f0d0e7f1a48bbff293ec
meson.build
tools/xkbcli-scaffold-new-layout.py [deleted file]