blob: 20f8e501b2be92e667db15f71b7040ddad0cc4df (
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
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
|
NULL=
SUBDIRS = arlo eazel vector
icondir = $(datadir)/pixmaps/nautilus
icon_DATA =\
audio.png \
About_Image.png \
backgrounds.png \
chit_frame.png \
colors.png \
computer.png \
computer.svg \
decrement.png \
default.xml \
eazel-logo.gif \
emblem-certified.gif \
emblem-changed.gif \
emblem-confidential.gif \
emblem-distinguished.svg \
emblem-draft.svg \
emblem-encrypted.gif \
emblem-favorite.svg \
emblem-generic.png \
emblem-important.svg \
emblem-new.svg \
emblem-noread.svg \
emblem-nowrite.png \
emblem-ohno.svg \
emblem-OK.svg \
emblem-personal.svg \
emblem-remote.gif \
emblem-trash.png \
emblem-symbolic-link.png \
emblem-urgent.svg \
emblems.png \
expert.png \
expert-selected.png \
gnome-application-encapsulated_postscript.png \
gnome-application-pdf.png \
gnome-application-pgp.png \
gnome-application-postscript.png \
gnome-application-x-c-header.png \
gnome-application-x-c-source.png \
gnome-application-x-cc-source.png \
gnome-application-x-e-theme.png \
gnome-application-x-generic-spreadsheet.png \
gnome-application-x-gnome-app-info.png \
gnome-application-x-java-source.png \
gnome-application-x-kde-app-info.png \
gnome-application-x-php.png \
gnome-application-x-reject.png \
gnome-application-x-scheme-source.png \
gnome-application-x-sql.png \
gnome-audio-basic.png \
gnome-audio-midi.png \
gnome-audio-ulaw.png \
gnome-audio-x-aiff.png \
gnome-audio-x-mod.png \
gnome-audio-x-mp3.png \
gnome-audio-x-pn-realaudio.png \
gnome-audio-x-s3m.png \
gnome-audio-x-stm.png \
gnome-audio-x-voc.png \
gnome-audio-x-wav.png \
gnome-audio-x-xi.png \
gnome-audio-x-xm.png \
gnome-audio.png \
gnome-compressed.png \
gnome-core.png \
gnome-font-afm.png \
gnome-font-ttf.png \
gnome-font-x-pcf.png \
gnome-gimp.png \
gnome-gnumeric.png \
gnome-http-url.png \
gnome-image-bmp.png \
gnome-image-generic.png \
gnome-image-gif.png \
gnome-image-ief.png \
gnome-image-jpeg.png \
gnome-image-pbm.png \
gnome-image-pgm.png \
gnome-image-png.png \
gnome-image-pnm.png \
gnome-image-ppm.png \
gnome-image-psd.png \
gnome-image-ras.png \
gnome-image-rgb.png \
gnome-image-tga.png \
gnome-image-tiff.png \
gnome-image-x-xfig.png \
gnome-image-xbm.png \
gnome-image-xcf.png \
gnome-image-xpm.png \
gnome-image-xwd.png \
gnome-library.png \
gnome-manpage.png \
gnome-objectfile.png \
gnome-pack-deb.png \
gnome-pack-rpm.png \
gnome-package.png \
gnome-tex.png \
gnome-text-html.png \
gnome-text-x-authors.png \
gnome-text-x-copying.png \
gnome-text-x-credits.png \
gnome-text-x-install.png \
gnome-text-x-makefile.png \
gnome-text-x-readme.png \
gnome-textfile.png \
gnome-video-mpeg.png \
gnome-video-quicktime.png \
gnome-video-x-msvideo.png \
hand.svg \
home.png \
i-blockdev.png \
i-bookmark-20.png \
i-bookmark.png \
i-bookmark-missing-20.png \
i-bookmark-missing.png \
i-cdrom.png \
i-chardev.png \
i-core.png \
i-device.png \
i-dirclosed.png \
i-directory-12.png \
i-directory-192.png \
i-directory-24.png \
i-directory-36.png \
i-directory-72.png \
i-directory-96.png \
i-directory.png \
i-executable.png \
i-fifo.png \
i-floppy.png \
i-nfs.png \
i-printer.png \
i-regular-12.png \
i-regular-192.png \
i-regular-24.png \
i-regular-36.png \
i-regular-72.png \
i-regular-96.png \
i-regular.png \
i-sock.png \
i-stalled.png \
i-symlink.png \
i-zipdisk.png \
i-zipdisk2.png \
increment.png \
intermediate.png \
intermediate-selected.png \
knob.png \
leftarrow.png \
loading.png \
multi-ok.png \
nautilus-logo.png \
nautilus-mini-logo.png \
netscape.png \
not.png \
novice.png \
novice-selected.png \
rightarrow.png \
search.png \
tableft.png \
tabright.png \
temp-home.png \
themes.png \
thumbnail_frame.aa.png \
thumbnail_frame.png \
trash-empty.png \
trash-full.png \
uparrow.png \
zoom_body.png \
$(NULL)
EXTRA_DIST = $(icon_DATA)
|