blob: bc1907339d802e938388d93d199cd8cc2474eea6 (
plain)
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
|
NULL=
themedir = $(datadir)/icons/ContrastHigh
size = scalable
context = actions
icondir = $(themedir)/$(size)/$(context)
icon_DATA= \
application-exit.svg \
call-start.svg \
call-stop.svg \
contact-new.svg \
dialog-cancel.svg \
dialog-close.svg \
dialog-ok.svg \
document-new.svg \
document-open-recent.svg \
document-open.svg \
document-page-setup.svg \
document-print-preview.svg \
document-print.svg \
document-properties.svg \
document-revert.svg \
document-save-as.svg \
document-save.svg \
edit-clear.svg \
edit-copy.svg \
edit-cut.svg \
edit-delete.svg \
edit-find-replace.svg \
edit-find.svg \
edit-paste.svg \
edit-redo.svg \
edit-undo.svg \
folder-new.svg \
format-indent-less.svg \
format-indent-more.svg \
format-justify-center.svg \
format-justify-fill.svg \
format-justify-left.svg \
format-justify-right.svg \
format-text-bold.svg \
format-text-italic.svg \
format-text-strikethrough.svg \
format-text-underline.svg \
go-bottom.svg \
go-down.svg \
go-first.svg \
go-home.svg \
go-jump.svg \
go-last.svg \
go-next.svg \
go-previous.svg \
go-top.svg \
go-up.svg \
help-about.svg \
help-contents.svg \
help-faq.svg \
insert-image.svg \
insert-object.svg \
insert-text.svg \
list-add.svg \
list-remove.svg \
mail-forward.svg \
mail-mark-important.svg \
mail-mark-read.svg \
mail-mark-unread.svg \
mail-message-new.svg \
mail-reply-all.svg \
mail-reply-sender.svg \
mail-send-receive.svg \
media-eject.svg \
media-playback-pause.svg \
media-playback-start.svg \
media-playback-stop.svg \
media-record.svg \
media-seek-backward.svg \
media-seek-forward.svg \
media-skip-backward.svg \
media-skip-forward.svg \
object-flip-horizontal.svg \
object-flip-vertical.svg \
object-rotate-left.svg \
object-rotate-right.svg \
process-stop.svg \
system-lock-screen.svg \
system-log-out.svg \
system-run.svg \
system-search.svg \
system-shutdown.svg \
tool-check-spelling.svg \
tools-check-spelling.svg \
view-fullscreen.svg \
view-refresh.svg \
view-restore.svg \
view-sort-ascending.svg \
view-sort-descending.svg \
window-close.svg \
window-new.svg \
zoom-fit-best.svg \
zoom-in.svg \
zoom-original.svg \
zoom-out.svg
EXTRA_DIST= $(icon_DATA)
|