blob: 18e103e324807ab8ca4218768817417e078f4ffa (
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
|
NULL=
themedir = $(datadir)/icons/ContrastHigh
size = 256x256
context = apps
icondir = $(themedir)/$(size)/$(context)
icon_DATA= \
accessories-calculator.png \
accessories-character-map.png \
accessories-dictionary.png \
accessories-text-editor.png \
anaconda.png \
applets-screenshooter.png \
audiobook.png \
blender.png \
bluetooth.png \
boxes.png \
brasero.png \
cheese.png \
config-firewall.png \
configuration-editor.png \
dconf-editor.png \
deja-dup.png \
devhelp.png \
documents.png \
empathy.png \
eog.png \
evince.png \
evolution.png \
fedora-release-notes.png \
file-roller.png \
firefox.png \
gcolor2.png \
gimp.png \
glade.png \
gnome-abrt.png \
gnome-aisleriot.png \
gnome-boxes.png \
gnome-disks.png \
gnome-documents.png \
gnome-freecell.png \
gnome-nettool.png \
gnome-tweak-tool.png \
goa-panel.png \
gtranslator.png \
haguichi.png \
headpin.png \
help-browser.png \
ifolder.png \
inkscape.png \
katello.png \
libreoffice-base.png \
libreoffice-calc.png \
libreoffice-draw.png \
libreoffice-impress.png \
libreoffice-math.png \
libreoffice-startcenter.png \
libreoffice-writer.png \
mate-brightness-applet.png \
mate-desktop.png \
mate-logo-icon-transparent.png \
mate-power-manager.png \
mate-netspeed-applet.png \
miro.png \
multimedia-volume-control.png \
palimpsest.png \
pidgin.png \
pino.png \
preferences-color.png \
preferences-desktop-accessibility.png \
preferences-desktop-display.png \
preferences-desktop-keyboard-shortcuts.png \
preferences-desktop-locale.png \
preferences-desktop-remote-desktop.png \
preferences-desktop-screensaver.png \
preferences-desktop-wallpaper.png \
preferences-system-date-and-time.png \
preferences-system-network.png \
preferences-system-network-proxy.png \
preferences-system-notifications.png \
preferences-system-privacy.png \
preferences-system-search.png \
preferences-system-sharing.png \
preferences-system-time.png \
rhythmbox.png \
scribus.png \
seahorse.png \
session-properties.png \
shotwell.png \
sound-juicer.png \
sparkleshare.png \
system-config-authentication.png \
system-file-manager.png \
system-software-install.png \
system-software-update.png \
system-users.png \
tasque.png \
text-editor.png \
tomboy.png \
totem.png \
transmission.png \
user-info.png \
utilities-system-monitor.png \
utilities-terminal.png \
vim.png \
web-browser.png \
xchat-gnome.png \
xchat.png
EXTRA_DIST= $(icon_DATA)
|