From 7fe2c92880b8390a43ddc8f719e961c378e9d1b0 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Mon, 12 May 2008 14:20:11 +0000 Subject: Move the cp icons in sugar/data/icons --- (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 7771ce9..bf9242f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = icons + sugar.gtkrc: gtkrc.em $(srcdir)/em.py -D theme=\'sugar\' $(srcdir)/gtkrc.em > \ $(top_builddir)/data/sugar.gtkrc diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am new file mode 100644 index 0000000..5b7c8e6 --- /dev/null +++ b/data/icons/Makefile.am @@ -0,0 +1,10 @@ +sugardir = $(pkgdatadir)/data/icons + +sugar_DATA = \ + module-about_me.svg \ + module-about_my_xo.svg \ + module-date_and_time.svg \ + module-language.svg \ + module-network.svg + +EXTRA_DIST = $(sugar_DATA) diff --git a/data/icons/module-about_me.svg b/data/icons/module-about_me.svg new file mode 100644 index 0000000..7abe926 --- /dev/null +++ b/data/icons/module-about_me.svg @@ -0,0 +1,7 @@ + + +]> + + + \ No newline at end of file diff --git a/data/icons/module-about_my_xo.svg b/data/icons/module-about_my_xo.svg new file mode 100644 index 0000000..cf3528e --- /dev/null +++ b/data/icons/module-about_my_xo.svg @@ -0,0 +1,6 @@ + + +]> + + \ No newline at end of file diff --git a/data/icons/module-date_and_time.svg b/data/icons/module-date_and_time.svg new file mode 100644 index 0000000..605dbeb --- /dev/null +++ b/data/icons/module-date_and_time.svg @@ -0,0 +1,19 @@ + + +]> + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/icons/module-language.svg b/data/icons/module-language.svg new file mode 100644 index 0000000..ce04cb4 --- /dev/null +++ b/data/icons/module-language.svg @@ -0,0 +1,59 @@ + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/data/icons/module-network.svg b/data/icons/module-network.svg new file mode 100644 index 0000000..a750a38 --- /dev/null +++ b/data/icons/module-network.svg @@ -0,0 +1,32 @@ + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v0.9.1