diff options
author | Luca Ferretti <elle.uca@libero.it> | 2007-07-10 20:31:51 +0800 |
---|---|---|
committer | Luca Ferretti <lferrett@src.gnome.org> | 2007-07-10 20:31:51 +0800 |
commit | 50d2f21f239148de7bb88c211ce025a1d53e51f4 (patch) | |
tree | dbb7351d7bc6f597339d5e1c20be8936ca4327dc | |
parent | 808b11ab8d7a5976b03cd783e6ba5b8274471334 (diff) | |
download | gsoc2013-epiphany-50d2f21f239148de7bb88c211ce025a1d53e51f4.tar gsoc2013-epiphany-50d2f21f239148de7bb88c211ce025a1d53e51f4.tar.gz gsoc2013-epiphany-50d2f21f239148de7bb88c211ce025a1d53e51f4.tar.bz2 gsoc2013-epiphany-50d2f21f239148de7bb88c211ce025a1d53e51f4.tar.lz gsoc2013-epiphany-50d2f21f239148de7bb88c211ce025a1d53e51f4.tar.xz gsoc2013-epiphany-50d2f21f239148de7bb88c211ce025a1d53e51f4.tar.zst gsoc2013-epiphany-50d2f21f239148de7bb88c211ce025a1d53e51f4.zip |
Add 32x32/apps to build. But currently there are no icons.
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.
svn path=/trunk/; revision=7131
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | data/icons/32x32/Makefile.am | 3 | ||||
-rw-r--r-- | data/icons/32x32/apps/Makefile.am | 13 |
3 files changed, 22 insertions, 1 deletions
@@ -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) |