~ubuntu-branches/ubuntu/vivid/gnome-themes/vivid

« back to all changes in this revision

Viewing changes to icon-themes/HighContrast-SVG/scalable/actions/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2009-01-20 03:59:50 UTC
  • mfrom: (1.1.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20090120035950-jdj6nzhbnszz3w1j
Tags: 2.25.5-0ubuntu1
* New upstream release (LP: #319089)
  - New high contrast icons for status/weather.
  Close bugs #564117, #564119, #564193, #564228, #564230, #564231,
  #564234, #564323, #564326, #564420.
* Bump icon-naming-utils to 0.8.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
icondir = $(themedir)/$(size)/$(context)
6
6
 
7
 
icon_DATA =                                     \
8
 
        address-book-new.svg \
 
7
icon_DATA = \
9
8
        application-exit.svg \
10
 
        appointment-new.svg \
11
9
        contact-new.svg \
12
10
        dialog-cancel.svg \
13
11
        dialog-close.svg \
15
13
        document-new.svg \
16
14
        document-open-recent.svg \
17
15
        document-open.svg \
18
 
        document-page-setup.svg \
19
16
        document-print-preview.svg \
20
17
        document-print.svg \
21
18
        document-properties.svg \
30
27
        edit-find.svg \
31
28
        edit-paste.svg \
32
29
        edit-redo.svg \
33
 
        edit-select-all.svg \
34
30
        edit-undo.svg \
35
31
        folder-new.svg \
36
32
        format-indent-less.svg \
40
36
        format-justify-left.svg \
41
37
        format-justify-right.svg \
42
38
        format-text-bold.svg \
43
 
        format-text-direction-ltr.svg \
44
 
        format-text-direction-rtl.svg \
45
39
        format-text-italic.svg \
46
40
        format-text-strikethrough.svg \
47
41
        format-text-underline.svg \
58
52
        help-about.svg \
59
53
        help-contents.svg \
60
54
        help-faq.svg \
61
 
        insert-image.svg \
62
 
        insert-link.svg \
63
55
        insert-object.svg \
64
 
        insert-text.svg \
65
56
        list-add.svg \
66
57
        list-remove.svg \
67
58
        mail-forward.svg \
68
59
        mail-mark-important.svg \
69
 
        mail-mark-junk.svg \
70
 
        mail-mark-notjunk.svg \
71
60
        mail-mark-read.svg \
72
61
        mail-mark-unread.svg \
73
62
        mail-message-new.svg \
74
63
        mail-reply-all.svg \
75
64
        mail-reply-sender.svg \
76
 
        mail-send-receive.svg \
77
 
        mail-send.svg \
78
65
        media-eject.svg \
79
66
        media-playback-pause.svg \
80
67
        media-playback-start.svg \
103
90
        view-sort-descending.svg \
104
91
        window-close.svg \
105
92
        window-new.svg \
106
 
        zoom-best-fit.svg \
 
93
        zoom-fit-best.svg \
107
94
        zoom-in.svg \
108
95
        zoom-original.svg \
109
96
        zoom-out.svg
110
97
 
 
98
placeholder_FILES = \
 
99
        address-book-new.svg \
 
100
        appointment-new.svg \
 
101
        call-start.svg \
 
102
        call-stop.svg \
 
103
        document-page-setup.svg \
 
104
        document-send.svg \
 
105
        edit-select-all.svg \
 
106
        format-text-direction-ltr.svg \
 
107
        format-text-direction-rtl.svg \
 
108
        insert-image.svg \
 
109
        insert-link.svg \
 
110
        insert-text.svg \
 
111
        mail-mark-junk.svg \
 
112
        mail-mark-notjunk.svg \
 
113
        mail-send.svg \
 
114
        mail-send-receive.svg
 
115
 
 
116
if PLACEHOLDERS
 
117
icon_DATA += $(placeholder_FILES)
 
118
endif
 
119
 
111
120
 
112
121
EXTRA_DIST =                            \
113
 
        $(icon_DATA)
 
122
        $(icon_DATA)    \
 
123
        $(placeholder_FILES)
114
124
 
115
125
if LEGACY_ICON_MAPPING
116
126
install-data-local: install-iconDATA