void-artwork: update to 20220303.

Adds an svg version of the logo, a script to generate icons from it,
and generated icon files for the logo (with and without the VOID text)
at various sizes, which are installed to the hicolor (fallback) icon
theme.

The logo files are pre-generated to avoid makedep on librsvg-utils,
and they are small enough and change so rarely that it is not a big
deal to include them in git.

The source svg is slightly different than the one on alpha.de; it has
a small white border added to help with legibility on dark backgrounds.

This is a follow-up to #35604
This commit is contained in:
classabbyamp 2022-03-03 02:20:38 -05:00 committed by Leah Neukirchen
parent 4f9e0bb713
commit f578bc2984
21 changed files with 130 additions and 3 deletions

View file

@ -0,0 +1,29 @@
#!/bin/bash
# regenerates the files in icons/ from void-logo.svg
# run with ./generate-icons.sh
# only needed when the logo changes
if ! command -v rsvg-convert >/dev/null; then
echo "Please install librsvg-utils"
exit 1
fi
[ -d "./icons" ] && rm -r ./icons
mkdir ./icons
RESOLUTIONS="16 22 32 48 64 128 256 512"
for res in $RESOLUTIONS; do
# at low resolutions, the text is too small to read, so the text is left out
if [ "$res" -lt 64 ]; then
rsvg-convert void-logo.svg --keep-aspect-ratio --width $res -i circlearcs -o ./icons/void-logo-$res.png
else
rsvg-convert void-logo.svg --keep-aspect-ratio --width $res -o ./icons/void-logo-$res.png
fi
rsvg-convert void-logo.svg --keep-aspect-ratio --width $res -i circlearcs -o ./icons/void-logo-notext-$res.png
done
# scalable
rsvg-convert void-logo.svg --format svg -o ./icons/void-logo.svg
rsvg-convert void-logo.svg --format svg -i circlearcs -o ./icons/void-logo-notext.svg

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 932 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 932 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="210.46875" height="210.46875" viewBox="0 0 210.46875 210.46875" version="1.1">
<g id="surface2">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(67.058825%,76.078433%,67.058825%);fill-opacity:1;" d="M 105.234375 0 C 83.203125 0.046875 61.742188 7.007812 43.875 19.898438 L 67.777344 43.804688 C 79.054688 36.902344 92.015625 33.242188 105.234375 33.21875 C 145.007812 33.21875 177.25 65.460938 177.25 105.234375 C 177.21875 118.449219 173.550781 131.402344 166.648438 142.671875 L 190.597656 166.621094 C 203.484375 148.742188 210.4375 127.273438 210.46875 105.234375 C 210.46875 47.117188 163.355469 0 105.234375 0 Z M 105.234375 0 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(27.843139%,50.196081%,38.039216%);fill-opacity:1;" d="M 166.59375 190.570312 L 142.691406 166.667969 C 131.414062 173.566406 118.457031 177.226562 105.234375 177.25 C 65.464844 177.25 33.222656 145.007812 33.222656 105.234375 C 33.253906 92.019531 36.921875 79.066406 43.824219 67.796875 L 19.875 43.851562 C 6.984375 61.726562 0.0351562 83.195312 0 105.234375 C 0 163.355469 47.117188 210.46875 105.234375 210.46875 C 127.265625 210.421875 148.730469 203.460938 166.59375 190.570312 Z M 166.59375 190.570312 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(67.058825%,76.078433%,67.058825%);fill-opacity:1;" d="M 138.722656 105.234375 C 138.722656 123.738281 123.722656 138.738281 105.21875 138.738281 C 86.714844 138.738281 71.714844 123.738281 71.714844 105.234375 C 71.714844 86.730469 86.714844 71.730469 105.21875 71.730469 C 123.722656 71.730469 138.722656 86.730469 138.722656 105.234375 Z M 138.722656 105.234375 "/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256" viewBox="0 0 256 256" version="1.1">
<g id="surface1">
<path style="fill-rule:nonzero;fill:rgb(67.058825%,76.078433%,67.058825%);fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:4;" d="M 128.01879 0.000438608 C 105.983867 0.0479021 84.522461 7.009213 66.656415 19.899504 L 90.56219 43.801324 C 101.838723 36.903298 114.796254 33.244654 128.01879 33.220922 C 167.789234 33.220922 200.032761 65.464449 200.032761 105.234894 C 200.001119 118.449519 196.330609 131.403095 189.428628 142.671717 L 213.377911 166.621 C 226.268202 148.743088 233.217647 127.273772 233.253245 105.234894 C 233.253245 47.115857 186.137826 0.000438608 128.01879 0.000438608 Z M 128.01879 0.000438608 " transform="matrix(0.987601,0,0,0.987601,1.60363,24.069879)"/>
<path style="fill-rule:nonzero;fill:rgb(27.843139%,50.196081%,38.039216%);fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:4;" d="M 189.377209 190.570283 L 165.471434 166.668464 C 154.194901 173.56649 141.23737 177.225134 128.01879 177.248865 C 88.24439 177.248865 56.000863 145.005338 56.000863 105.234894 C 56.032505 92.020269 59.703014 79.066693 66.604996 67.798071 L 42.655713 43.848787 C 29.765422 61.7267 22.815977 83.196016 22.780379 105.234894 C 22.780379 163.35393 69.895798 210.469349 128.01879 210.469349 C 150.049757 210.421886 171.511162 203.460575 189.377209 190.570283 Z M 189.377209 190.570283 " transform="matrix(0.987601,0,0,0.987601,1.60363,24.069879)"/>
<path style="fill-rule:nonzero;fill:rgb(67.058825%,76.078433%,67.058825%);fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:4;" d="M 161.504278 105.234894 C 161.504278 123.737742 146.501861 138.740158 127.999013 138.740158 C 109.496165 138.740158 94.497704 123.737742 94.497704 105.234894 C 94.497704 86.732046 109.496165 71.729629 127.999013 71.729629 C 146.501861 71.729629 161.504278 86.732046 161.504278 105.234894 Z M 161.504278 105.234894 " transform="matrix(0.987601,0,0,0.987601,1.60363,24.069879)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:4;" d="M 30.592077 124.809626 C 29.445043 125.628371 28.400847 126.039721 27.455532 126.039721 L 23.397404 126.039721 C 22.823887 126.039721 22.372984 125.936884 22.04865 125.731208 C 21.720361 125.529489 21.451401 125.220976 21.245726 124.809626 L 0.468586 86.202037 C 0.385525 86.122931 0.345972 86.020093 0.345972 85.897479 L 0.345972 85.525682 C 0.345972 85.118287 0.488363 84.789998 0.777099 84.54477 C 1.105388 84.256034 1.61562 84.113643 2.311751 84.113643 L 27.578146 84.113643 C 28.930856 84.113643 29.812885 84.521038 30.224235 85.343739 L 43.011689 109.993108 L 78.850575 85.343739 C 80.041118 84.521038 81.290989 84.113643 82.60019 84.113643 L 86.595034 84.113643 C 87.128998 84.113643 87.397958 84.339095 87.397958 84.789998 C 87.397958 85.15784 87.069668 85.608743 86.41309 86.142707 Z M 30.592077 124.809626 " transform="matrix(0.987601,0,0,0.987601,1.60363,24.069879)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:4;" d="M 86.353761 126.039721 C 84.221859 126.039721 82.335186 125.711432 80.697696 125.054854 C 79.05625 124.358723 77.683764 123.417364 76.576283 122.226821 C 75.472757 121.040234 74.63028 119.647972 74.056763 118.046079 C 73.483246 116.408589 73.198465 114.64453 73.198465 112.761811 C 73.198465 110.341174 73.60586 107.964044 74.42856 105.630423 C 75.247306 103.292846 76.374563 101.058107 77.806378 98.930161 C 79.281702 96.798259 81.006208 94.828525 82.971988 93.028868 C 84.981275 91.225255 87.15273 89.666871 89.490306 88.353715 C 91.86348 87.044513 94.367179 86.020093 96.989537 85.280454 C 99.611894 84.501262 102.297536 84.113643 105.042508 84.113643 L 135.165999 84.113643 C 137.337454 84.113643 139.243904 84.441932 140.881394 85.098511 C 142.562392 85.751134 143.954654 86.672716 145.062136 87.863259 C 146.169617 89.010293 147.008139 90.382779 147.581656 91.980716 C 148.159128 93.578653 148.443909 95.322936 148.443909 97.205654 C 148.443909 99.626292 148.012782 102.023198 147.154484 104.400328 C 146.331784 106.737904 145.18475 108.968688 143.709426 111.100589 C 142.234103 113.232491 140.493775 115.222002 138.484488 117.065167 C 136.4752 118.86878 134.283969 120.446941 131.90684 121.79965 C 129.52971 123.108851 127.029967 124.153048 124.407609 124.93224 C 121.785252 125.671879 119.139163 126.039721 116.477252 126.039721 Z M 123.363413 100.89594 C 124.716122 98.028355 125.392477 95.876677 125.392477 94.440906 C 125.392477 93.254319 124.96135 92.431619 124.099097 91.980716 C 123.280352 91.529813 122.050256 91.304361 120.412766 91.304361 L 112.051282 91.304361 C 110.86074 91.304361 109.753259 91.470483 108.728838 91.798772 C 107.747926 92.083553 106.826344 92.597741 105.964091 93.333425 C 105.101837 94.073064 104.263316 95.053976 103.444571 96.284072 C 102.665378 97.514167 101.86641 99.052775 101.047665 100.89594 L 98.093063 107.596202 C 96.538634 111.080813 95.759441 113.70317 95.759441 115.46723 C 95.759441 116.653817 96.107507 117.51607 96.803638 118.046079 C 97.499769 118.540491 98.504413 118.785719 99.817569 118.785719 L 108.238382 118.785719 C 109.508031 118.785719 110.678797 118.59982 111.74277 118.231978 C 112.806743 117.820628 113.831163 117.187781 114.81603 116.325528 C 115.800898 115.46723 116.742257 114.320196 117.644063 112.884425 C 118.545869 111.448655 119.467452 109.688551 120.412766 107.596202 Z M 123.363413 100.89594 " transform="matrix(0.987601,0,0,0.987601,1.60363,24.069879)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:4;" d="M 144.120777 126.039721 C 143.385093 126.039721 143.017251 125.794493 143.017251 125.304037 C 143.017251 125.054854 143.07658 124.750296 143.199194 124.378499 L 160.475902 85.711581 C 160.966358 84.647608 161.74555 84.113643 162.813479 84.113643 L 183.958461 84.113643 C 184.737653 84.113643 185.129227 84.378648 185.129227 84.912612 C 185.129227 85.15784 185.046166 85.422844 184.880044 85.711581 L 167.66662 124.378499 C 167.176164 125.48598 166.396972 126.039721 165.332999 126.039721 Z M 144.120777 126.039721 " transform="matrix(0.987601,0,0,0.987601,1.60363,24.069879)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:4;" d="M 174.347105 126.039721 C 173.611421 126.039721 173.243579 125.794493 173.243579 125.304037 C 173.243579 125.054854 173.302909 124.750296 173.425523 124.378499 L 190.702231 85.711581 C 191.192687 84.647608 191.971879 84.113643 193.035852 84.113643 L 242.465116 84.113643 C 244.597017 84.113643 246.479736 84.441932 248.121181 85.098511 C 249.758671 85.751134 251.131157 86.672716 252.238638 87.863259 C 253.34612 89.010293 254.184641 90.382779 254.762114 91.980716 C 255.335631 93.578653 255.620412 95.322936 255.620412 97.205654 C 255.620412 99.709353 255.189285 102.165589 254.330987 104.586226 C 253.468734 106.963356 252.282147 109.213916 250.763315 111.345817 C 249.287992 113.477719 247.527888 115.443498 245.479047 117.247111 C 243.46976 119.050723 241.274574 120.609107 238.897444 121.922264 C 236.563823 123.191912 234.103632 124.196556 231.520828 124.93224 C 228.941978 125.671879 226.359174 126.039721 223.776369 126.039721 Z M 227.834497 100.89594 C 229.143698 97.945294 229.800276 95.793616 229.800276 94.440906 C 229.800276 93.254319 229.392881 92.431619 228.570181 91.980716 C 227.751436 91.529813 226.564849 91.304361 225.006464 91.304361 L 212.527523 91.304361 L 200.35314 118.785719 L 212.772751 118.785719 C 214.002847 118.785719 215.149881 118.59982 216.213854 118.231978 C 217.281782 117.820628 218.282471 117.187781 219.227785 116.325528 C 220.208697 115.423722 221.154012 114.276688 222.055818 112.884425 C 222.997177 111.448655 223.938536 109.688551 224.88385 107.596202 Z M 227.834497 100.89594 " transform="matrix(0.987601,0,0,0.987601,1.60363,24.069879)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(67.058825%,76.078433%,67.058825%);fill-opacity:1;" d="M 128.035156 24.070312 C 106.273438 24.117188 85.078125 30.992188 67.433594 43.722656 L 91.042969 67.328125 C 102.179688 60.515625 114.976562 56.902344 128.035156 56.878906 C 167.3125 56.878906 199.15625 88.722656 199.15625 128 C 199.125 141.050781 195.5 153.84375 188.683594 164.972656 L 212.335938 188.625 C 225.066406 170.96875 231.929688 149.765625 231.964844 128 C 231.964844 70.601562 185.433594 24.070312 128.035156 24.070312 Z M 128.035156 24.070312 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(27.843139%,50.196081%,38.039216%);fill-opacity:1;" d="M 188.632812 212.277344 L 165.023438 188.671875 C 153.886719 195.484375 141.089844 199.097656 128.035156 199.121094 C 88.753906 199.121094 56.910156 167.277344 56.910156 128 C 56.941406 114.949219 60.566406 102.15625 67.382812 91.027344 L 43.730469 67.375 C 31 85.03125 24.136719 106.234375 24.101562 128 C 24.101562 185.398438 70.632812 231.929688 128.035156 231.929688 C 149.792969 231.882812 170.988281 225.007812 188.632812 212.277344 Z M 188.632812 212.277344 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(67.058825%,76.078433%,67.058825%);fill-opacity:1;" d="M 161.105469 128 C 161.105469 146.273438 146.289062 161.089844 128.015625 161.089844 C 109.742188 161.089844 94.929688 146.273438 94.929688 128 C 94.929688 109.726562 109.742188 94.910156 128.015625 94.910156 C 146.289062 94.910156 161.105469 109.726562 161.105469 128 Z M 161.105469 128 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 31.816406 147.332031 C 30.683594 148.140625 29.652344 148.546875 28.71875 148.546875 L 24.710938 148.546875 C 24.144531 148.546875 23.699219 148.445312 23.378906 148.242188 C 23.054688 148.042969 22.789062 147.738281 22.585938 147.332031 L 2.066406 109.203125 C 1.984375 109.125 1.945312 109.023438 1.945312 108.902344 L 1.945312 108.535156 C 1.945312 108.132812 2.085938 107.808594 2.371094 107.566406 C 2.695312 107.28125 3.199219 107.140625 3.886719 107.140625 L 28.839844 107.140625 C 30.175781 107.140625 31.046875 107.542969 31.453125 108.355469 L 44.082031 132.699219 L 79.476562 108.355469 C 80.652344 107.542969 81.886719 107.140625 83.179688 107.140625 L 87.125 107.140625 C 87.652344 107.140625 87.917969 107.363281 87.917969 107.808594 C 87.917969 108.171875 87.59375 108.617188 86.945312 109.144531 Z M 31.816406 147.332031 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 86.886719 148.546875 C 84.78125 148.546875 82.917969 148.222656 81.300781 147.574219 C 79.679688 146.886719 78.324219 145.957031 77.230469 144.78125 C 76.140625 143.609375 75.308594 142.234375 74.742188 140.652344 C 74.175781 139.035156 73.894531 137.292969 73.894531 135.433594 C 73.894531 133.042969 74.296875 130.695312 75.109375 128.390625 C 75.917969 126.082031 77.03125 123.875 78.445312 121.773438 C 79.902344 119.667969 81.605469 117.722656 83.546875 115.945312 C 85.53125 114.164062 87.675781 112.625 89.984375 111.328125 C 92.328125 110.035156 94.800781 109.023438 97.390625 108.292969 C 99.980469 107.523438 102.632812 107.140625 105.34375 107.140625 L 135.09375 107.140625 C 137.238281 107.140625 139.121094 107.464844 140.738281 108.113281 C 142.398438 108.757812 143.773438 109.667969 144.867188 110.84375 C 145.960938 111.976562 146.789062 113.332031 147.355469 114.910156 C 147.925781 116.488281 148.207031 118.210938 148.207031 120.070312 C 148.207031 122.460938 147.78125 124.828125 146.933594 127.175781 C 146.121094 129.484375 144.988281 131.6875 143.53125 133.792969 C 142.074219 135.898438 140.355469 137.863281 138.371094 139.683594 C 136.386719 141.464844 134.222656 143.023438 131.875 144.359375 C 129.527344 145.652344 127.058594 146.683594 124.46875 147.453125 C 121.878906 148.183594 119.265625 148.546875 116.636719 148.546875 Z M 123.4375 123.714844 C 124.773438 120.882812 125.441406 118.757812 125.441406 117.339844 C 125.441406 116.167969 125.015625 115.355469 124.164062 114.910156 C 123.355469 114.464844 122.140625 114.242188 120.523438 114.242188 L 112.265625 114.242188 C 111.089844 114.242188 109.996094 114.40625 108.984375 114.730469 C 108.015625 115.011719 107.105469 115.519531 106.253906 116.246094 C 105.402344 116.976562 104.574219 117.945312 103.765625 119.160156 C 102.996094 120.375 102.207031 121.894531 101.398438 123.714844 L 98.480469 130.332031 C 96.945312 133.773438 96.175781 136.363281 96.175781 138.105469 C 96.175781 139.277344 96.519531 140.128906 97.207031 140.652344 C 97.894531 141.140625 98.886719 141.382812 100.183594 141.382812 L 108.5 141.382812 C 109.753906 141.382812 110.910156 141.199219 111.960938 140.835938 C 113.011719 140.429688 114.023438 139.804688 114.996094 138.953125 C 115.96875 138.105469 116.898438 136.972656 117.789062 135.554688 C 118.679688 134.136719 119.589844 132.398438 120.523438 130.332031 Z M 123.4375 123.714844 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 143.9375 148.546875 C 143.210938 148.546875 142.847656 148.304688 142.847656 147.820312 C 142.847656 147.574219 142.90625 147.273438 143.027344 146.90625 L 160.089844 108.71875 C 160.574219 107.667969 161.34375 107.140625 162.398438 107.140625 L 183.28125 107.140625 C 184.050781 107.140625 184.4375 107.402344 184.4375 107.929688 C 184.4375 108.171875 184.355469 108.433594 184.191406 108.71875 L 167.191406 146.90625 C 166.707031 148 165.9375 148.546875 164.886719 148.546875 Z M 143.9375 148.546875 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 173.789062 148.546875 C 173.0625 148.546875 172.699219 148.304688 172.699219 147.820312 C 172.699219 147.574219 172.757812 147.273438 172.878906 146.90625 L 189.941406 108.71875 C 190.425781 107.667969 191.195312 107.140625 192.246094 107.140625 L 241.0625 107.140625 C 243.167969 107.140625 245.027344 107.464844 246.648438 108.113281 C 248.265625 108.757812 249.621094 109.667969 250.714844 110.84375 C 251.808594 111.976562 252.636719 113.332031 253.207031 114.910156 C 253.773438 116.488281 254.054688 118.210938 254.054688 120.070312 C 254.054688 122.542969 253.628906 124.96875 252.78125 127.359375 C 251.929688 129.707031 250.757812 131.929688 249.257812 134.035156 C 247.800781 136.140625 246.0625 138.082031 244.039062 139.863281 C 242.054688 141.644531 239.886719 143.183594 237.539062 144.480469 C 235.234375 145.734375 232.804688 146.726562 230.253906 147.453125 C 227.707031 148.183594 225.15625 148.546875 222.605469 148.546875 Z M 226.613281 123.714844 C 227.90625 120.800781 228.554688 118.675781 228.554688 117.339844 C 228.554688 116.167969 228.152344 115.355469 227.339844 114.910156 C 226.53125 114.464844 225.359375 114.242188 223.820312 114.242188 L 211.496094 114.242188 L 199.472656 141.382812 L 211.738281 141.382812 C 212.953125 141.382812 214.085938 141.199219 215.136719 140.835938 C 216.191406 140.429688 217.179688 139.804688 218.113281 138.953125 C 219.082031 138.0625 220.015625 136.929688 220.90625 135.554688 C 221.835938 134.136719 222.765625 132.398438 223.699219 130.332031 Z M 226.613281 123.714844 "/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="256"
height="256"
viewBox="0 0 252.06154 252.06153"
version="1.1"
preserveAspectRatio="xMidYMid"
id="voidlogo"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs />
<use
x="0"
y="0"
xlink:href="#logo"
id="border"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:4.0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
width="100%"
height="100%" />
<g
id="logo"
transform="matrix(0.97240747,0,0,0.97240747,1.5789588,23.699565)"
style="display:inline">
<g
id="circlearcs"
style="display:inline">
<path
id="toparc"
fill="#abc2ab"
d="M 128.01682,0 C 105.98494,0.04678314 84.523372,7.0072685 66.657757,19.900168 l 23.902685,23.902684 c 11.277448,-6.898594 24.236288,-10.559734 37.456378,-10.582214 39.77241,-7.9e-5 72.01434,32.241846 72.01426,72.014262 -0.0318,13.21538 -3.69956,26.16719 -10.60151,37.43708 l 23.94799,23.94799 c 12.8888,-17.87595 19.8404,-39.34715 19.87417,-61.38507 C 233.25173,47.115274 186.13644,0 128.01682,0 Z" />
<path
id="bottomarc"
fill="#478061"
d="m 189.37588,190.56963 -23.90269,-23.90268 c -11.27745,6.89859 -24.23629,10.55974 -37.45637,10.58221 -39.772417,8e-5 -72.014343,-32.24185 -72.014264,-72.01426 0.03183,-13.215382 3.699547,-26.167196 10.60151,-37.437081 L 42.656067,43.849832 C 29.76725,61.725769 22.815686,83.196977 22.781918,105.2349 c 0,58.11962 47.115274,105.2349 105.234902,105.2349 22.03188,-0.0468 43.49344,-7.00726 61.35906,-19.90017 z" />
<circle
id="circle"
fill="#abc2ab"
cx="128"
cy="105.2349"
r="33.503357" />
</g>
<g
id="letters"
style="display:inline">
<path
id="letterv"
fill="#000000"
d="m 30.591915,124.81039 c -1.147564,0.81968 -2.192665,1.22952 -3.135303,1.22952 h -4.057453 c -0.573782,0 -1.024609,-0.10245 -1.352481,-0.30737 -0.327871,-0.20493 -0.59427,-0.51231 -0.799195,-0.92215 L 0.46842244,86.203138 C 0.38645233,86.121168 0.34546728,86.01871 0.34546728,85.895763 v -0.368865 c 0,-0.409842 0.14344762,-0.737718 0.43034287,-0.983628 C 1.1036817,84.256383 1.615986,84.11294 2.3127229,84.11294 H 27.579567 c 1.35248,0 2.233641,0.409841 2.643482,1.229525 L 43.010172,109.99455 78.85096,85.342465 c 1.188548,-0.819684 2.438574,-1.229525 3.750078,-1.229525 h 3.995963 c 0.532806,0 0.799208,0.225413 0.799208,0.67624 0,0.368856 -0.327871,0.819683 -0.983614,1.35248 z" />
<path
id="lettero"
fill="#000000"
d="m 86.35303,126.03991 c -2.131187,0 -4.016463,-0.32787 -5.65583,-0.98362 -1.639384,-0.69673 -3.012366,-1.63937 -4.118944,-2.82792 -1.106579,-1.18855 -1.946755,-2.58201 -2.520528,-4.18039 -0.573773,-1.63938 -0.860659,-3.40171 -0.860659,-5.287 0,-2.41807 0.409842,-4.79516 1.229525,-7.13126 0.819683,-2.33611 1.946754,-4.56976 3.381213,-6.70095 1.475427,-2.131187 3.196763,-4.098434 5.16401,-5.901741 2.008232,-1.803315 4.180404,-3.360721 6.516517,-4.672216 2.377097,-1.311495 4.877141,-2.336103 7.500131,-3.073825 2.623008,-0.778698 5.307485,-1.168047 8.053425,-1.168047 h 30.12348 c 2.17218,0 4.07795,0.327871 5.71734,0.983614 1.68035,0.655752 3.07381,1.577903 4.18039,2.766451 1.10658,1.147555 1.94676,2.520527 2.52053,4.118918 0.57379,1.59839 0.86069,3.340224 0.86069,5.2255 0,2.418083 -0.43034,4.815666 -1.29101,7.192756 -0.8197,2.33611 -1.96726,4.56976 -3.44269,6.70094 -1.47544,2.13118 -3.21728,4.11893 -5.22551,5.96323 -2.00823,1.80331 -4.2009,3.3812 -6.57799,4.73368 -2.37708,1.3115 -4.87713,2.35661 -7.50013,3.13531 -2.62299,0.73772 -5.26649,1.10657 -7.93048,1.10657 z m 37.00886,-25.1439 c 1.35249,-2.868898 2.02874,-5.020573 2.02874,-6.455023 0,-1.188549 -0.43035,-2.008237 -1.29103,-2.459063 -0.81969,-0.450827 -2.04921,-0.67624 -3.68858,-0.67624 h -8.36081 c -1.18854,0 -2.29512,0.163935 -3.31974,0.491807 -0.98363,0.286895 -1.90577,0.7992 -2.76644,1.536913 -0.86067,0.737722 -1.70084,1.72135 -2.52053,2.950883 -0.77869,1.229526 -1.57788,2.766434 -2.39757,4.610723 l -2.950895,6.70095 c -1.557397,3.48367 -2.336095,6.10667 -2.336095,7.869 0,1.18854 0.348364,2.04921 1.045092,2.582 0.696746,0.49181 1.700862,0.73772 3.012348,0.73772 h 8.42229 c 1.27052,0 2.43858,-0.18443 3.50417,-0.55328 1.0656,-0.40985 2.09021,-1.04511 3.07383,-1.90578 0.98362,-0.86067 1.92626,-2.00823 2.82791,-3.44268 0.90166,-1.43445 1.8238,-3.19678 2.76644,-5.28698 z" />
<path
id="letteri"
fill="#000000"
d="m 144.12269,126.03991 c -0.73771,0 -1.10657,-0.2459 -1.10657,-0.73771 0,-0.2459 0.0615,-0.55329 0.18444,-0.92215 l 17.27487,-38.668719 c 0.49183,-1.065594 1.27053,-1.59839 2.33613,-1.59839 h 21.14791 c 0.7787,0 1.16805,0.266394 1.16805,0.799182 0,0.24591 -0.082,0.512313 -0.24589,0.799208 L 167.6682,124.38005 c -0.49182,1.10658 -1.27052,1.65986 -2.33612,1.65986 z" />
<path
id="letterd"
fill="#000000"
d="m 174.34897,126.03991 c -0.73772,0 -1.10657,-0.2459 -1.10657,-0.73771 0,-0.2459 0.0615,-0.55329 0.18443,-0.92215 l 17.27488,-38.668719 c 0.49182,-1.065594 1.27053,-1.59839 2.33612,-1.59839 h 49.42712 c 2.13119,0 4.01646,0.327871 5.65583,0.983614 1.63937,0.655752 3.01234,1.577903 4.11892,2.766451 1.10657,1.147555 1.94676,2.520527 2.52055,4.118918 0.57377,1.59839 0.86066,3.340224 0.86066,5.2255 0,2.500053 -0.43033,4.959116 -1.291,7.377186 -0.86067,2.37709 -2.04922,4.63123 -3.56565,6.76242 -1.47543,2.13118 -3.23775,4.09843 -5.28696,5.90174 -2.00824,1.80331 -4.2009,3.36072 -6.578,4.67221 -2.33611,1.27052 -4.79517,2.27464 -7.37717,3.01235 -2.58203,0.73772 -5.16404,1.10658 -7.74605,1.10658 z m 53.48456,-25.1439 c 1.3115,-2.950868 1.96725,-5.102543 1.96725,-6.455023 0,-1.188549 -0.40984,-2.008237 -1.22952,-2.459063 -0.81969,-0.450827 -2.00824,-0.67624 -3.56565,-0.67624 h -12.47973 l -12.17235,27.479996 h 12.41826 c 1.22953,0 2.37709,-0.18443 3.44269,-0.55328 1.06559,-0.40985 2.06971,-1.0451 3.01234,-1.90578 0.98363,-0.90166 1.92627,-2.04921 2.82792,-3.44268 0.94264,-1.43445 1.88528,-3.19678 2.82791,-5.28698 z" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.1 KiB

