mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
apps/tests : Fix IconsRoot path on gimp-data era
This commit is contained in:
parent
72cb81f6a7
commit
941fc0000b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ for dir in files gimpdir gimpdir-empty; do
|
||||||
done
|
done
|
||||||
|
|
||||||
# Link to Color icon theme for tests
|
# Link to Color icon theme for tests
|
||||||
IconsRoot="${MESON_SOURCE_ROOT}/icons/Color"
|
IconsRoot="${MESON_SOURCE_ROOT}/gimp-data/icons/Default"
|
||||||
IconsDirs=$(find "${IconsRoot}" -name [0-9]* -type d -printf '%f\n' | sort -n)
|
IconsDirs=$(find "${IconsRoot}" -name [0-9]* -type d -printf '%f\n' | sort -n)
|
||||||
for dir in ${IconsDirs} ; do
|
for dir in ${IconsDirs} ; do
|
||||||
mkdir "${MESON_BUILD_ROOT}/${MESON_SUBDIR}/gimp-test-icon-theme/hicolor/${dir}x${dir}" -p
|
mkdir "${MESON_BUILD_ROOT}/${MESON_SUBDIR}/gimp-test-icon-theme/hicolor/${dir}x${dir}" -p
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue