diff options
author | Luca Ferretti <elle.uca@libero.it> | 2006-12-05 18:13:09 +0800 |
---|---|---|
committer | Luca Ferretti <lferrett@src.gnome.org> | 2006-12-05 18:13:09 +0800 |
commit | 87fb2371ff91fba51a93164fa6bf887bf0971d47 (patch) | |
tree | 050bc8e5866f9202c202790e2c3fa40e3330b461 /data/icons/22x22 | |
parent | 9ae8e2f99f1faca22a09dc6752e335a87ce0a65e (diff) | |
download | gsoc2013-epiphany-87fb2371ff91fba51a93164fa6bf887bf0971d47.tar gsoc2013-epiphany-87fb2371ff91fba51a93164fa6bf887bf0971d47.tar.gz gsoc2013-epiphany-87fb2371ff91fba51a93164fa6bf887bf0971d47.tar.bz2 gsoc2013-epiphany-87fb2371ff91fba51a93164fa6bf887bf0971d47.tar.lz gsoc2013-epiphany-87fb2371ff91fba51a93164fa6bf887bf0971d47.tar.xz gsoc2013-epiphany-87fb2371ff91fba51a93164fa6bf887bf0971d47.tar.zst gsoc2013-epiphany-87fb2371ff91fba51a93164fa6bf887bf0971d47.zip |
Add "popup-hidden" named icon.
2006-12-05 Luca Ferretti <elle.uca@libero.it>
* configure.ac:
* data/icons/<size>/Makefile.am:
* data/icons/<size>/status/popup-hidden.*:
* data/icons/<size>/status/Makefile.am:
Add "popup-hidden" named icon.
Diffstat (limited to 'data/icons/22x22')
-rw-r--r-- | data/icons/22x22/Makefile.am | 3 | ||||
-rw-r--r-- | data/icons/22x22/status/Makefile.am | 22 | ||||
-rw-r--r-- | data/icons/22x22/status/popup-hidden.png | bin | 0 -> 325 bytes | |||
-rw-r--r-- | data/icons/22x22/status/popup-hidden.xcf.bz2 | bin | 0 -> 1624 bytes |
4 files changed, 24 insertions, 1 deletions
diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am index d880be4c3..a31848b2d 100644 --- a/data/icons/22x22/Makefile.am +++ b/data/icons/22x22/Makefile.am @@ -1,5 +1,6 @@ SUBDIRS = \ - actions + actions \ + status MAINTAINERCLEANFILES = \ Makefile.in diff --git a/data/icons/22x22/status/Makefile.am b/data/icons/22x22/status/Makefile.am new file mode 100644 index 000000000..6ee1a37f7 --- /dev/null +++ b/data/icons/22x22/status/Makefile.am @@ -0,0 +1,22 @@ +themedir = $(pkgdatadir)/icons/hicolor +size = 22x22 +context = status + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + popup-hidden.png + + +EXTRA_DIST = \ + $(icons_DATA) + +MAINTAINERCLEANFILES = \ + Makefile.in + +install-data-local: install-iconsDATA + if test -n "$(ICONMAP)" ; then \ + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) ; \ + fi + +uninstall-am: uninstall-iconsDATA
\ No newline at end of file diff --git a/data/icons/22x22/status/popup-hidden.png b/data/icons/22x22/status/popup-hidden.png Binary files differnew file mode 100644 index 000000000..0d70dd04d --- /dev/null +++ b/data/icons/22x22/status/popup-hidden.png diff --git a/data/icons/22x22/status/popup-hidden.xcf.bz2 b/data/icons/22x22/status/popup-hidden.xcf.bz2 Binary files differnew file mode 100644 index 000000000..e88240772 --- /dev/null +++ b/data/icons/22x22/status/popup-hidden.xcf.bz2 |