From 919dd34bd1a2e222fb706116e472466ce7ae2659 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Thu, 6 Oct 2022 23:22:18 +0200 Subject: [PATCH] Add inkscape Open Symbols repo --- .gitmodules | 3 +++ CMakeScripts/ConfigCPack.cmake | 5 +++++ packaging/macos/inkscape.bundle | 1 + share/CMakeLists.txt | 11 +++++++++++ share/symbols/inkscape-open-symbols | 1 + 5 files changed, 21 insertions(+) create mode 160000 share/symbols/inkscape-open-symbols diff --git a/.gitmodules b/.gitmodules index 236652eaf6..b7eedc33bf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "share/themes"] path = share/themes url = https://gitlab.com/inkscape/themes.git +[submodule "share/symbols/inkscape-open-symbols"] + path = share/symbols/inkscape-open-symbols + url = https://github.com/PanderMusubi/inkscape-open-symbols.git diff --git a/CMakeScripts/ConfigCPack.cmake b/CMakeScripts/ConfigCPack.cmake index 003fdc74dd..961ac5cef7 100644 --- a/CMakeScripts/ConfigCPack.cmake +++ b/CMakeScripts/ConfigCPack.cmake @@ -164,6 +164,11 @@ cpack_add_component(themes DESCRIPTION "Inkscape themes (look and feel including icons)" GROUP "group_2_inkscape_data" INSTALL_TYPES full compact) +cpack_add_component(inkscape-open-symbols + DISPLAY_NAME "Inkscape Open Symbols" + DESCRIPTION "Inkscape Open Symbols" + GROUP "group_2_inkscape_data" + INSTALL_TYPES full compact) cpack_add_component(examples DISPLAY_NAME "Examples" DESCRIPTION "Example files created in Inkscape" diff --git a/packaging/macos/inkscape.bundle b/packaging/macos/inkscape.bundle index 892963b97f..3d4bce9749 100644 --- a/packaging/macos/inkscape.bundle +++ b/packaging/macos/inkscape.bundle @@ -168,6 +168,7 @@ in your bundle. --> ${prefix}/share/themes + ${prefix}/share/symbols/inkscape-open-symbols