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

« back to all changes in this revision

Viewing changes to icon-themes/HighContrast-SVG/scalable/devices/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
 
        audio-card.svg \
 
7
icon_DATA = \
9
8
        audio-input-microphone.svg \
10
9
        battery.svg \
11
10
        camera-photo.svg \
15
14
        drive-harddisk.svg \
16
15
        drive-optical.svg \
17
16
        drive-removable-media.svg \
18
 
        input-gaming.svg \
19
17
        input-keyboard.svg \
20
18
        input-mouse.svg \
21
19
        input-tablet.svg \
23
21
        media-floppy.svg \
24
22
        media-optical.svg \
25
23
        media-tape.svg \
26
 
        modem.svg \
27
24
        multimedia-player.svg \
28
25
        network-wired.svg \
29
 
        network-wireless.svg \
30
26
        pda.svg \
31
27
        phone.svg \
32
28
        printer.svg \
33
29
        scanner.svg \
34
30
        video-display.svg
35
31
 
36
 
 
37
 
EXTRA_DIST =                            \
38
 
        $(icon_DATA)
 
32
placeholder_FILES = \
 
33
        audio-card.svg \
 
34
        input-gaming.svg \
 
35
        modem.svg \
 
36
        network-wireless.svg
 
37
 
 
38
if PLACEHOLDERS
 
39
icon_DATA += $(placeholder_FILES)
 
40
endif
 
41
 
 
42
EXTRA_DIST = \
 
43
        $(icon_DATA) \
 
44
        $(placeholder_FILES)
39
45
 
40
46
if LEGACY_ICON_MAPPING
41
47
install-data-local: install-iconDATA