-
Notifications
You must be signed in to change notification settings - Fork 7
/
Makefile
566 lines (520 loc) · 39.1 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
# This is generated Makefile from Clarity Vector Icon Theme for GTK
#
# Copyright (c) 2010-2024 Jakub T. Jankiewicz <http://jcubic.pl/me>
# Licensed under CC-BY-SA 3.0 license
#
# This file was automaticly generated by configure script
# Don't modified it, if you want to do some changes, do this
# in configure script
#
SHELL := /bin/bash
DIR=`pwd | sed 's%.*/%%'`
SYMLINKS=grep -v '^\#' src/symlinks | tr -d '\r' | grep -v '^ *$$'
COPIES=grep -v '^\#' src/copies | tr -d '\r' | grep -v '^ *$$'
SKIP=`grep -v '^\#' src/16x16_exceptions | tr -d '\r' | grep -v '^ *$$' | paste -sd '|' - | sed -e 's/.*/(&)/'`
ALL: canus
scalable:
@test -d scalable || mkdir scalable
@test -d scalable/actions || mkdir scalable/actions
@test -d scalable/apps || mkdir scalable/apps
@test -d scalable/categories || mkdir scalable/categories
@test -d scalable/devices || mkdir scalable/devices
@test -d scalable/distributor-logos || mkdir scalable/distributor-logos
@test -d scalable/emblems || mkdir scalable/emblems
@test -d scalable/mimetypes || mkdir scalable/mimetypes
@test -d scalable/places || mkdir scalable/places
@test -d scalable/status || mkdir scalable/status
@test -d scalable/stock || mkdir scalable/stock
symlinks: scalable src/symlinks
@sed 's/^\(.*\) \(.*\)/echo symlink \2; ln -sf &/g' <($(SYMLINKS)) | bash
cache:
@if command -v gtk-update-icon-cache > /dev/null 2>&1; then \
gtk-update-icon-cache -f .; \
else \
echo "gtk-update-icon-cache not found, skipping."; \
fi
copies:
@sed 's/^/cp /g' <($(COPIES)) | bash
static-files:
@bash -c "find static -type f | sed -e 's/[^\/]*\/\(.*\)/echo copy scalable\/\1;cp & scalable\/\1/' | bash"
albus: symlinks static-files gen_albus elements copies _16x16 cache
gen_albus:
@echo 'Building icons for theme albus ... '
@bash -c 'for i in `find src -mindepth 2 -name "*.svg" -type f`; do \
./build albus $$i;\
echo building `echo $$i | sed -e "s/src/scalable/"`;\
done;'
caeruleus: symlinks static-files gen_caeruleus elements copies _16x16 cache
gen_caeruleus:
@echo 'Building icons for theme caeruleus ... '
@bash -c 'for i in `find src -mindepth 2 -name "*.svg" -type f`; do \
./build caeruleus $$i;\
echo building `echo $$i | sed -e "s/src/scalable/"`;\
done;'
canus: symlinks static-files gen_canus elements copies _16x16 cache
gen_canus:
@echo 'Building icons for theme canus ... '
@bash -c 'for i in `find src -mindepth 2 -name "*.svg" -type f`; do \
./build canus $$i;\
echo building `echo $$i | sed -e "s/src/scalable/"`;\
done;'
dark_canus: symlinks static-files gen_dark_canus elements copies _16x16 cache
gen_dark_canus:
@echo 'Building icons for theme dark_canus ... '
@bash -c 'for i in `find src -mindepth 2 -name "*.svg" -type f`; do \
./build dark_canus $$i;\
echo building `echo $$i | sed -e "s/src/scalable/"`;\
done;'
luteus: symlinks static-files gen_luteus elements copies _16x16 cache
gen_luteus:
@echo 'Building icons for theme luteus ... '
@bash -c 'for i in `find src -mindepth 2 -name "*.svg" -type f`; do \
./build luteus $$i;\
echo building `echo $$i | sed -e "s/src/scalable/"`;\
done;'
lux_caeruleus: symlinks static-files gen_lux_caeruleus elements copies _16x16 cache
gen_lux_caeruleus:
@echo 'Building icons for theme lux_caeruleus ... '
@bash -c 'for i in `find src -mindepth 2 -name "*.svg" -type f`; do \
./build lux_caeruleus $$i;\
echo building `echo $$i | sed -e "s/src/scalable/"`;\
done;'
lux_violaceus: symlinks static-files gen_lux_violaceus elements copies _16x16 cache
gen_lux_violaceus:
@echo 'Building icons for theme lux_violaceus ... '
@bash -c 'for i in `find src -mindepth 2 -name "*.svg" -type f`; do \
./build lux_violaceus $$i;\
echo building `echo $$i | sed -e "s/src/scalable/"`;\
done;'
violaceus: symlinks static-files gen_violaceus elements copies _16x16 cache
gen_violaceus:
@echo 'Building icons for theme violaceus ... '
@bash -c 'for i in `find src -mindepth 2 -name "*.svg" -type f`; do \
./build violaceus $$i;\
echo building `echo $$i | sed -e "s/src/scalable/"`;\
done;'
viridis: symlinks static-files gen_viridis elements copies _16x16 cache
gen_viridis:
@echo 'Building icons for theme viridis ... '
@bash -c 'for i in `find src -mindepth 2 -name "*.svg" -type f`; do \
./build viridis $$i;\
echo building `echo $$i | sed -e "s/src/scalable/"`;\
done;'
elements: scalable
@echo -n 'building additional icons ... '
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_minus.svg`\n</svg>%" scalable/devices/drive-harddisk.svg > scalable/devices/hdd_unmount.svg;
@echo "building scalable/devices/hdd_unmount.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_minus.svg`\n</svg>%" scalable/devices/camera-photo.svg > scalable/devices/camera_unmount.svg;
@echo "building scalable/devices/camera_unmount.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_minus.svg`\n</svg>%" scalable/actions/document-save.svg > scalable/devices/3floppy_unmount.svg;
@echo "building scalable/devices/3floppy_unmount.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_minus.svg`\n</svg>%" scalable/devices/media-optical-cd.svg > scalable/devices/cdrom_unmount.svg;
@echo "building scalable/devices/cdrom_unmount.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_minus.svg`\n</svg>%" scalable/devices/drive-removable-media-usb.svg > scalable/devices/usbpendrive_unmount.svg;
@echo "building scalable/devices/usbpendrive_unmount.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_minus_bottom.svg`\n</svg>%" scalable/status/stock_weather-cloudy.svg > scalable/status/ubuntuone-client-offline.svg;
@echo "building scalable/status/ubuntuone-client-offline.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_minus_bottom.svg`\n</svg>%" scalable/actions/bookmark-new.svg > scalable/apps/stock_delete-bookmark.svg;
@echo "building scalable/apps/stock_delete-bookmark.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_cancel_bottom.svg`\n</svg>%" scalable/status/network-idle.svg > scalable/status/network-offline.svg;
@echo "building scalable/status/network-offline.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_cancel_bottom.svg`\n</svg>%" scalable/devices/input-touchpad.svg > scalable/actions/touchpad-disabled.svg;
@echo "building scalable/actions/touchpad-disabled.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_cancel_bottom.svg`\n</svg>%" scalable/devices/printer.svg > scalable/status/printer-error.svg;
@echo "building scalable/status/printer-error.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_cancel_bottom.svg`\n</svg>%" scalable/stock/epiphany-history.svg > scalable/status/appointment-missed.svg;
@echo "building scalable/status/appointment-missed.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_cancel_bottom.svg`\n</svg>%" scalable/actions/bookmark-new.svg > scalable/actions/bookmark-missing.svg;
@echo "building scalable/actions/bookmark-missing.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_cancel_bottom.svg`\n</svg>%" scalable/actions/mail_spam.svg > scalable/actions/stock_not-spam.svg;
@echo "building scalable/actions/stock_not-spam.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_cancel_bottom.svg`\n</svg>%" scalable/status/avatar-default.svg > scalable/status/user-offline.svg;
@echo "building scalable/status/user-offline.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_cancel.svg`\n</svg>%" scalable/emblems/emblem-personal.svg > scalable/stock/stock_lock-broken.svg;
@echo "building scalable/stock/stock_lock-broken.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_cancel_bottom.svg`\n</svg>%" scalable/status/xfpm-battery-000.svg > scalable/status/xfpm-battery-missing.svg;
@echo "building scalable/status/xfpm-battery-missing.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_cancel_bottom.svg`\n</svg>%" scalable/status/xfpm-ups-000.svg > scalable/status/xfpm-ups-missing.svg;
@echo "building scalable/status/xfpm-ups-missing.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_cancel_bottom.svg`\n</svg>%" scalable/status/xfpm-brightness-kdb.svg > scalable/status/xfpm-brightness-kbd-disabled.svg;
@echo "building scalable/status/xfpm-brightness-kbd-disabled.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_cancel_bottom.svg`\n</svg>%" scalable/apps/gnome-brightness-applet.svg > scalable/status/xfpm-brightness-lcd-disabled.svg;
@echo "building scalable/status/xfpm-brightness-lcd-disabled.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_cancel_bottom.svg`\n</svg>%" scalable/status/dropboxstatus-logo.svg > scalable/status/dropboxstatus-x.svg;
@echo "building scalable/status/dropboxstatus-x.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_cancel_bottom.svg`\n</svg>%" scalable/status/nm-signal-00.svg > scalable/status/notification-network-wireless-disconnected.svg;
@echo "building scalable/status/notification-network-wireless-disconnected.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_cancel_bottom.svg`\n</svg>%" scalable/devices/network-wired.svg > scalable/status/notification-network-ethernet-disconnected.svg;
@echo "building scalable/status/notification-network-ethernet-disconnected.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_cancel_bottom.svg`\n</svg>%" scalable/devices/microphone.svg > scalable/status/microphone-sensitivity-muted.svg;
@echo "building scalable/status/microphone-sensitivity-muted.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_plus_bottom.svg`\n</svg>%" scalable/apps/email.svg > scalable/actions/mail_new.svg;
@echo "building scalable/actions/mail_new.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_plus.svg`\n</svg>%" scalable/apps/gnote.svg > scalable/actions/note-new.svg;
@echo "building scalable/actions/note-new.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_plus.svg`\n</svg>%" scalable/places/notebook.svg > scalable/actions/notebook-new.svg;
@echo "building scalable/actions/notebook-new.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_plus.svg`\n</svg>%" scalable/apps/ooo.svg > scalable/apps/openoffice-new.svg;
@echo "building scalable/apps/openoffice-new.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_plus.svg`\n</svg>%" scalable/places/folder.svg > scalable/actions/folder-new.svg;
@echo "building scalable/actions/folder-new.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_plus_bottom.svg`\n</svg>%" scalable/actions/contact.svg > scalable/actions/contact-new.svg;
@echo "building scalable/actions/contact-new.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_plus_bottom.svg`\n</svg>%" scalable/mimetypes/gtk-file.svg > scalable/actions/document-new.svg;
@echo "building scalable/actions/document-new.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_plus_bottom.svg`\n</svg>%" scalable/status/avatar-default.svg > scalable/actions/stock_new-bcard.svg;
@echo "building scalable/actions/stock_new-bcard.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_plus_bottom.svg`\n</svg>%" scalable/apps/evolution-addressbook.svg > scalable/actions/address-book-new.svg;
@echo "building scalable/actions/address-book-new.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_plus.svg`\n</svg>%" scalable/apps/preferences-mail-accounts.svg > scalable/stock/stock_new-meeting.svg;
@echo "building scalable/stock/stock_new-meeting.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_plus.svg`\n</svg>%" scalable/stock/epiphany-history.svg > scalable/actions/appointment-new.svg;
@echo "building scalable/actions/appointment-new.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_plus.svg`\n</svg>%" scalable/devices/media-optical-audio.svg > scalable/actions/audio-cd-new.svg;
@echo "building scalable/actions/audio-cd-new.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_plus_bottom.svg`\n</svg>%" scalable/actions/bookmark-new.svg > scalable/actions/bookmark_add.svg;
@echo "building scalable/actions/bookmark_add.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_plus.svg`\n</svg>%" scalable/apps/gnote.svg > scalable/apps/stock_insert-note.svg;
@echo "building scalable/apps/stock_insert-note.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_plus.svg`\n</svg>%" scalable/mimetypes/audio-x-mp3-playlist.svg > scalable/actions/playlist-new.svg;
@echo "building scalable/actions/playlist-new.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_plus.svg`\n</svg>%" scalable/mimetypes/package-x-generic.svg > scalable/actions/add-files-to-archive.svg;
@echo "building scalable/actions/add-files-to-archive.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_plus.svg`\n</svg>%" scalable/devices/drive-optical.svg > scalable/stock/stock_xfburn-new-data-composition.svg;
@echo "building scalable/stock/stock_xfburn-new-data-composition.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_plus.svg`\n</svg>%" scalable/devices/drive-harddisk.svg > scalable/apps/ubiquity.svg;
@echo "building scalable/apps/ubiquity.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_plus_bottom.svg`\n</svg>%" scalable/apps/easytags.svg > scalable/actions/tag-new.svg;
@echo "building scalable/actions/tag-new.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_plus.svg`\n</svg>%" scalable/devices/printer.svg > scalable/devices/gnome-dev-printer-new.svg;
@echo "building scalable/devices/gnome-dev-printer-new.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_warning_bottom.svg`\n</svg>%" scalable/status/network-idle.svg > scalable/status/network-error.svg;
@echo "building scalable/status/network-error.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_warning_bottom.svg`\n</svg>%" scalable/status/stock_weather-cloudy.svg > scalable/status/weather-severe-alert.svg;
@echo "building scalable/status/weather-severe-alert.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_warning_bottom.svg`\n</svg>%" scalable/devices/drive-harddisk.svg > scalable/apps/gdu-warning.svg;
@echo "building scalable/apps/gdu-warning.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_warning_bottom.svg`\n</svg>%" scalable/devices/printer.svg > scalable/actions/gtk-print-warning.svg;
@echo "building scalable/actions/gtk-print-warning.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_warning_bottom.svg`\n</svg>%" scalable/devices/drive-harddisk.svg > scalable/apps/xfce4-fsguard-plugin-warning.svg;
@echo "building scalable/apps/xfce4-fsguard-plugin-warning.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_warning_bottom.svg`\n</svg>%" scalable/status/system-devices-panel.svg > scalable/status/system-devices-panel-alert.svg;
@echo "building scalable/status/system-devices-panel-alert.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_down_arrow_bottom.svg`\n</svg>%" scalable/devices/printer.svg > scalable/status/printer-printing.svg;
@echo "building scalable/status/printer-printing.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_down_arrow_bottom.svg`\n</svg>%" scalable/mimetypes/package-x-generic.svg > scalable/apps/gdeb.svg;
@echo "building scalable/apps/gdeb.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_down_arrow_bottom.svg`\n</svg>%" scalable/devices/drive-optical.svg > scalable/apps/ogmrip.svg;
@echo "building scalable/apps/ogmrip.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_down_arrow_bottom.svg`\n</svg>%" scalable/actions/mail-copy.svg > scalable/actions/mail-move.svg;
@echo "building scalable/actions/mail-move.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_down_arrow_bottom.svg`\n</svg>%" scalable/emblems/emblem-web.svg > scalable/actions/torrent-search-download.svg;
@echo "building scalable/actions/torrent-search-download.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_up_arrow.svg`\n</svg>%" scalable/mimetypes/package-x-generic.svg > scalable/actions/extract-archive.svg;
@echo "building scalable/actions/extract-archive.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_up_arrow.svg`\n</svg>%" scalable/places/user-trash.svg > scalable/actions/gtk-undelete.svg;
@echo "building scalable/actions/gtk-undelete.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_bolt.svg`\n</svg>%" scalable/status/xfpm-battery-100.svg > scalable/status/xfpm-battery-100-charging.svg;
@echo "building scalable/status/xfpm-battery-100-charging.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_bolt.svg`\n</svg>%" scalable/status/xfpm-battery-080.svg > scalable/status/xfpm-battery-080-charging.svg;
@echo "building scalable/status/xfpm-battery-080-charging.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_bolt.svg`\n</svg>%" scalable/status/xfpm-battery-060.svg > scalable/status/xfpm-battery-060-charging.svg;
@echo "building scalable/status/xfpm-battery-060-charging.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_bolt.svg`\n</svg>%" scalable/status/xfpm-battery-040.svg > scalable/status/xfpm-battery-040-charging.svg;
@echo "building scalable/status/xfpm-battery-040-charging.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_bolt.svg`\n</svg>%" scalable/status/xfpm-battery-020.svg > scalable/status/xfpm-battery-020-charging.svg;
@echo "building scalable/status/xfpm-battery-020-charging.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_bolt.svg`\n</svg>%" scalable/status/xfpm-battery-000.svg > scalable/status/xfpm-battery-000-charging.svg;
@echo "building scalable/status/xfpm-battery-000-charging.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_clock_bottom.svg`\n</svg>%" scalable/apps/email.svg > scalable/actions/mail-notification.svg;
@echo "building scalable/actions/mail-notification.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_clock_bottom.svg`\n</svg>%" scalable/stock/epiphany-history.svg > scalable/actions/stock_timezone.svg;
@echo "building scalable/actions/stock_timezone.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_blue_info_bottom.svg`\n</svg>%" scalable/devices/printer.svg > scalable/actions/gtk-print-report.svg;
@echo "building scalable/actions/gtk-print-report.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_blue_info_bottom.svg`\n</svg>%" scalable/status/avatar-default.svg > scalable/apps/user-info.svg;
@echo "building scalable/apps/user-info.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_blue_info_bottom.svg`\n</svg>%" scalable/devices/generic-card.svg > scalable/apps/hwbrowser.svg;
@echo "building scalable/apps/hwbrowser.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_blue_info_bottom.svg`\n</svg>%" scalable/status/system-devices-panel.svg > scalable/status/system-devices-panel-information.svg;
@echo "building scalable/status/system-devices-panel-information.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_lock_bottom.svg`\n</svg>%" scalable/distributor-logos/debian.svg > scalable/categories/debian-security.svg;
@echo "building scalable/categories/debian-security.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_lock_bottom.svg`\n</svg>%" scalable/mimetypes/package-x-generic.svg > scalable/actions/jockey-proprietary.svg;
@echo "building scalable/actions/jockey-proprietary.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_lock_bottom.svg`\n</svg>%" scalable/devices/generic-card.svg > scalable/apps/jockey.svg;
@echo "building scalable/apps/jockey.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_package_bottom.svg`\n</svg>%" scalable/mimetypes/gnome-mime-application-pdf.svg > scalable/mimetypes/application-x-gzpdf.svg;
@echo "building scalable/mimetypes/application-x-gzpdf.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_package_bottom.svg`\n</svg>%" scalable/mimetypes/application-postscript.svg > scalable/mimetypes/application-x-gzpostscript.svg;
@echo "building scalable/mimetypes/application-x-gzpostscript.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_package_bottom.svg`\n</svg>%" scalable/mimetypes/openofficeorg23-drawing.svg > scalable/mimetypes/image-x-gzeps.svg;
@echo "building scalable/mimetypes/image-x-gzeps.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_package_bottom.svg`\n</svg>%" scalable/mimetypes/image-x-svg+xml.svg > scalable/mimetypes/image-svg+xml-compressed.svg;
@echo "building scalable/mimetypes/image-svg+xml-compressed.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_package_bottom.svg`\n</svg>%" scalable/mimetypes/application-vnd.scribus.svg > scalable/mimetypes/packages-scribus.svg;
@echo "building scalable/mimetypes/packages-scribus.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_package_bottom.svg`\n</svg>%" scalable/mimetypes/application-x-slx.svg > scalable/mimetypes/packages-aqsis.svg;
@echo "building scalable/mimetypes/packages-aqsis.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_package_bottom.svg`\n</svg>%" scalable/mimetypes/font_truetype.svg > scalable/mimetypes/application-x-gz-font-linux-psf.svg;
@echo "building scalable/mimetypes/application-x-gz-font-linux-psf.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_package_bottom.svg`\n</svg>%" scalable/mimetypes/text-x-bibtex.svg > scalable/mimetypes/application-x-gzdvi.svg;
@echo "building scalable/mimetypes/application-x-gzdvi.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_package_bottom.svg`\n</svg>%" scalable/mimetypes/text-x-sl.svg > scalable/mimetypes/model-x-rib-gzip.svg;
@echo "building scalable/mimetypes/model-x-rib-gzip.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_check_bottom.svg`\n</svg>%" scalable/status/dropboxstatus-logo.svg > scalable/status/dropboxstatus-idle.svg;
@echo "building scalable/status/dropboxstatus-idle.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_reload_bottom.svg`\n</svg>%" scalable/status/dropboxstatus-logo.svg > scalable/status/dropboxstatus-busy.svg;
@echo "building scalable/status/dropboxstatus-busy.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_reload_rotated_bottom.svg`\n</svg>%" scalable/status/dropboxstatus-logo.svg > scalable/status/dropboxstatus-busy2.svg;
@echo "building scalable/status/dropboxstatus-busy2.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/complement_nm_signal_75.svg`\n</svg>%" scalable/status/part-nm-signal-75.svg > scalable/status/nm-signal-75.svg;
@echo "building scalable/status/nm-signal-75.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/complement_nm_signal_50.svg`\n</svg>%" scalable/status/part-nm-signal-50.svg > scalable/status/nm-signal-50.svg;
@echo "building scalable/status/nm-signal-50.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/complement_nm_signal_25.svg`\n</svg>%" scalable/status/part-nm-signal-25.svg > scalable/status/nm-signal-25.svg;
@echo "building scalable/status/nm-signal-25.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_lock_center.svg`\n</svg>%" scalable/status/nm-stage01-connecting12.svg > scalable/status/nm-vpn-connecting12.svg;
@echo "building scalable/status/nm-vpn-connecting12.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_lock_center.svg`\n</svg>%" scalable/status/nm-stage01-connecting11.svg > scalable/status/nm-vpn-connecting11.svg;
@echo "building scalable/status/nm-vpn-connecting11.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_lock_center.svg`\n</svg>%" scalable/status/nm-stage01-connecting10.svg > scalable/status/nm-vpn-connecting10.svg;
@echo "building scalable/status/nm-vpn-connecting10.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_lock_center.svg`\n</svg>%" scalable/status/nm-stage01-connecting09.svg > scalable/status/nm-vpn-connecting09.svg;
@echo "building scalable/status/nm-vpn-connecting09.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_lock_center.svg`\n</svg>%" scalable/status/nm-stage01-connecting08.svg > scalable/status/nm-vpn-connecting08.svg;
@echo "building scalable/status/nm-vpn-connecting08.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_lock_center.svg`\n</svg>%" scalable/status/nm-stage01-connecting07.svg > scalable/status/nm-vpn-connecting07.svg;
@echo "building scalable/status/nm-vpn-connecting07.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_lock_center.svg`\n</svg>%" scalable/status/nm-stage01-connecting06.svg > scalable/status/nm-vpn-connecting06.svg;
@echo "building scalable/status/nm-vpn-connecting06.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_lock_center.svg`\n</svg>%" scalable/status/nm-stage01-connecting05.svg > scalable/status/nm-vpn-connecting05.svg;
@echo "building scalable/status/nm-vpn-connecting05.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_lock_center.svg`\n</svg>%" scalable/status/nm-stage01-connecting04.svg > scalable/status/nm-vpn-connecting04.svg;
@echo "building scalable/status/nm-vpn-connecting04.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_lock_center.svg`\n</svg>%" scalable/status/nm-stage01-connecting03.svg > scalable/status/nm-vpn-connecting03.svg;
@echo "building scalable/status/nm-vpn-connecting03.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_lock_center.svg`\n</svg>%" scalable/status/nm-stage01-connecting02.svg > scalable/status/nm-vpn-connecting02.svg;
@echo "building scalable/status/nm-vpn-connecting02.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_lock_center.svg`\n</svg>%" scalable/status/nm-stage01-connecting01.svg > scalable/status/nm-vpn-connecting01.svg;
@echo "building scalable/status/nm-vpn-connecting01.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_check_bottom.svg`\n</svg>%" scalable/apps/bluetooth.svg > scalable/status/blueberry-tray-active.svg;
@echo "building scalable/status/blueberry-tray-active.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_cancel_bottom.svg`\n</svg>%" scalable/apps/bluetooth.svg > scalable/status/blueberry-tray-disabled.svg;
@echo "building scalable/status/blueberry-tray-disabled.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_reload.svg`\n</svg>%" scalable/status/stock_weather-cloudy.svg > scalable/status/ubuntuone-client-updating.svg;
@echo "building scalable/status/ubuntuone-client-updating.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_check.svg`\n</svg>%" scalable/devices/input-touchpad.svg > scalable/actions/touchpad-enabled.svg;
@echo "building scalable/actions/touchpad-enabled.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_check.svg`\n</svg>%" scalable/status/avatar-default.svg > scalable/status/user-available.svg;
@echo "building scalable/status/user-available.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_bell_bottom.svg`\n</svg>%" scalable/stock/epiphany-history.svg > scalable/status/appointment-soon.svg;
@echo "building scalable/status/appointment-soon.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_debian_logo.svg`\n</svg>%" scalable/mimetypes/package-x-generic.svg > scalable/mimetypes/deb.svg;
@echo "building scalable/mimetypes/deb.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_yellow_warning_bottom.svg`\n</svg>%" scalable/apps/email.svg > scalable/actions/mail-mark-important.svg;
@echo "building scalable/actions/mail-mark-important.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_check.svg`\n</svg>%" scalable/emblems/emblem-personal.svg > scalable/stock/stock_lock-ok.svg;
@echo "building scalable/stock/stock_lock-ok.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_check.svg`\n</svg>%" scalable/mimetypes/package-x-generic.svg > scalable/actions/jockey-free.svg;
@echo "building scalable/actions/jockey-free.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_blue_earth_bottom.svg`\n</svg>%" scalable/mimetypes/package-x-generic.svg > scalable/apps/edit-urpm-sources.svg;
@echo "building scalable/apps/edit-urpm-sources.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_check_fit_monitor.svg`\n</svg>%" scalable/devices/monitor.svg > scalable/apps/checkbox.svg;
@echo "building scalable/apps/checkbox.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_black_tux.svg`\n</svg>%" scalable/mimetypes/gtk-file.svg > scalable/mimetypes/vmlinuz.svg;
@echo "building scalable/mimetypes/vmlinuz.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_red_rpm_bottom.svg`\n</svg>%" scalable/mimetypes/package-x-generic.svg > scalable/mimetypes/application-x-rpm.svg;
@echo "building scalable/mimetypes/application-x-rpm.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_green_down_arrow_top.svg`\n</svg>%" scalable/apps/fedora-drive.svg > scalable/apps/anaconda.svg;
@echo "building scalable/apps/anaconda.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/vlc_xmas_hat.svg`\n</svg>%" scalable/apps/vlc.svg > scalable/apps/vlc-xmas.svg;
@echo "building scalable/apps/vlc-xmas.svg"
@sed -e "s%</svg>%`grep 'id=\"shape\"' src/element_password.svg`\n</svg>%" scalable/apps/cut_lock.svg > scalable/apps/gcr-password.svg;
@echo "building scalable/apps/gcr-password.svg"
arch:
ln -sf ../distributor-logos/arch.svg scalable/places/start-here.svg
ln -sf ../distributor-logos/arch.svg scalable/places/gnome-main-menu.svg
ln -sf ../distributor-logos/arch.svg scalable/places/distributor-logo.svg
cp ../distributor-logos/arch.svg.svg scalable/apps/xfce4_xicon1.svg
ln -sf ../distributor-logos/arch.png 16x16/places/start-here.png
ln -sf ../distributor-logos/arch.png 16x16/places/gnome-main-menu.png
ln -sf ../distributor-logos/arch.png 16x16/places/distributor-logo.png
ln -sf ../distributor-logos/arch.png 16x16/apps/xfce4_xicon1.png
debian:
ln -sf ../distributor-logos/debian.svg scalable/places/start-here.svg
ln -sf ../distributor-logos/debian.svg scalable/places/gnome-main-menu.svg
ln -sf ../distributor-logos/debian.svg scalable/places/distributor-logo.svg
cp ../distributor-logos/debian.svg.svg scalable/apps/xfce4_xicon1.svg
ln -sf ../distributor-logos/debian.png 16x16/places/start-here.png
ln -sf ../distributor-logos/debian.png 16x16/places/gnome-main-menu.png
ln -sf ../distributor-logos/debian.png 16x16/places/distributor-logo.png
ln -sf ../distributor-logos/debian.png 16x16/apps/xfce4_xicon1.png
fedora:
ln -sf ../distributor-logos/fedora.svg scalable/places/start-here.svg
ln -sf ../distributor-logos/fedora.svg scalable/places/gnome-main-menu.svg
ln -sf ../distributor-logos/fedora.svg scalable/places/distributor-logo.svg
cp ../distributor-logos/fedora.svg.svg scalable/apps/xfce4_xicon1.svg
ln -sf ../distributor-logos/fedora.png 16x16/places/start-here.png
ln -sf ../distributor-logos/fedora.png 16x16/places/gnome-main-menu.png
ln -sf ../distributor-logos/fedora.png 16x16/places/distributor-logo.png
ln -sf ../distributor-logos/fedora.png 16x16/apps/xfce4_xicon1.png
gentoo:
ln -sf ../distributor-logos/gentoo.svg scalable/places/start-here.svg
ln -sf ../distributor-logos/gentoo.svg scalable/places/gnome-main-menu.svg
ln -sf ../distributor-logos/gentoo.svg scalable/places/distributor-logo.svg
cp ../distributor-logos/gentoo.svg.svg scalable/apps/xfce4_xicon1.svg
ln -sf ../distributor-logos/gentoo.png 16x16/places/start-here.png
ln -sf ../distributor-logos/gentoo.png 16x16/places/gnome-main-menu.png
ln -sf ../distributor-logos/gentoo.png 16x16/places/distributor-logo.png
ln -sf ../distributor-logos/gentoo.png 16x16/apps/xfce4_xicon1.png
gnome:
ln -sf ../distributor-logos/gnome.svg scalable/places/start-here.svg
ln -sf ../distributor-logos/gnome.svg scalable/places/gnome-main-menu.svg
ln -sf ../distributor-logos/gnome.svg scalable/places/distributor-logo.svg
cp ../distributor-logos/gnome.svg.svg scalable/apps/xfce4_xicon1.svg
ln -sf ../distributor-logos/gnome.png 16x16/places/start-here.png
ln -sf ../distributor-logos/gnome.png 16x16/places/gnome-main-menu.png
ln -sf ../distributor-logos/gnome.png 16x16/places/distributor-logo.png
ln -sf ../distributor-logos/gnome.png 16x16/apps/xfce4_xicon1.png
kubuntu:
ln -sf ../distributor-logos/kubuntu.svg scalable/places/start-here.svg
ln -sf ../distributor-logos/kubuntu.svg scalable/places/gnome-main-menu.svg
ln -sf ../distributor-logos/kubuntu.svg scalable/places/distributor-logo.svg
cp ../distributor-logos/kubuntu.svg.svg scalable/apps/xfce4_xicon1.svg
ln -sf ../distributor-logos/kubuntu.png 16x16/places/start-here.png
ln -sf ../distributor-logos/kubuntu.png 16x16/places/gnome-main-menu.png
ln -sf ../distributor-logos/kubuntu.png 16x16/places/distributor-logo.png
ln -sf ../distributor-logos/kubuntu.png 16x16/apps/xfce4_xicon1.png
madriva:
ln -sf ../distributor-logos/madriva.svg scalable/places/start-here.svg
ln -sf ../distributor-logos/madriva.svg scalable/places/gnome-main-menu.svg
ln -sf ../distributor-logos/madriva.svg scalable/places/distributor-logo.svg
cp ../distributor-logos/madriva.svg.svg scalable/apps/xfce4_xicon1.svg
ln -sf ../distributor-logos/madriva.png 16x16/places/start-here.png
ln -sf ../distributor-logos/madriva.png 16x16/places/gnome-main-menu.png
ln -sf ../distributor-logos/madriva.png 16x16/places/distributor-logo.png
ln -sf ../distributor-logos/madriva.png 16x16/apps/xfce4_xicon1.png
mint:
ln -sf ../distributor-logos/mint.svg scalable/places/start-here.svg
ln -sf ../distributor-logos/mint.svg scalable/places/gnome-main-menu.svg
ln -sf ../distributor-logos/mint.svg scalable/places/distributor-logo.svg
cp ../distributor-logos/mint.svg.svg scalable/apps/xfce4_xicon1.svg
ln -sf ../distributor-logos/mint.png 16x16/places/start-here.png
ln -sf ../distributor-logos/mint.png 16x16/places/gnome-main-menu.png
ln -sf ../distributor-logos/mint.png 16x16/places/distributor-logo.png
ln -sf ../distributor-logos/mint.png 16x16/apps/xfce4_xicon1.png
suse:
ln -sf ../distributor-logos/suse.svg scalable/places/start-here.svg
ln -sf ../distributor-logos/suse.svg scalable/places/gnome-main-menu.svg
ln -sf ../distributor-logos/suse.svg scalable/places/distributor-logo.svg
cp ../distributor-logos/suse.svg.svg scalable/apps/xfce4_xicon1.svg
ln -sf ../distributor-logos/suse.png 16x16/places/start-here.png
ln -sf ../distributor-logos/suse.png 16x16/places/gnome-main-menu.png
ln -sf ../distributor-logos/suse.png 16x16/places/distributor-logo.png
ln -sf ../distributor-logos/suse.png 16x16/apps/xfce4_xicon1.png
ubuntu:
ln -sf ../distributor-logos/ubuntu.svg scalable/places/start-here.svg
ln -sf ../distributor-logos/ubuntu.svg scalable/places/gnome-main-menu.svg
ln -sf ../distributor-logos/ubuntu.svg scalable/places/distributor-logo.svg
cp ../distributor-logos/ubuntu.svg.svg scalable/apps/xfce4_xicon1.svg
ln -sf ../distributor-logos/ubuntu.png 16x16/places/start-here.png
ln -sf ../distributor-logos/ubuntu.png 16x16/places/gnome-main-menu.png
ln -sf ../distributor-logos/ubuntu.png 16x16/places/distributor-logo.png
ln -sf ../distributor-logos/ubuntu.png 16x16/apps/xfce4_xicon1.png
xfce:
ln -sf ../distributor-logos/xfce.svg scalable/places/start-here.svg
ln -sf ../distributor-logos/xfce.svg scalable/places/gnome-main-menu.svg
ln -sf ../distributor-logos/xfce.svg scalable/places/distributor-logo.svg
cp ../distributor-logos/xfce.svg.svg scalable/apps/xfce4_xicon1.svg
ln -sf ../distributor-logos/xfce.png 16x16/places/start-here.png
ln -sf ../distributor-logos/xfce.png 16x16/places/gnome-main-menu.png
ln -sf ../distributor-logos/xfce.png 16x16/places/distributor-logo.png
ln -sf ../distributor-logos/xfce.png 16x16/apps/xfce4_xicon1.png
xubuntu:
ln -sf ../distributor-logos/xubuntu.svg scalable/places/start-here.svg
ln -sf ../distributor-logos/xubuntu.svg scalable/places/gnome-main-menu.svg
ln -sf ../distributor-logos/xubuntu.svg scalable/places/distributor-logo.svg
cp ../distributor-logos/xubuntu.svg.svg scalable/apps/xfce4_xicon1.svg
ln -sf ../distributor-logos/xubuntu.png 16x16/places/start-here.png
ln -sf ../distributor-logos/xubuntu.png 16x16/places/gnome-main-menu.png
ln -sf ../distributor-logos/xubuntu.png 16x16/places/distributor-logo.png
ln -sf ../distributor-logos/xubuntu.png 16x16/apps/xfce4_xicon1.png
zenwalk:
ln -sf ../distributor-logos/zenwalk.svg scalable/places/start-here.svg
ln -sf ../distributor-logos/zenwalk.svg scalable/places/gnome-main-menu.svg
ln -sf ../distributor-logos/zenwalk.svg scalable/places/distributor-logo.svg
cp ../distributor-logos/zenwalk.svg.svg scalable/apps/xfce4_xicon1.svg
ln -sf ../distributor-logos/zenwalk.png 16x16/places/start-here.png
ln -sf ../distributor-logos/zenwalk.png 16x16/places/gnome-main-menu.png
ln -sf ../distributor-logos/zenwalk.png 16x16/places/distributor-logo.png
ln -sf ../distributor-logos/zenwalk.png 16x16/apps/xfce4_xicon1.png
_16x16: scalable elements
@echo -n 'creating 16x16 symlinks '
@test -d 16x16 || mkdir 16x16
@test -d 16x16/actions/ || mkdir 16x16/actions/
@test -d 16x16/apps/ || mkdir 16x16/apps/
@test -d 16x16/categories/ || mkdir 16x16/categories/
@test -d 16x16/devices/ || mkdir 16x16/devices/
@test -d 16x16/distributor-logos/ || mkdir 16x16/distributor-logos/
@test -d 16x16/emblems/ || mkdir 16x16/emblems/
@test -d 16x16/fonts/ || mkdir 16x16/fonts/
@test -d 16x16/mimetypes/ || mkdir 16x16/mimetypes/
@test -d 16x16/places/ || mkdir 16x16/places/
@test -d 16x16/status/ || mkdir 16x16/status/
@test -d 16x16/stock/ || mkdir 16x16/stock/
@sed -e 's/\.svg/\.png/g' -e 's/scalable/16x16/g' -e 's/^\(.*\) \(.*\)/echo symlink \2; ln -sf &/g' <($(SYMLINKS)) | grep -vE $(SKIP) | bash
@echo -n
@find scalable/ -type f | sed -e 's/scalable\(.*\)svg/echo building 16x16\1png; rsvg-convert -w 16 -h 16 & > 16x16\1png/' | bash
@sed -e 's/\.svg/\.png/g' -e 's/scalable/16x16/g' -e 's/^\(.*\) \(.*\)/echo copy \2; cp &/g' <($(COPIES)) | grep -vE $(SKIP) | bash
@echo -n
_symlinks:
@test -d scalable || ( echo "folder scalable doesn't exists"; false )
@./symlink-file > src/symlinks
clean:
@echo cleaning...
@test -d scalable && rm -r scalable || true
@test -d Clarity && rm -r Clarity || true
@test -d 16x16 && rm -r 16x16 || true
@bash -c 'for i in `find . -name "*-stamp"`; do rm $$i; done'
install-deb:
@test -d debian/clarity-icon-theme/usr/share/icons/Clarity || mkdir debian/clarity-icon-theme/usr/share/icons/Clarity
@cp configure debian/clarity-icon-theme/usr/share/icons/Clarity
@cp index.theme debian/clarity-icon-theme/usr/share/icons/Clarity
@cp Makefile debian/clarity-icon-theme/usr/share/icons/Clarity
@cp build debian/clarity-icon-theme/usr/share/icons/Clarity
@cp README debian/clarity-icon-theme/usr/share/icons/Clarity
@cp change-theme debian/clarity-icon-theme/usr/share/icons/Clarity
@cp -r static debian/clarity-icon-theme/usr/share/icons/Clarity
@cp -r src debian/clarity-icon-theme/usr/share/icons/Clarity
@cp -r scalable debian/clarity-icon-theme/usr/share/icons/Clarity
@cp -r 16x16 debian/clarity-icon-theme/usr/share/icons/Clarity
install:
@test -d /usr/share/icons/Clarity || mkdir /usr/share/icons/Clarity
@cp configure /usr/share/icons/Clarity
@cp index.theme /usr/share/icons/Clarity
@cp Makefile /usr/share/icons/Clarity
@cp build /usr/share/icons/Clarity
@cp README /usr/share/icons/Clarity
@cp change-theme /usr/share/icons/Clarity
@cp -r static /usr/share/icons/Clarity
@cp -r src /usr/share/icons/Clarity
@cp -r scalable /usr/share/icons/Clarity
@cp -r 16x16 /usr/share/icons/Clarity
source-deb:
debuild -S
deb:
dpkg-buildpackage -rfakeroot
tar.gz:
@test -d Clarity && true || mkdir Clarity
cp -r scalable Clarity/
cp -r static Clarity/
cp -r src Clarity/
cp -r build Clarity/
cp -r change-theme Clarity/
cp -r configure Clarity/
cp -r Makefile Clarity/
cp -r index.theme Clarity/
cp -r README Clarity/
tar czvf ../${DIR}.tar.gz Clarity
rm -r Clarity