Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/icons/scalable/actions/Makefile.am
blob: 68ab52c5c056f3637c8f5eede4873d02395a8d3e (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
iconsize=scalable
category=actions
icondir = $(datadir)/icons/sugar/$(iconsize)/$(category)

icon_DATA =					\
	activity-start.svg			\
	activity-stop.svg			\
	cell-format.svg				\
	cell-height.svg				\
	cell-size.svg				\
	cell-width.svg				\
	column-insert.svg			\
	column-remove.svg			\
	dialog-cancel.svg			\
	dialog-ok.svg				\
	document-save.svg			\
	document-send.svg			\
	edit-copy.svg				\
	edit-delete.svg				\
	edit-paste.svg				\
	edit-redo.svg				\
	edit-undo.svg				\
	format-columns-double.svg		\
	format-columns-single.svg		\
	format-columns-triple.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-leading.svg			\
	format-text-size.svg			\
	format-text-underline.svg		\
	go-down.svg				\
	go-home.svg				\
	go-left.svg				\
	go-next-paired.svg			\
	go-next.svg				\
	go-previous-paired.svg			\
	go-previous.svg				\
	go-right.svg				\
	go-up.svg				\
	insert-image.svg			\
	insert-table.svg			\
	invite.svg				\
	list-add.svg				\
	list-remove.svg				\
	media-eject-insensitive.svg		\
	media-eject.svg				\
	media-playback-pause-insensitive.svg	\
	media-playback-pause.svg		\
	media-playback-start-insensitive.svg	\
	media-playback-start.svg		\
	media-playback-stop-insensitive.svg	\
	media-playback-stop.svg			\
	media-playlist-repeat-insensitive.svg	\
	media-playlist-repeat.svg		\
	media-playlist-shuffle-insensitive.svg	\
	media-playlist-shuffle.svg		\
	media-record-insensitive.svg		\
	media-record.svg			\
	media-seek-backward-insensitive.svg	\
	media-seek-backward.svg			\
	media-seek-forward-insensitive.svg	\
	media-seek-forward.svg			\
	row-insert.svg				\
	row-remove.svg				\
	system-logout.svg			\
	system-restart.svg			\
	system-search.svg			\
	system-shutdown.svg			\
	tray-hide.svg				\
	tray-show.svg				\
	view-box.svg				\
	view-details.svg			\
	view-freeform.svg			\
	view-fullscreen.svg			\
	view-list.svg				\
	view-radial.svg				\
	view-refresh.svg			\
	view-return.svg				\
	view-spiral.svg				\
	view-triangle.svg			\
	zoom-activity.svg 			\
	zoom-best-fit.svg			\
	zoom-groups.svg				\
	zoom-home.svg				\
	zoom-in.svg				\
	zoom-neighborhood.svg			\
	zoom-original.svg			\
	zoom-out.svg

EXTRA_DIST = $(icon_DATA)

# install aliases for icons, and the use the icon-naming-utils to install
# further aliases for compatibility with gtk stock icon names.
install-data-local: install-iconDATA
	ln -sf activity-start.svg $(DESTDIR)$(icondir)/document-open.svg
	ln -sf activity-stop.svg $(DESTDIR)$(icondir)/application-exit.svg
	ln -sf dialog-ok.svg $(DESTDIR)$(icondir)/dialog-apply.svg
	ln -sf media-playback-stop.svg $(DESTDIR)$(icondir)/process-stop.svg
	(cd $(DESTDIR)$(icondir)/.. && $(ICONMAP) -c $(category))