#!/usr/bin/env bash # # SPDX-FileCopyrightText: 2021 René de Hesselle # # SPDX-License-Identifier: GPL-2.0-or-later ### description ################################################################ # Install remaining Inkscape dependencies, i.e. everything besides the GTK3 # stack. ### shellcheck ################################################################# # Nothing here. ### dependencies ############################################################### source "$(dirname "${BASH_SOURCE[0]}")"/jhb/etc/jhb.conf.sh source "$(dirname "${BASH_SOURCE[0]}")"/src/ink.sh ### variables ################################################################## # Nothing here. ### functions ################################################################## # Nothing here. ### main ####################################################################### #------------------------------------------------------ dependencies besides GTK jhb build meta-inkscape-dependencies #------------------------------------------------- run time dependencies: Python # Download custom Python runtime. ink_download_python # Build Python wheels and save them to our package cache. ink_build_wheels