Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEben Eliason <eben@laptop.org>2008-03-14 00:14:32 (GMT)
committer Eben Eliason <eben@laptop.org>2008-03-14 00:14:32 (GMT)
commitfa3f959ae32aea5b6287567e588c742461d59be2 (patch)
treea564a85909131ac2bb535a25c5a6bc06503bb13b
parent91c345ec08053e4da9f680e17adb40cef9f6e59a (diff)
Put the newly added device icons back into the makefile
When I mistakely failed to add some new files with my previous commit, Tomeu removed them from the makefile. I then added the icons and failed to realize they were missing from the makefile. I also noticed that the system shutdown/restart icons were missing from the actions makefile, so those are now in place.
-rw-r--r--icons/scalable/actions/Makefile.am2
-rw-r--r--icons/scalable/device/Makefile.am29
2 files changed, 29 insertions, 2 deletions
diff --git a/icons/scalable/actions/Makefile.am b/icons/scalable/actions/Makefile.am
index a4e12a6..417f461 100644
--- a/icons/scalable/actions/Makefile.am
+++ b/icons/scalable/actions/Makefile.am
@@ -61,7 +61,9 @@ icon_DATA = \
media-seek-forward.svg \
row-insert.svg \
row-remove.svg \
+ system-restart.svg \
system-search.svg \
+ system-shutdown.svg \
tray-hide.svg \
tray-show.svg \
view-fullscreen.svg \
diff --git a/icons/scalable/device/Makefile.am b/icons/scalable/device/Makefile.am
index d13c3c7..8fabc89 100644
--- a/icons/scalable/device/Makefile.am
+++ b/icons/scalable/device/Makefile.am
@@ -2,7 +2,7 @@ iconsize=scalable
category=device
icondir = $(datadir)/icons/sugar/$(iconsize)/$(category)
-icon_DATA = \
+icon_DATA = \
battery-000.icon \
battery-000.svg \
battery-010.icon \
@@ -24,9 +24,25 @@ icon_DATA = \
battery-090.icon \
battery-090.svg \
battery-100.icon \
+ battery-charging-100.svg \
+ battery-charging-000.svg \
+ battery-charging-010.svg \
+ battery-charging-020.svg \
+ battery-charging-030.svg \
+ battery-charging-040.svg \
+ battery-charging-050.svg \
+ battery-charging-060.svg \
+ battery-charging-070.svg \
+ battery-charging-080.svg \
+ battery-charging-090.svg \
+ battery-charging-100.svg \
+ camera-external.svg \
+ camera.svg \
computer-xo.svg \
+ media-disk.svg \
media-flash-sd-mmc.svg \
media-flash-usb.svg \
+ microphone.svg \
network-mesh.svg \
network-mesh.icon \
network-wired.svg \
@@ -41,6 +57,15 @@ icon_DATA = \
network-wireless-080.svg \
network-wireless-080.icon \
network-wireless-100.svg \
- network-wireless-100.icon
+ network-wireless-100.icon \
+ printer.svg \
+ speaker-000.svg \
+ speaker-033.svg \
+ speaker-066.svg \
+ speaker-100.svg \
+ speaker-muted-000.svg \
+ speaker-muted-033.svg \
+ speaker-muted-066.svg \
+ speaker-muted-100.svg
EXTRA_DIST = $(icon_DATA)