View file

@ -1,10 +1,10 @@
# Template file for 'void-artwork'
pkgname=void-artwork
version=20170517
revision=3
version=20220303
revision=1
short_desc="Void Linux artwork"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="custom:Public Domain"
license="custom:Public Domain" #no vlicense check
homepage="http://www.voidlinux.org"
do_install() {
@ -12,4 +12,11 @@ do_install() {
vinstall ${FILESDIR}/splashwhite.png 644 usr/share/void-artwork
vinstall ${FILESDIR}/void-logo.png 644 usr/share/void-artwork
vinstall ${FILESDIR}/void-transparent.png 644 usr/share/void-artwork
vinstall ${FILESDIR}/void-logo.svg 644 usr/share/void-artwork
for size in 16 22 32 48 64 128 256 512; do
vinstall ${FILESDIR}/icons/void-logo-${size}.png 644 usr/share/icons/hicolor/${size}x${size}/apps void-logo.png
vinstall ${FILESDIR}/icons/void-logo-notext-${size}.png 644 usr/share/icons/hicolor/${size}x${size}/apps void-logo-notext.png
done
vinstall ${FILESDIR}/icons/void-logo.svg 644 usr/share/icons/hicolor/scalable/apps
vinstall ${FILESDIR}/icons/void-logo-notext.svg 644 usr/share/icons/hicolor/scalable/apps
}