Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-28 01:28:17 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-28 01:28:17 (GMT)
commit214e5328090b0bec8ca37bee160de8c6a13acc65 (patch)
tree9ecf6d3235790b304db0b17bfe595d850111b96e
parent206d8149e1da24f19224bf520540f6fd4aebe2b7 (diff)
Add a bunch of icons by Eben
-rwxr-xr-xart/icon-theme/index.theme.in20
-rw-r--r--art/icon-theme/scalable/Makefile.am2
-rw-r--r--art/icon-theme/scalable/control/Makefile.am8
-rw-r--r--art/icon-theme/scalable/control/control-popup-arrow.svg11
-rw-r--r--art/icon-theme/scalable/device/Makefile.am21
-rw-r--r--art/icon-theme/scalable/device/device-battery-000.svg11
-rw-r--r--art/icon-theme/scalable/device/device-battery-020.svg12
-rw-r--r--art/icon-theme/scalable/device/device-battery-040.svg12
-rw-r--r--art/icon-theme/scalable/device/device-battery-060.svg12
-rw-r--r--art/icon-theme/scalable/device/device-battery-080.svg12
-rw-r--r--art/icon-theme/scalable/device/device-battery-100.svg13
-rw-r--r--art/icon-theme/scalable/device/device-battery.svg13
-rw-r--r--art/icon-theme/scalable/device/device-network-wireless-000.svg11
-rw-r--r--art/icon-theme/scalable/device/device-network-wireless-020.svg20
-rw-r--r--art/icon-theme/scalable/device/device-network-wireless-040.svg20
-rw-r--r--art/icon-theme/scalable/device/device-network-wireless-060.svg20
-rw-r--r--art/icon-theme/scalable/device/device-network-wireless-080.svg20
-rw-r--r--art/icon-theme/scalable/device/device-network-wireless-100.svg20
-rw-r--r--art/icon-theme/scalable/device/device-network-wireless.svg20
-rw-r--r--art/icon-theme/scalable/stock/Makefile.am1
-rw-r--r--art/icon-theme/scalable/stock/stock-star.svg11
-rwxr-xr-xbuild-snapshot.sh2
-rw-r--r--configure.in2
23 files changed, 289 insertions, 5 deletions
diff --git a/art/icon-theme/index.theme.in b/art/icon-theme/index.theme.in
index 029db8a..2c38633 100755
--- a/art/icon-theme/index.theme.in
+++ b/art/icon-theme/index.theme.in
@@ -2,7 +2,7 @@
_Name=OLPC
_Comment=Default OLPC Theme
-Directories=16x16/stock/emoticons,scalable/stock,scalable/object
+Directories=16x16/stock/emoticons,scalable/stock,scalable/object,scalable/device,scalable/control
[16x16/stock/emoticons]
Size=16
@@ -10,14 +10,28 @@ Context=Stock
Type=Fixed
[scalable/stock]
-Size=48
+Size=50
MinSize=32
MaxSize=256
Context=Stock
Type=Scalable
[scalable/object]
-Size=75
+Size=50
+MinSize=32
+MaxSize=256
+Context=Stock
+Type=Scalable
+
+[scalable/device]
+Size=50
+MinSize=32
+MaxSize=256
+Context=Stock
+Type=Scalable
+
+[scalable/control]
+Size=50
MinSize=32
MaxSize=256
Context=Stock
diff --git a/art/icon-theme/scalable/Makefile.am b/art/icon-theme/scalable/Makefile.am
index c164eaa..ac06841 100644
--- a/art/icon-theme/scalable/Makefile.am
+++ b/art/icon-theme/scalable/Makefile.am
@@ -1 +1 @@
-SUBDIRS = stock object
+SUBDIRS = control object stock
diff --git a/art/icon-theme/scalable/control/Makefile.am b/art/icon-theme/scalable/control/Makefile.am
new file mode 100644
index 0000000..3c5eafd
--- /dev/null
+++ b/art/icon-theme/scalable/control/Makefile.am
@@ -0,0 +1,8 @@
+iconsize=scalable
+category=object
+icondir = $(datadir)/icons/olpc/$(iconsize)/$(category)
+
+icon_DATA = \
+ control-popup-arrow.svg
+
+EXTRA_DIST = $(icon_DATA)
diff --git a/art/icon-theme/scalable/control/control-popup-arrow.svg b/art/icon-theme/scalable/control/control-popup-arrow.svg
new file mode 100644
index 0000000..aaab9a7
--- /dev/null
+++ b/art/icon-theme/scalable/control/control-popup-arrow.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="14.471" height="9.055"
+ viewBox="0 0 14.471 9.055" overflow="visible" enable-background="new 0 0 14.471 9.055" xml:space="preserve">
+<polyline fill="none" stroke="#FFFFFF" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" points="12.721,1.75
+ 7.309,7.305 1.75,1.75 "/>
+</svg>
diff --git a/art/icon-theme/scalable/device/Makefile.am b/art/icon-theme/scalable/device/Makefile.am
new file mode 100644
index 0000000..98506cf
--- /dev/null
+++ b/art/icon-theme/scalable/device/Makefile.am
@@ -0,0 +1,21 @@
+iconsize=scalable
+category=object
+icondir = $(datadir)/icons/olpc/$(iconsize)/$(category)
+
+icon_DATA = \
+ device-battery-000.svg \
+ device-battery-020.svg \
+ device-battery-040.svg \
+ device-battery-060.svg \
+ device-battery-080.svg \
+ device-battery-100.svg \
+ device-battery.svg \
+ device-network-wireless-000.svg \
+ device-network-wireless-020.svg \
+ device-network-wireless-040.svg \
+ device-network-wireless-060.svg \
+ device-network-wireless-080.svg \
+ device-network-wireless-100.svg \
+ device-network-wireless.svg
+
+EXTRA_DIST = $(icon_DATA)
diff --git a/art/icon-theme/scalable/device/device-battery-000.svg b/art/icon-theme/scalable/device/device-battery-000.svg
new file mode 100644
index 0000000..7aeb27b
--- /dev/null
+++ b/art/icon-theme/scalable/device/device-battery-000.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="51.562" height="24.435"
+ viewBox="0 0 51.562 24.435" overflow="visible" enable-background="new 0 0 51.562 24.435" xml:space="preserve">
+<polygon fill="none" stroke="#4CC92D" stroke-width="2.4441" stroke-linecap="round" stroke-linejoin="round" points="1.222,23.213
+ 44.189,23.213 44.189,18.485 50.34,18.485 50.34,5.948 44.189,5.948 44.189,1.222 1.222,1.222 "/>
+</svg>
diff --git a/art/icon-theme/scalable/device/device-battery-020.svg b/art/icon-theme/scalable/device/device-battery-020.svg
new file mode 100644
index 0000000..810c079
--- /dev/null
+++ b/art/icon-theme/scalable/device/device-battery-020.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="51.562" height="24.435"
+ viewBox="0 0 51.562 24.435" overflow="visible" enable-background="new 0 0 51.562 24.435" xml:space="preserve">
+<rect x="1.222" y="1.222" fill="#0000A0" width="10" height="21.991"/>
+<polygon fill="none" stroke="#4CC92D" stroke-width="2.4441" stroke-linecap="round" stroke-linejoin="round" points="1.222,23.213
+ 44.189,23.213 44.189,18.485 50.34,18.485 50.34,5.948 44.189,5.948 44.189,1.222 1.222,1.222 "/>
+</svg>
diff --git a/art/icon-theme/scalable/device/device-battery-040.svg b/art/icon-theme/scalable/device/device-battery-040.svg
new file mode 100644
index 0000000..b98cc84
--- /dev/null
+++ b/art/icon-theme/scalable/device/device-battery-040.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="51.562" height="24.435"
+ viewBox="0 0 51.562 24.435" overflow="visible" enable-background="new 0 0 51.562 24.435" xml:space="preserve">
+<rect x="1.222" y="1.222" fill="#0000A0" width="20" height="21.991"/>
+<polygon fill="none" stroke="#4CC92D" stroke-width="2.4441" stroke-linecap="round" stroke-linejoin="round" points="1.222,23.213
+ 44.189,23.213 44.189,18.485 50.34,18.485 50.34,5.948 44.189,5.948 44.189,1.222 1.222,1.222 "/>
+</svg>
diff --git a/art/icon-theme/scalable/device/device-battery-060.svg b/art/icon-theme/scalable/device/device-battery-060.svg
new file mode 100644
index 0000000..7f4772b
--- /dev/null
+++ b/art/icon-theme/scalable/device/device-battery-060.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="51.562" height="24.435"
+ viewBox="0 0 51.562 24.435" overflow="visible" enable-background="new 0 0 51.562 24.435" xml:space="preserve">
+<rect x="1.222" y="1.222" fill="#0000A0" width="30" height="21.991"/>
+<polygon fill="none" stroke="#4CC92D" stroke-width="2.4441" stroke-linecap="round" stroke-linejoin="round" points="1.222,23.213
+ 44.189,23.213 44.189,18.485 50.34,18.485 50.34,5.948 44.189,5.948 44.189,1.222 1.222,1.222 "/>
+</svg>
diff --git a/art/icon-theme/scalable/device/device-battery-080.svg b/art/icon-theme/scalable/device/device-battery-080.svg
new file mode 100644
index 0000000..8020d1c
--- /dev/null
+++ b/art/icon-theme/scalable/device/device-battery-080.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="51.562" height="24.435"
+ viewBox="0 0 51.562 24.435" overflow="visible" enable-background="new 0 0 51.562 24.435" xml:space="preserve">
+<rect x="1.222" y="1.222" fill="#0000A0" width="40" height="21.991"/>
+<polygon fill="none" stroke="#4CC92D" stroke-width="2.4441" stroke-linecap="round" stroke-linejoin="round" points="1.222,23.213
+ 44.189,23.213 44.189,18.485 50.34,18.485 50.34,5.948 44.189,5.948 44.189,1.222 1.222,1.222 "/>
+</svg>
diff --git a/art/icon-theme/scalable/device/device-battery-100.svg b/art/icon-theme/scalable/device/device-battery-100.svg
new file mode 100644
index 0000000..8b3ce15
--- /dev/null
+++ b/art/icon-theme/scalable/device/device-battery-100.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="51.562" height="24.435"
+ viewBox="0 0 51.562 24.435" overflow="visible" enable-background="new 0 0 51.562 24.435" xml:space="preserve">
+<rect x="1.222" y="1.222" fill="#0000A0" width="42.943" height="21.991"/>
+<rect x="43.415" y="5.901" fill="#0000A0" width="6.925" height="12.562"/>
+<polygon fill="none" stroke="#4CC92D" stroke-width="2.4441" stroke-linecap="round" stroke-linejoin="round" points="1.222,23.213
+ 44.189,23.213 44.189,18.485 50.34,18.485 50.34,5.948 44.189,5.948 44.189,1.222 1.222,1.222 "/>
+</svg>
diff --git a/art/icon-theme/scalable/device/device-battery.svg b/art/icon-theme/scalable/device/device-battery.svg
new file mode 100644
index 0000000..8b3ce15
--- /dev/null
+++ b/art/icon-theme/scalable/device/device-battery.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="51.562" height="24.435"
+ viewBox="0 0 51.562 24.435" overflow="visible" enable-background="new 0 0 51.562 24.435" xml:space="preserve">
+<rect x="1.222" y="1.222" fill="#0000A0" width="42.943" height="21.991"/>
+<rect x="43.415" y="5.901" fill="#0000A0" width="6.925" height="12.562"/>
+<polygon fill="none" stroke="#4CC92D" stroke-width="2.4441" stroke-linecap="round" stroke-linejoin="round" points="1.222,23.213
+ 44.189,23.213 44.189,18.485 50.34,18.485 50.34,5.948 44.189,5.948 44.189,1.222 1.222,1.222 "/>
+</svg>
diff --git a/art/icon-theme/scalable/device/device-network-wireless-000.svg b/art/icon-theme/scalable/device/device-network-wireless-000.svg
new file mode 100644
index 0000000..78f116b
--- /dev/null
+++ b/art/icon-theme/scalable/device/device-network-wireless-000.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="45.623" height="46.892"
+ viewBox="0 0 45.623 46.892" overflow="visible" enable-background="new 0 0 45.623 46.892" xml:space="preserve">
+<polygon fill="none" stroke="#4CC92D" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" points="1.75,45.142
+ 22.813,1.75 43.873,45.142 "/>
+</svg>
diff --git a/art/icon-theme/scalable/device/device-network-wireless-020.svg b/art/icon-theme/scalable/device/device-network-wireless-020.svg
new file mode 100644
index 0000000..2ff35f2
--- /dev/null
+++ b/art/icon-theme/scalable/device/device-network-wireless-020.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="51.153" height="46.892"
+ viewBox="0 0 51.153 46.892" overflow="visible" enable-background="new 0 0 51.153 46.892" xml:space="preserve">
+<g>
+ <defs>
+ <rect id="XMLID_1_" y="37.733" width="51.153" height="9"/>
+ </defs>
+ <clipPath id="XMLID_3_">
+ <use xlink:href="#XMLID_1_" />
+ </clipPath>
+ <polygon clip-path="url(#XMLID_3_)" fill="#0000A0" points="4.059,45.142 25.122,1.75 46.181,45.142 "/>
+</g>
+<polygon fill="none" stroke="#4CC92D" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" points="4.059,45.142
+ 25.122,1.75 46.181,45.142 "/>
+</svg>
diff --git a/art/icon-theme/scalable/device/device-network-wireless-040.svg b/art/icon-theme/scalable/device/device-network-wireless-040.svg
new file mode 100644
index 0000000..00235fc
--- /dev/null
+++ b/art/icon-theme/scalable/device/device-network-wireless-040.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="51.153" height="46.892"
+ viewBox="0 0 51.153 46.892" overflow="visible" enable-background="new 0 0 51.153 46.892" xml:space="preserve">
+<g>
+ <defs>
+ <rect id="XMLID_1_" y="28.733" width="51.153" height="18"/>
+ </defs>
+ <clipPath id="XMLID_3_">
+ <use xlink:href="#XMLID_1_" />
+ </clipPath>
+ <polygon clip-path="url(#XMLID_3_)" fill="#0000A0" points="4.059,45.142 25.122,1.75 46.181,45.142 "/>
+</g>
+<polygon fill="none" stroke="#4CC92D" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" points="4.059,45.142
+ 25.122,1.75 46.181,45.142 "/>
+</svg>
diff --git a/art/icon-theme/scalable/device/device-network-wireless-060.svg b/art/icon-theme/scalable/device/device-network-wireless-060.svg
new file mode 100644
index 0000000..b4956e7
--- /dev/null
+++ b/art/icon-theme/scalable/device/device-network-wireless-060.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="51.153" height="46.892"
+ viewBox="0 0 51.153 46.892" overflow="visible" enable-background="new 0 0 51.153 46.892" xml:space="preserve">
+<g>
+ <defs>
+ <rect id="XMLID_1_" y="19.733" width="51.153" height="27"/>
+ </defs>
+ <clipPath id="XMLID_3_">
+ <use xlink:href="#XMLID_1_" />
+ </clipPath>
+ <polygon clip-path="url(#XMLID_3_)" fill="#0000A0" points="4.059,45.142 25.122,1.75 46.181,45.142 "/>
+</g>
+<polygon fill="none" stroke="#4CC92D" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" points="4.059,45.142
+ 25.122,1.75 46.181,45.142 "/>
+</svg>
diff --git a/art/icon-theme/scalable/device/device-network-wireless-080.svg b/art/icon-theme/scalable/device/device-network-wireless-080.svg
new file mode 100644
index 0000000..8947852
--- /dev/null
+++ b/art/icon-theme/scalable/device/device-network-wireless-080.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="51.153" height="46.892"
+ viewBox="0 0 51.153 46.892" overflow="visible" enable-background="new 0 0 51.153 46.892" xml:space="preserve">
+<g>
+ <defs>
+ <rect id="XMLID_1_" y="10.733" width="51.153" height="36"/>
+ </defs>
+ <clipPath id="XMLID_3_">
+ <use xlink:href="#XMLID_1_" />
+ </clipPath>
+ <polygon clip-path="url(#XMLID_3_)" fill="#0000A0" points="4.059,45.142 25.122,1.75 46.181,45.142 "/>
+</g>
+<polygon fill="none" stroke="#4CC92D" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" points="4.059,45.142
+ 25.122,1.75 46.181,45.142 "/>
+</svg>
diff --git a/art/icon-theme/scalable/device/device-network-wireless-100.svg b/art/icon-theme/scalable/device/device-network-wireless-100.svg
new file mode 100644
index 0000000..a44466e
--- /dev/null
+++ b/art/icon-theme/scalable/device/device-network-wireless-100.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="51.153" height="46.892"
+ viewBox="0 0 51.153 46.892" overflow="visible" enable-background="new 0 0 51.153 46.892" xml:space="preserve">
+<g>
+ <defs>
+ <rect id="XMLID_1_" y="1.733" width="51.153" height="45"/>
+ </defs>
+ <clipPath id="XMLID_3_">
+ <use xlink:href="#XMLID_1_" />
+ </clipPath>
+ <polygon clip-path="url(#XMLID_3_)" fill="#0000A0" points="4.059,45.142 25.122,1.75 46.181,45.142 "/>
+</g>
+<polygon fill="none" stroke="#4CC92D" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" points="4.059,45.142
+ 25.122,1.75 46.181,45.142 "/>
+</svg>
diff --git a/art/icon-theme/scalable/device/device-network-wireless.svg b/art/icon-theme/scalable/device/device-network-wireless.svg
new file mode 100644
index 0000000..a44466e
--- /dev/null
+++ b/art/icon-theme/scalable/device/device-network-wireless.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="51.153" height="46.892"
+ viewBox="0 0 51.153 46.892" overflow="visible" enable-background="new 0 0 51.153 46.892" xml:space="preserve">
+<g>
+ <defs>
+ <rect id="XMLID_1_" y="1.733" width="51.153" height="45"/>
+ </defs>
+ <clipPath id="XMLID_3_">
+ <use xlink:href="#XMLID_1_" />
+ </clipPath>
+ <polygon clip-path="url(#XMLID_3_)" fill="#0000A0" points="4.059,45.142 25.122,1.75 46.181,45.142 "/>
+</g>
+<polygon fill="none" stroke="#4CC92D" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round" points="4.059,45.142
+ 25.122,1.75 46.181,45.142 "/>
+</svg>
diff --git a/art/icon-theme/scalable/stock/Makefile.am b/art/icon-theme/scalable/stock/Makefile.am
index 9033a96..9fc16d5 100644
--- a/art/icon-theme/scalable/stock/Makefile.am
+++ b/art/icon-theme/scalable/stock/Makefile.am
@@ -33,6 +33,7 @@ icon_DATA = \
stock-bold.svg \
stock-underline.svg \
stock-italic.svg \
+ stock-star.svg \
stock-justify-left.svg \
stock-justify-center.svg \
stock-justify-right.svg
diff --git a/art/icon-theme/scalable/stock/stock-star.svg b/art/icon-theme/scalable/stock/stock-star.svg
new file mode 100644
index 0000000..63bace5
--- /dev/null
+++ b/art/icon-theme/scalable/stock/stock-star.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Icon" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="28.479" height="27.086"
+ viewBox="0 0 28.479 27.086" overflow="visible" enable-background="new 0 0 28.479 27.086" xml:space="preserve">
+<polygon fill="#0000A0" stroke="#4CC92D" stroke-width="2.25" stroke-linecap="round" points="14.24,2.542 17.893,9.946
+ 26.062,11.132 20.151,16.894 21.546,25.03 14.24,21.188 6.933,25.03 8.329,16.894 2.417,11.132 10.586,9.946 "/>
+</svg>
diff --git a/build-snapshot.sh b/build-snapshot.sh
index 5a987b2..7860489 100755
--- a/build-snapshot.sh
+++ b/build-snapshot.sh
@@ -1,6 +1,6 @@
VERSION=0.33
DATE=`date +%Y%m%d`
-RELEASE=2.1
+RELEASE=2.2
TARBALL=olpc-artwork-$VERSION-$RELEASE.${DATE}git.tar.gz
rm olpc-artwork-$VERSION.tar.gz
diff --git a/configure.in b/configure.in
index cc6ec6e..e42db42 100644
--- a/configure.in
+++ b/configure.in
@@ -49,6 +49,8 @@ art/icon-theme/16x16/Makefile
art/icon-theme/16x16/stock/Makefile
art/icon-theme/16x16/stock/emoticons/Makefile
art/icon-theme/scalable/Makefile
+art/icon-theme/scalable/control/Makefile
+art/icon-theme/scalable/device/Makefile
art/icon-theme/scalable/stock/Makefile
art/icon-theme/scalable/object/Makefile
matchbox/Makefile