Commit e5613aad0346520dc91ed9a15aa8e9a2f8c4fd57
1 parent
b3beeadb
Exists in
master
and in
2 other branches
Adding symbolic icon.
Showing
2 changed files
with
108 additions
and
0 deletions
Show diff stats
branding/Makefile.in
@@ -110,6 +110,7 @@ install: \ | @@ -110,6 +110,7 @@ install: \ | ||
110 | 110 | ||
111 | install-linux: \ | 111 | install-linux: \ |
112 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME).svg \ | 112 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME).svg \ |
113 | + $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME)-symbolic.svg \ | ||
113 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/$(PRODUCT_NAME)-logo.svg | 114 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/$(PRODUCT_NAME)-logo.svg |
114 | 115 | ||
115 | @$(INSTALL_DATA) \ | 116 | @$(INSTALL_DATA) \ |
@@ -137,11 +138,20 @@ install-linux: \ | @@ -137,11 +138,20 @@ install-linux: \ | ||
137 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME).svg \ | 138 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME).svg \ |
138 | $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/$(APPLICATION_ID).svg | 139 | $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/$(APPLICATION_ID).svg |
139 | 140 | ||
141 | + @$(MKDIR) $(DESTDIR)$(datarootdir)/icons/hicolor/symbolic/apps | ||
142 | + @$(INSTALL_DATA) \ | ||
143 | + $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME)-symbolic.svg \ | ||
144 | + $(DESTDIR)$(datarootdir)/icons/hicolor/symbolic/apps/$(APPLICATION_ID)-symbolic.svg | ||
145 | + | ||
140 | @$(MKDIR) $(DESTDIR)$(datarootdir)/icons | 146 | @$(MKDIR) $(DESTDIR)$(datarootdir)/icons |
141 | @$(INSTALL_DATA) \ | 147 | @$(INSTALL_DATA) \ |
142 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME).svg \ | 148 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME).svg \ |
143 | $(DESTDIR)$(datarootdir)/icons/$(APPLICATION_ID).svg | 149 | $(DESTDIR)$(datarootdir)/icons/$(APPLICATION_ID).svg |
144 | 150 | ||
151 | + @$(INSTALL_DATA) \ | ||
152 | + $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME)-symbolic.svg \ | ||
153 | + $(DESTDIR)$(datarootdir)/icons/$(APPLICATION_ID)-symbolic.svg | ||
154 | + | ||
145 | install-windows: \ | 155 | install-windows: \ |
146 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/$(PRODUCT_NAME).svg \ | 156 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/$(PRODUCT_NAME).svg \ |
147 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/$(PRODUCT_NAME)-logo.svg \ | 157 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/$(PRODUCT_NAME)-logo.svg \ |
@@ -0,0 +1,98 @@ | @@ -0,0 +1,98 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
2 | +<!-- Created with Inkscape (http://www.inkscape.org/) --> | ||
3 | + | ||
4 | +<svg | ||
5 | + xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
6 | + xmlns:cc="http://creativecommons.org/ns#" | ||
7 | + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
8 | + xmlns:svg="http://www.w3.org/2000/svg" | ||
9 | + xmlns="http://www.w3.org/2000/svg" | ||
10 | + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" | ||
11 | + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" | ||
12 | + width="256" | ||
13 | + height="256" | ||
14 | + id="svg2685" | ||
15 | + sodipodi:version="0.32" | ||
16 | + inkscape:version="0.92.2 5c3e80d, 2017-08-06" | ||
17 | + sodipodi:docname="pw3270-symbolic.svg" | ||
18 | + inkscape:output_extension="org.inkscape.output.svg.inkscape" | ||
19 | + inkscape:export-filename="/home/perry/Project/3270/v4/image/icon.png" | ||
20 | + inkscape:export-xdpi="90" | ||
21 | + inkscape:export-ydpi="90" | ||
22 | + version="1.1"> | ||
23 | + <defs | ||
24 | + id="defs2687"> | ||
25 | + <linearGradient | ||
26 | + id="linearGradient3687"> | ||
27 | + <stop | ||
28 | + style="stop-color:#ffffff;stop-opacity:1;" | ||
29 | + offset="0" | ||
30 | + id="stop3689" /> | ||
31 | + <stop | ||
32 | + style="stop-color:#000000;stop-opacity:1;" | ||
33 | + offset="1" | ||
34 | + id="stop3691" /> | ||
35 | + </linearGradient> | ||
36 | + <inkscape:perspective | ||
37 | + sodipodi:type="inkscape:persp3d" | ||
38 | + inkscape:vp_x="0 : 32 : 1" | ||
39 | + inkscape:vp_y="0 : 1000 : 0" | ||
40 | + inkscape:vp_z="64 : 32 : 1" | ||
41 | + inkscape:persp3d-origin="32 : 21.333333 : 1" | ||
42 | + id="perspective2693" /> | ||
43 | + </defs> | ||
44 | + <sodipodi:namedview | ||
45 | + id="base" | ||
46 | + pagecolor="#ffffff" | ||
47 | + bordercolor="#666666" | ||
48 | + borderopacity="1.0" | ||
49 | + inkscape:pageopacity="0.0" | ||
50 | + inkscape:pageshadow="2" | ||
51 | + inkscape:zoom="0.97227183" | ||
52 | + inkscape:cx="-29.000967" | ||
53 | + inkscape:cy="32" | ||
54 | + inkscape:current-layer="layer1" | ||
55 | + showgrid="true" | ||
56 | + inkscape:document-units="px" | ||
57 | + inkscape:grid-bbox="true" | ||
58 | + inkscape:window-width="1366" | ||
59 | + inkscape:window-height="715" | ||
60 | + inkscape:window-x="0" | ||
61 | + inkscape:window-y="27" | ||
62 | + inkscape:window-maximized="1" /> | ||
63 | + <metadata | ||
64 | + id="metadata2690"> | ||
65 | + <rdf:RDF> | ||
66 | + <cc:Work | ||
67 | + rdf:about=""> | ||
68 | + <dc:format>image/svg+xml</dc:format> | ||
69 | + <dc:type | ||
70 | + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> | ||
71 | + </cc:Work> | ||
72 | + </rdf:RDF> | ||
73 | + </metadata> | ||
74 | + <g | ||
75 | + id="layer1" | ||
76 | + inkscape:label="Layer 1" | ||
77 | + inkscape:groupmode="layer" | ||
78 | + transform="translate(0,192)"> | ||
79 | + <path | ||
80 | + inkscape:connector-curvature="0" | ||
81 | + style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:11.39068413;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" | ||
82 | + d="m 215.65767,-178.30467 c -63.59947,7.73552 -127.969931,8.31333 -191.203964,19.17865 5.997091,48.52819 5.070045,120.142715 8.444328,156.0880361 C 92.701866,-10.825484 172.78521,-16.494886 231.54627,-30.75395 c -0.18639,-45.940853 -5.32059,-99.15072 -15.8886,-147.55072 z" | ||
83 | + id="path3877" | ||
84 | + sodipodi:nodetypes="ccccc" | ||
85 | + inkscape:export-filename="/home/perry/Desktop/path4684.png" | ||
86 | + inkscape:export-xdpi="750" | ||
87 | + inkscape:export-ydpi="750" /> | ||
88 | + <path | ||
89 | + inkscape:connector-curvature="0" | ||
90 | + style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5.17758322" | ||
91 | + d="m 148.09124,-4.1583611 c -19.63148,0.533757 -39.5877,0.5791127 -58.544024,6.6234753 C 78.51156,5.8828888 68.600371,14.069166 65.161575,25.368051 c -0.500672,5.786985 3.935015,11.330727 7.582933,15.654527 11.667736,11.893893 29.281562,14.640704 45.228212,14.977247 22.9149,0.03107 45.91641,-4.3792 67.13679,-13.047665 8.02655,-4.564662 17.29292,-10.673174 18.48206,-20.677198 C 200.49874,10.57875 188.72802,4.090047 177.88171,0.96216529 168.30504,-1.8800173 158.04488,-3.9876562 148.09124,-4.1583611 Z m 0.23092,7.2578328 c 14.43194,0.5011901 29.80046,1.1084689 42.01857,9.4996233 4.55581,3.023967 10.11446,9.199374 5.99078,14.70299 -3.9608,5.954739 -10.62347,9.329954 -16.6887,12.735716 -16.75264,8.135693 -36.05405,8.355792 -54.11465,5.507551 -47.266885,-2.099717 -23.84764,-34.410374 5.52174,-40.3896548 5.68814,-1.3175914 11.37898,-2.1007009 17.27226,-2.0562255 z" | ||
92 | + id="path3879" | ||
93 | + sodipodi:nodetypes="cccccccccccccccc" | ||
94 | + inkscape:export-filename="/home/perry/Desktop/path4684.png" | ||
95 | + inkscape:export-xdpi="750" | ||
96 | + inkscape:export-ydpi="750" /> | ||
97 | + </g> | ||
98 | +</svg> |