diff --git a/builder-product.cfg b/builder-product.cfg index 35e96ab..efb1553 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -142,8 +142,8 @@ DL_ARCH[20]="X86_64" DL_EXTRACT_FORMAT[20]="unzip" DL_EXTRACT_TO[20]="Plugin" -DL_FILE[21]="imagineicons.zip" -DL_SOURCE[21]="http://ftp.disconnected-by-peer.at/pub/imagineicons.zip" +DL_FILE[21]="imagineiconsv2.zip" +DL_SOURCE[21]="http://ftp.disconnected-by-peer.at/pub/imagineiconsv2.zip" DL_ARCH[21]="ALL" DL_EXTRACT_FORMAT[21]="unzip" DL_EXTRACT_TO[21]="Template" diff --git a/builder-targets-cb.sh b/builder-targets-cb.sh index eed566f..4d1d33d 100644 --- a/builder-targets-cb.sh +++ b/builder-targets-cb.sh @@ -37,21 +37,21 @@ function create() { type=${typenr/-*/} ### 24bit ############################################################################################################################################# # 256x256 - convert -verbose -size 256x256 xc:transparent -font DejaVu-Sans-Condensed-Bold -pointsize 70 -fill white -draw "gravity south text 0,5 '$type'" $type-256x256-txt.png + convert -verbose -size 256x256 xc:transparent -font DejaVu-Sans-Condensed-Bold -pointsize 68 -fill white -draw "gravity south text 0,5 '$type'" $type-256x256-txt.png composite -verbose -quality 100 -define "png:compression-level=0" $type-256x256-txt.png $INST_DIR/CLIENT_DATA/ALL/Template/icon_imagine_24bit_256x256.png $type-256x256-24bit.png # 180x180 convert -verbose -resize 180x180 -define "png:compression-level=0" $type-256x256-24bit.png $type-180x180-24bit.png # 150x150 convert -verbose -resize 150x150 -define "png:compression-level=0" $type-256x256-24bit.png $type-150x150-24bit.png # 128x128 - convert -verbose -size 128x128 xc:transparent -font DejaVu-Sans-Condensed-Bold -pointsize 37 -fill white -draw "gravity south text 0,2 '$type'" $type-128x128-txt.png + convert -verbose -size 128x128 xc:transparent -font DejaVu-Sans-Condensed-Bold -pointsize 37 -fill white -draw "gravity south text 0,3 '$type'" $type-128x128-txt.png composite -verbose -quality 100 -define "png:compression-level=0" $type-128x128-txt.png $INST_DIR/CLIENT_DATA/ALL/Template/icon_imagine_24bit_128x128.png $type-128x128-24bit.png # 96x96 convert -verbose -resize 96x96 -define "png:compression-level=0" $type-256x256-24bit.png $type-96x96-24bit.png # 72x72 convert -verbose -resize 72x72 -define "png:compression-level=0" $type-256x256-24bit.png $type-72x72-24bit.png # 64x64 - convert -verbose -size 64x64 xc:transparent -font DejaVu-Sans-Condensed-Bold -pointsize 19 -fill white -draw "gravity south text 0,1 '$type'" $type-64x64-txt.png + convert -verbose -size 64x64 xc:transparent -font DejaVu-Sans-Condensed-Bold -pointsize 18 -fill white -draw "gravity south text 0,2 '$type'" $type-64x64-txt.png composite -verbose -quality 100 -define "png:compression-level=0" $type-64x64-txt.png $INST_DIR/CLIENT_DATA/ALL/Template/icon_imagine_24bit_64x64.png $type-64x64-24bit.png # 50x50 convert -verbose -resize 50x50 -define "png:compression-level=0" $type-64x64-24bit.png $type-50x50-24bit.png @@ -67,9 +67,9 @@ function create() { # 24x24 convert -verbose -resize 24x24 -define "png:compression-level=0" $type-48x48-24bit.png $type-24x24-24bit.png # 16x16 - #convert -verbose -size 16x16 xc:transparent -font DejaVu-Sans-Condensed-Bold -pointsize 7 -fill white -draw "gravity south text 0,0 '$type'" $type-16x16-txt.png - #composite -verbose -quality 100 -define "png:compression-level=0" $type-16x16-txt.png $INST_DIR/CLIENT_DATA/ALL/Template/icon_imagine_24bit_16x16.png $type-16x16.png - convert -verbose -resize 16x16 -define "png:compression-level=0" $type-48x48-24bit.png $type-16x16-24bit.png + convert -verbose -size 16x16 xc:transparent -font DejaVu-Sans-Condensed-Bold -pointsize 5 -fill white -draw "gravity south text 0,1 '$type'" $type-16x16-txt.png + composite -verbose -quality 100 -define "png:compression-level=0" $type-16x16-txt.png $INST_DIR/CLIENT_DATA/ALL/Template/icon_imagine_24bit_16x16.png $type-16x16-24bit.png + #convert -verbose -resize 16x16 -define "png:compression-level=0" $type-48x48-24bit.png $type-16x16-24bit.png #### 8bit ############################################################################################################################################# # 256x256 diff --git a/imagineicons.zip.sha1sum b/imagineicons.zip.sha1sum deleted file mode 100644 index 2998718..0000000 --- a/imagineicons.zip.sha1sum +++ /dev/null @@ -1 +0,0 @@ -07fd539fc81b08447374e4b88c5a0c21f06c3b74 /home/mario/.opsi-dist-cache/nyam.imagine-1.0.9/ALL/imagineicons.zip diff --git a/imagineiconsv2.zip.sha1sum b/imagineiconsv2.zip.sha1sum new file mode 100644 index 0000000..5fd8df7 --- /dev/null +++ b/imagineiconsv2.zip.sha1sum @@ -0,0 +1 @@ +d7fcaf723f458137794926607c07571eda0d4639 /home/mario/.opsi-dist-cache/nyam.imagine-1.0.9/ALL/imagineiconsv2.zip