Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2009-01-17 11:01:17 (GMT)
committer Simon Schampijer <simon@schampijer.de>2009-01-17 11:01:17 (GMT)
commit095e0959735cb24e4162b0e1c0f9821d1acb0b62 (patch)
treefae3a036cbaa7ef9473c57d2d70587c7c4988c7f
parent9292586f9037921a30f91b557504c11bf24f95ca (diff)
add activity-journal icon to artwork
added the category: apps
-rw-r--r--configure.ac3
-rw-r--r--icons/scalable/Makefile.am2
-rw-r--r--icons/scalable/apps/Makefile.am11
-rw-r--r--icons/scalable/apps/activity-journal.svg11
4 files changed, 25 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 99e7b0c..50318aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,12 +55,13 @@ cursor/sugar/Makefile
icons/Makefile
icons/scalable/Makefile
icons/scalable/actions/Makefile
+icons/scalable/apps/Makefile
+icons/scalable/categories/Makefile
icons/scalable/control/Makefile
icons/scalable/device/Makefile
icons/scalable/emblems/Makefile
icons/scalable/mimetypes/Makefile
icons/scalable/status/Makefile
-icons/scalable/categories/Makefile
gtk/Makefile
gtk/engine/Makefile
gtk/theme/Makefile
diff --git a/icons/scalable/Makefile.am b/icons/scalable/Makefile.am
index 1361d48..7989978 100644
--- a/icons/scalable/Makefile.am
+++ b/icons/scalable/Makefile.am
@@ -1 +1 @@
-SUBDIRS = actions control device mimetypes status emblems categories
+SUBDIRS = actions apps control device mimetypes status emblems categories
diff --git a/icons/scalable/apps/Makefile.am b/icons/scalable/apps/Makefile.am
new file mode 100644
index 0000000..018a4f6
--- /dev/null
+++ b/icons/scalable/apps/Makefile.am
@@ -0,0 +1,11 @@
+iconsize=scalable
+category=apps
+icondir = $(datadir)/icons/sugar/$(iconsize)/$(category)
+
+icon_DATA = \
+ activity-journal.svg
+
+EXTRA_DIST = $(icon_DATA)
+
+install-data-local: install-iconDATA
+ (cd $(DESTDIR)$(icondir)/.. && $(ICONMAP) -c $(category))
diff --git a/icons/scalable/apps/activity-journal.svg b/icons/scalable/apps/activity-journal.svg
new file mode 100644
index 0000000..1ae35db
--- /dev/null
+++ b/icons/scalable/apps/activity-journal.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
+ <!ENTITY stroke_color "#666666">
+ <!ENTITY fill_color "#ffffff">
+]><svg enable-background="new 0 0 55 55" height="55px" id="Layer_1" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g display="block" id="activity-journal">
+ <path d="M45.866,44.669 c0,2.511-1.528,4.331-4.332,4.331H12.077V6h29.458c2.15,0,4.332,2.154,4.332,4.33L45.866,44.669L45.866,44.669z" fill="&fill_color;" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
+
+ <line fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5" x1="21.341" x2="21.341" y1="6.121" y2="48.881"/>
+ <path d="M7.384,14.464 c0,0,2.084,0.695,4.17,0.695c2.086,0,4.173-0.695,4.173-0.695" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
+ <path d="M7.384,28.021 c0,0,1.912,0.695,4.345,0.695s3.999-0.695,3.999-0.695" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
+ <path d="M7.384,41.232 c0,0,1.736,0.695,4.518,0.695c2.781,0,3.825-0.695,3.825-0.695" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
+</g></svg> \ No newline at end of file