From 124b2082505c91d4f202a42e92820e3d824b3057 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 27 Sep 2020 19:15:15 +0100 Subject: [PATCH] Provide metadata for edited Signed-off-by: Ian Jackson --- library/edited.toml | 14 ++++++++++++++ library/edited/files.make | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 library/edited.toml create mode 100644 library/edited/files.make diff --git a/library/edited.toml b/library/edited.toml new file mode 100644 index 00000000..3c0b8863 --- /dev/null +++ b/library/edited.toml @@ -0,0 +1,14 @@ +# Copyright 2020 Ian Jackson +# SPDX-License-Identifier: AGPL-3.0-or-later OR CC-BY-SA-3.0 +# There is NO WARRANTY. + +[scraper] +method = "none" + +[group.chess-board] +size = [242, 246] +centre = [121, 123] +scale = 1.0 +files = """ +chess-board Chess_board_blank the chessboard +""" diff --git a/library/edited/files.make b/library/edited/files.make new file mode 100644 index 00000000..7cafeed3 --- /dev/null +++ b/library/edited/files.make @@ -0,0 +1,3 @@ +LIBRARY_FILES += library/edited/chess-board.usvg +library/edited/chess-board.usvg: library/edited/chess-board.svg library/edited/LICENCE + $(LIBRARY_PROCESS_SVG) -- 2.30.2