aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--data/icons/32x32/Makefile.am3
-rw-r--r--data/icons/32x32/apps/Makefile.am13
3 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a0484370..d4e06b7d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-07-10 Luca Ferretti <elle.uca@libero.it>
+ * data/icons/32x32/apps/Makefile.am:
+ * data/icons/32x32/Makefile.am:
+
+ Add 32x32/apps to build. But currently there are no icons.
+
+2007-07-10 Luca Ferretti <elle.uca@libero.it>
+
* configure.ac:
* data/icons/16x16/Makefile.am:
* data/icons/16x16/apps/Makefile.am:
diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am
index a7a411110..6e7f8f92c 100644
--- a/data/icons/32x32/Makefile.am
+++ b/data/icons/32x32/Makefile.am
@@ -1,3 +1,4 @@
SUBDIRS = \
- actions \
+ apps \
+ actions \
status
diff --git a/data/icons/32x32/apps/Makefile.am b/data/icons/32x32/apps/Makefile.am
new file mode 100644
index 000000000..d3f9d45f4
--- /dev/null
+++ b/data/icons/32x32/apps/Makefile.am
@@ -0,0 +1,13 @@
+themedir = $(datadir)/icons/hicolor
+size = 32x32
+context = apps
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA =
+
+noinst_DATA =
+
+EXTRA_DIST = \
+ $(icons_DATA) \
+ $(noinst_DATA)