modified "exporting" to "exported:"

This commit is contained in:
germedeb 2022-06-13 22:18:16 -03:00
parent 57f3b6f82a
commit d95c8e76f7
8 changed files with 16 additions and 14 deletions

View File

@ -5,7 +5,6 @@ do
if [[ -f "${SVG}" ]]; then
N=$(basename ${SVG} .svg)
echo exporting ${SVG}
parallel ::: \
"inkscape -w 8 -h 8 -o _build/aleta/actions/8/${N}.png ${SVG} >/dev/null 2>&1" \
"inkscape -w 16 -h 16 -o _build/aleta/actions/16/${N}.png ${SVG} >/dev/null 2>&1" \
@ -19,5 +18,7 @@ do
"inkscape -w 256 -h 256 -o _build/aleta/actions/256/${N}.png ${SVG} >/dev/null 2>&1"
mv ${SVG} _build/icons-e/actions/
echo exported: ${SVG}
fi
done

View File

@ -5,7 +5,6 @@ do
if [[ -f "${SVG}" ]]; then
N=$(basename ${SVG} .svg)
echo exporting ${SVG}
parallel ::: \
"inkscape -w 8 -h 8 -o _build/aleta/animations/8/${N}.png ${SVG} >/dev/null 2>&1" \
"inkscape -w 16 -h 16 -o _build/aleta/animations/16/${N}.png ${SVG} >/dev/null 2>&1" \
@ -17,5 +16,7 @@ do
"inkscape -w 128 -h 128 -o _build/aleta/animations/128/${N}.png ${SVG} >/dev/null 2>&1"
mv ${SVG} _build/icons-e/animations/
echo exported: ${SVG}
fi
done

View File

@ -5,8 +5,6 @@ do
if [[ -f "${SVG}" ]]; then
N=$(basename ${SVG} .svg)
echo exporting ${SVG}
parallel ::: \
"inkscape -w 8 -h 8 -o _build/aleta/apps/8/${N}.png ${SVG} >/dev/null 2>&1" \
"inkscape -w 16 -h 16 -o _build/aleta/apps/16/${N}.png ${SVG} >/dev/null 2>&1" \
@ -18,5 +16,7 @@ do
"inkscape -w 128 -h 128 -o _build/aleta/apps/128/${N}.png ${SVG} >/dev/null 2>&1" \
"inkscape -w 256 -h 256 -o _build/aleta/apps/256/${N}.png ${SVG} >/dev/null 2>&1"
mv ${SVG} _build/icons-e/apps/
echo exported: ${SVG}
fi
done

View File

@ -5,8 +5,6 @@ do
if [[ -f "${SVG}" ]]; then
N=$(basename ${SVG} .svg)
echo exporting ${SVG}
parallel ::: \
"inkscape -w 8 -h 8 -o _build/aleta/categories/8/${N}.png ${SVG} >/dev/null 2>&1" \
"inkscape -w 16 -h 16 -o _build/aleta/categories/16/${N}.png ${SVG} >/dev/null 2>&1" \
@ -19,5 +17,7 @@ do
"inkscape -w 128 -h 128 -o _build/aleta/categories/128/${N}.png ${SVG} >/dev/null 2>&1"
mv ${SVG} _build/icons-e/categories/
echo exported: ${SVG}
fi
done

View File

@ -5,8 +5,6 @@ do
if [[ -f "${SVG}" ]]; then
N=$(basename ${SVG} .svg)
echo exporting ${SVG}
parallel ::: \
"inkscape -w 16 -h 16 -o _build/aleta/devices/16/${N}.png ${SVG} >/dev/null 2>&1" \
"inkscape -w 24 -h 24 -o _build/aleta/devices/24/${N}.png ${SVG} >/dev/null 2>&1" \
@ -16,5 +14,7 @@ do
"inkscape -w 96 -h 96 -o _build/aleta/devices/96/${N}.png ${SVG} >/dev/null 2>&1"
mv ${SVG} _build/icons-e/devices/
echo exported: ${SVG}
fi
done

View File

@ -5,8 +5,6 @@ do
if [[ -f "${SVG}" ]]; then
N=$(basename ${SVG} .svg)
echo exporting ${SVG}
parallel ::: \
"inkscape -w 8 -h 8 -o _build/aleta/mimetypes/8/${N}.png ${SVG} >/dev/null 2>&1" \
"inkscape -w 16 -h 16 -o _build/aleta/mimetypes/16/${N}.png ${SVG} >/dev/null 2>&1" \
@ -20,5 +18,7 @@ do
"inkscape -w 256 -h 256 -o _build/aleta/mimetypes/256/${N}.png ${SVG} >/dev/null 2>&1"
mv ${SVG} _build/icons-e/mimetypes/
echo exported: ${SVG}
fi
done

View File

@ -5,8 +5,6 @@ do
if [[ -f "${SVG}" ]]; then
N=$(basename ${SVG} .svg)
echo exporting ${SVG}
parallel ::: \
"inkscape -w 8 -h 8 -o _build/aleta/places/8/${N}.png ${SVG} >/dev/null 2>&1" \
"inkscape -w 16 -h 16 -o _build/aleta/places/16/${N}.png ${SVG} >/dev/null 2>&1" \
@ -19,5 +17,7 @@ do
"inkscape -w 256 -h 256 -o _build/aleta/places/256/${N}.png ${SVG} >/dev/null 2>&1"
mv ${SVG} _build/icons-e/places/
echo exported: ${SVG}
fi
done

View File

@ -5,8 +5,6 @@ do
if [[ -f "${SVG}" ]]; then
N=$(basename ${SVG} .svg)
echo exporting ${SVG}
parallel ::: \
"inkscape -w 8 -h 8 -o _build/aleta/status/8/${N}.png ${SVG} >/dev/null 2>&1" \
"inkscape -w 16 -h 16 -o _build/aleta/status/16/${N}.png ${SVG} >/dev/null 2>&1" \
@ -19,5 +17,7 @@ do
"inkscape -w 256 -h 256 -o _build/aleta/status/256/${N}.png ${SVG} >/dev/null 2>&1"
mv ${SVG} _build/icons-e/status/
echo exported: ${SVG}
fi
done