diff options
author | xengineering <me@xengineering.eu> | 2024-12-15 14:32:56 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-12-15 14:32:56 +0100 |
commit | 5f06362fcae2c218de0a3ad93c0efaaea6d8fd17 (patch) | |
tree | eed70d398cfbdaaf162b80392dea985bb894919e | |
parent | 2cb8cb4c3d5bad045d72576655a09ca689286a94 (diff) | |
download | graphics-inkscape-tests.tar graphics-inkscape-tests.tar.zst graphics-inkscape-tests.zip |
Rename repository to `graphics-inkscape`tests
The old name `art-inkscape` is a bit too strict.
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | README.md | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9cabea4..15a3455 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) -project(art-inkscape LANGUAGES NONE) +project(graphics-inkscape LANGUAGES NONE) file(GLOB icon_files "${CMAKE_CURRENT_SOURCE_DIR}/icons/*.svg") @@ -1,6 +1,6 @@ -# art-inkscape +# graphics-inkscape -This repository contains Inkscape files with art to be included in other +This repository contains Inkscape files with graphics to be included in other projects. ## Licensing @@ -9,8 +9,8 @@ This repository uses two different licenses. The corresponding license of a file is indicated by the `LICENSE.txt` file in the same folder or a parent folder. -This allows to select different licenses for the actual art and the related -build system code. +This allows to select different licenses for the actual graphics and the +related build system code. ## Build dependencies |