summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-12-15 14:32:56 +0100
committerxengineering <me@xengineering.eu>2024-12-15 14:32:56 +0100
commit5f06362fcae2c218de0a3ad93c0efaaea6d8fd17 (patch)
treeeed70d398cfbdaaf162b80392dea985bb894919e
parent2cb8cb4c3d5bad045d72576655a09ca689286a94 (diff)
downloadgraphics-inkscape-5f06362fcae2c218de0a3ad93c0efaaea6d8fd17.tar
graphics-inkscape-5f06362fcae2c218de0a3ad93c0efaaea6d8fd17.tar.zst
graphics-inkscape-5f06362fcae2c218de0a3ad93c0efaaea6d8fd17.zip
Rename repository to `graphics-inkscape`tests
The old name `art-inkscape` is a bit too strict.
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.md8
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")
diff --git a/README.md b/README.md
index 3e34b06..a822b21 100644
--- a/README.md
+++ b/README.md
@@ -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