From 095e0959735cb24e4162b0e1c0f9821d1acb0b62 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Sat, 17 Jan 2009 11:01:17 +0000 Subject: add activity-journal icon to artwork added the category: apps --- 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 @@ + + +]> + + + + + + + \ No newline at end of file -- cgit v0.9.1