Add missing parts for the creation of the resolution independent multi-image TIFF as disk image background.

This commit is contained in:
Stephan Witt 2022-12-16 16:10:34 +01:00
parent afa75a0738
commit 12e22708aa
2 changed files with 8 additions and 5 deletions

View File

@ -1012,15 +1012,18 @@ EOF
# The image was made with with inkscape and tiffutil from dmg-background.svgz
make_image() {
INKSCAPE=/Applications/Inkscape.app/Contents/MacOS/inkscape
cd "${LyxSourceDir}"/development/MacOSX
${INKSCAPE} --export-type=png -w 560 -o dmg-background.png dmg-background.svgz
${INKSCAPE} --export-type=png -w 1120 -o dmg-background@2x.png dmg-background.svgz
tiffutil -cathidpicheck dmg-background.png dmg-background@2x.png -out dmg-background.tiff
(
cd "${LyxSourceDir}"/development/MacOSX
test -x ${INKSCAPE} && ${INKSCAPE} --export-type=png -w 560 -o dmg-background.png dmg-background.svgz
test -x ${INKSCAPE} && ${INKSCAPE} --export-type=png -w 1120 -o dmg-background@2x.png dmg-background.svgz
tiffutil -cathidpicheck dmg-background.png dmg-background@2x.png -out dmg-background.tiff
)
}
make_dmg() {
cd "${1}"
test -f "${DmgBackground}" || make_image
BGSIZE=$(file "$DmgBackground" | awk -F , '/TIFF/{ print $10 $4 ;}/PNG/{ print $2; }'|sed -e 's/width=//' -e 's/height=//' -e 's/x//')
BG_W=$(echo ${BGSIZE} | awk '{print $1 }')
BG_H=$(echo ${BGSIZE} | awk '{print $2 }')

View File

@ -10,7 +10,7 @@ nodist_bundle_DATA = Info.plist
dist_bin_SCRIPTS = lyxeditor maxima inkscape lilypond lilypond-book
dist_pkgdata_DATA = COPYING LyXapp.icns LyX.icns LyX.sdef dmg-background.png
dist_pkgdata_DATA = COPYING LyXapp.icns LyX.icns LyX.sdef dmg-background.png dmg-background@2x.png dmg-background.svgz
nodist_pkgdata_DATA = lyxrc.dist