diff options
2121 files changed, 586807 insertions, 0 deletions
@@ -0,0 +1,11 @@ +Ulisse Perusin <[email protected]> +Riccardo Buzzotta <[email protected]> +Josef VybÃral <[email protected]> +Hylke Bons <[email protected]> +Ricardo González <[email protected]> +Lapo Calamandrei <[email protected]> +Rodney Dawes <[email protected]> +Luca Ferretti <[email protected]> +Tuomas Kuosmanen <[email protected]> +Andreas Nilsson <[email protected]> +Jakub Steiner <[email protected]> @@ -0,0 +1 @@ +MATE icon theme is distributed under the terms of either GNU LGPL v.3 or Creative Commons BY-SA 3.0 license. diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..1229270 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,109 @@ +DISTCHECK_CONFIGURE_FLAGS = --disable-icon-mapping + +SUBDIRS = po $(SVGSRCDIR) + +theme_in_files = index.theme.in.in +theme_DATA = $(theme_in_files:.theme.in.in=.theme) + +THEME_DIRS=$(shell SIZES="$(render_sizes)"; for size in $$SIZES; do for dir in `find $(srcdir)/$(SVGOUTDIR)/$$size/* -type d`; do printf "$$dir,"; done; done; echo "scalable/actions,scalable/apps,scalable/devices,scalable/emblems,scalable/mimetypes,scalable/places,scalable/status") + +%.theme.in: %.theme.in.in $(SVGOUTDIR) Makefile + dirs="`echo $(THEME_DIRS) | sed -e 's#$(srcdir)/mate/##g'`"; \ + sed -e "s|\@THEME_DIRS\@|$$dirs|g" < $< > [email protected]; \ + for dir in `echo $$dirs | sed -e "s/,/ /g"`; do \ + sizefull="`dirname $$dir`"; \ + if test "$$sizefull" = "scalable"; then \ + size="16"; \ + else \ + size="`echo $$sizefull | sed -e 's/x.*$$//g'`"; \ + fi; \ + context="`basename $$dir`"; \ + echo "[$$dir]" >> [email protected]; \ + if test "$$context" = "actions"; then \ + echo "Context=Actions" >> [email protected]; \ + fi; \ + if test "$$context" = "animations"; then \ + echo "Context=Animations" >> [email protected]; \ + fi; \ + if test "$$context" = "apps"; then \ + echo "Context=Applications" >> [email protected]; \ + fi; \ + if test "$$context" = "categories"; then \ + echo "Context=Categories" >> [email protected]; \ + fi; \ + if test "$$context" = "devices"; then \ + echo "Context=Devices" >> [email protected]; \ + fi; \ + if test "$$context" = "emblems"; then \ + echo "Context=Emblems" >> [email protected]; \ + fi; \ + if test "$$context" = "emotes"; then \ + echo "Context=Emotes" >> [email protected]; \ + fi; \ + if test "$$context" = "intl"; then \ + echo "Context=International" >> [email protected]; \ + fi; \ + if test "$$context" = "mimetypes"; then \ + echo "Context=MimeTypes" >> [email protected]; \ + fi; \ + if test "$$context" = "places"; then \ + echo "Context=Places" >> [email protected]; \ + fi; \ + if test "$$context" = "status"; then \ + echo "Context=Status" >> [email protected]; \ + fi; \ + echo "Size=$$size" >> [email protected]; \ + if test "$$sizefull" = "scalable"; then \ + echo "MinSize=8" >> [email protected]; \ + echo "MaxSize=512" >> [email protected]; \ + echo "Type=Scalable" >> [email protected]; \ + elif test "$$size" = "256"; then \ + echo "MinSize=56" >> [email protected]; \ + echo "MaxSize=512" >> [email protected]; \ + echo "Type=Scalable" >> [email protected]; \ + else \ + echo "Type=Fixed" >> [email protected]; \ + fi; \ + echo "" >> [email protected]; \ + done + + +# we don't want to install mo files, all translations are already stored +# in theme files +install-data-local: + $(MAKE) -C po uninstall + if [ -h $(DESTDIR)$(themedir) ]; then \ + rm -f $(DESTDIR)$(themedir); \ + fi + if [ -d $(DESTDIR)$(themedir) ]; then \ + touch $(DESTDIR)$(themedir); \ + fi + +pkgconfigdir = $(datadir)/pkgconfig +pkgconfig_DATA = mate-icon-theme.pc + +EXTRA_DIST = \ + mate-icon-theme.pc.in \ + mate \ + $(theme_in_files) + +CLEANFILES = \ + $(theme_DATA) + +MAINTAINERCLEANFILES = \ + Makefile.in \ + aclocal.m4 \ + config.guess \ + config.h.in \ + config.sub \ + configure \ + depcomp \ + install-sh \ + intltool-*.in \ + libtool \ + ltmain.sh \ + missing \ + mkinstalldirs \ + po/Makefile.in.in \ + po/$(GETTEXT_PACKAGE).pot diff --git a/Makefile.in b/Makefile.in new file mode 100644 index 0000000..e17cb15 --- /dev/null +++ b/Makefile.in @@ -0,0 +1,852 @@ +# Makefile.in generated by automake 1.11.1 from Makefile.am. + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, +# Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + + +VPATH = @[email protected] +pkgdatadir = $(datadir)/@[email protected] +pkgincludedir = $(includedir)/@[email protected] +pkglibdir = $(libdir)/@[email protected] +pkglibexecdir = $(libexecdir)/@[email protected] +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = . +DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in $(srcdir)/mate-icon-theme.pc.in \ + $(top_srcdir)/configure AUTHORS COPYING NEWS TODO install-sh \ + missing +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_CLEAN_FILES = mate-icon-theme.pc +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__installdirs = "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(themedir)" +DATA = $(pkgconfig_DATA) $(theme_DATA) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ + distdir dist dist-all distcheck +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + { test ! -d "$(distdir)" \ + || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -fr "$(distdir)"; }; } +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +DIST_ARCHIVES = $(distdir).tar.gz +GZIP_ENV = --best +distuninstallcheck_listfiles = find . -type f -print +distcleancheck_listfiles = find . -type f -print +ACLOCAL = @[email protected] +ACLOCAL_AMFLAGS = @[email protected] +ALL_LINGUAS = @[email protected] +AMTAR = @[email protected] +AUTOCONF = @[email protected] +AUTOHEADER = @[email protected] +AUTOMAKE = @[email protected] +AWK = @[email protected] +CC = @[email protected] +CCDEPMODE = @[email protected] +CFLAGS = @[email protected] +CPPFLAGS = @[email protected] +CYGPATH_W = @[email protected] +DATADIRNAME = @[email protected] +DEFS = @[email protected] +DEPDIR = @[email protected] +ECHO_C = @[email protected] +ECHO_N = @[email protected] +ECHO_T = @[email protected] +EXEEXT = @[email protected] +GETTEXT_PACKAGE = @[email protected] +GMSGFMT = @[email protected] +ICONMAP = @[email protected] +INSTALL = @[email protected] +INSTALL_DATA = @[email protected] +INSTALL_PROGRAM = @[email protected] +INSTALL_SCRIPT = @[email protected] +INSTALL_STRIP_PROGRAM = @[email protected] +INTLTOOL_EXTRACT = @[email protected] +INTLTOOL_MERGE = @[email protected] +INTLTOOL_PERL = @[email protected] +INTLTOOL_UPDATE = @[email protected] +LDFLAGS = @[email protected] +LIBOBJS = @[email protected] +LIBS = @[email protected] +LTLIBOBJS = @[email protected] +MAKEINFO = @[email protected] +MKDIR_P = @[email protected] +MSGFMT = @[email protected] +MSGMERGE = @[email protected] +OBJEXT = @[email protected] +PACKAGE = @[email protected] +PACKAGE_BUGREPORT = @[email protected] +PACKAGE_NAME = @[email protected] +PACKAGE_STRING = @[email protected] +PACKAGE_TARNAME = @[email protected] +PACKAGE_URL = @[email protected] +PACKAGE_VERSION = @[email protected] +PATH_SEPARATOR = @[email protected] +PKG_CONFIG = @[email protected] +PKG_CONFIG_LIBDIR = @[email protected] +PKG_CONFIG_PATH = @[email protected] +SET_MAKE = @[email protected] +SHELL = @[email protected] +STRIP = @[email protected] +SVGOUTDIR = @[email protected] +SVGSRCDIR = @[email protected] +USE_NLS = @[email protected] +VERSION = @[email protected] +XGETTEXT = @[email protected] +abs_builddir = @[email protected] +abs_srcdir = @[email protected] +abs_top_builddir = @[email protected] +abs_top_srcdir = @[email protected] +ac_ct_CC = @[email protected] +am__include = @[email protected] +am__leading_dot = @[email protected] +am__quote = @[email protected] +am__tar = @[email protected] +am__untar = @[email protected] +bindir = @[email protected] +build_alias = @[email protected] +builddir = @[email protected] +datadir = @[email protected] +datarootdir = @[email protected] +docdir = @[email protected] +dvidir = @[email protected] +exec_prefix = @[email protected] +host_alias = @[email protected] +htmldir = @[email protected] +includedir = @[email protected] +infodir = @[email protected] +install_sh = @[email protected] +libdir = @[email protected] +libexecdir = @[email protected] +localedir = @[email protected] +localstatedir = @[email protected] +mandir = @[email protected] +mkdir_p = @[email protected] +oldincludedir = @[email protected] +pdfdir = @[email protected] +prefix = @[email protected] +program_transform_name = @[email protected] +psdir = @[email protected] +render_sizes = @[email protected] +sbindir = @[email protected] +sharedstatedir = @[email protected] +srcdir = @[email protected] +sysconfdir = @[email protected] +target_alias = @[email protected] +themedir = @[email protected] +top_build_prefix = @[email protected] +top_builddir = @[email protected] +top_srcdir = @[email protected] +DISTCHECK_CONFIGURE_FLAGS = --disable-icon-mapping +SUBDIRS = po $(SVGSRCDIR) +theme_in_files = index.theme.in.in +theme_DATA = $(theme_in_files:.theme.in.in=.theme) +THEME_DIRS = $(shell SIZES="$(render_sizes)"; for size in $$SIZES; do for dir in `find $(srcdir)/$(SVGOUTDIR)/$$size/* -type d`; do printf "$$dir,"; done; done; echo "scalable/actions,scalable/apps,scalable/devices,scalable/emblems,scalable/mimetypes,scalable/places,scalable/status") +pkgconfigdir = $(datadir)/pkgconfig +pkgconfig_DATA = mate-icon-theme.pc +EXTRA_DIST = \ + mate-icon-theme.pc.in \ + mate \ + $(theme_in_files) + +CLEANFILES = \ + $(theme_DATA) + +MAINTAINERCLEANFILES = \ + Makefile.in \ + aclocal.m4 \ + config.guess \ + config.h.in \ + config.sub \ + configure \ + depcomp \ + install-sh \ + intltool-*.in \ + libtool \ + ltmain.sh \ + missing \ + mkinstalldirs \ + po/Makefile.in.in \ + po/$(GETTEXT_PACKAGE).pot + +all: all-recursive + +.SUFFIXES: +am--refresh: + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status [email protected] $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status [email protected] $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: $(am__configure_deps) + $(am__cd) $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): +mate-icon-theme.pc: $(top_builddir)/config.status $(srcdir)/mate-icon-theme.pc.in + cd $(top_builddir) && $(SHELL) ./config.status [email protected] +install-pkgconfigDATA: $(pkgconfig_DATA) + @$(NORMAL_INSTALL) + test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ + done + +uninstall-pkgconfigDATA: + @$(NORMAL_UNINSTALL) + @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files +install-themeDATA: $(theme_DATA) + @$(NORMAL_INSTALL) + test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)" + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(themedir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(themedir)" || exit $$?; \ + done + +uninstall-themeDATA: + @$(NORMAL_UNINSTALL) + @list='$(theme_DATA)'; test -n "$(themedir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + test -n "$$files" || exit 0; \ + echo " ( cd '$(DESTDIR)$(themedir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(themedir)" && rm -f $$files + +# This directory's subdirectories are mostly independent; you can cd +# into them and run `make' without going through this Makefile. +# To change the values of `make' variables: instead of editing Makefiles, +# (1) if the variable is set in `config.status', edit `config.status' +# (which will cause the Makefiles to be regenerated when you run `make'); +# (2) otherwise, pass the desired values on the `make' command line. +$(RECURSIVE_TARGETS): + @fail= failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo [email protected] | sed s/-recursive//`; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +$(RECURSIVE_CLEAN_TARGETS): + @fail= failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + case "[email protected]" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + rev=''; for subdir in $$list; do \ + if test "$$subdir" = "."; then :; else \ + rev="$$subdir $$rev"; \ + fi; \ + done; \ + rev="$$rev ."; \ + target=`echo [email protected] | sed s/-recursive//`; \ + for subdir in $$rev; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done && test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "[email protected]" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "[email protected]" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + $(am__remove_distdir) + test -d "$(distdir)" || mkdir "$(distdir)" + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done + -test -n "$(am__skip_mode_fix)" \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r "$(distdir)" +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) + +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + $(am__remove_distdir) + +dist-lzma: distdir + tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma + $(am__remove_distdir) + +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz + $(am__remove_distdir) + +dist-tarZ: distdir + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__remove_distdir) + +dist-shar: distdir + shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + $(am__remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__remove_distdir) + +dist dist-all: distdir + tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + $(am__remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lzma*) \ + lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + esac + chmod -R a-w $(distdir); chmod a+w $(distdir) + mkdir $(distdir)/_build + mkdir $(distdir)/_inst + chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build \ + && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) dvi \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 + $(am__remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @$(am__cd) '$(distuninstallcheck_dir)' \ + && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am +check: check-recursive +all-am: Makefile $(DATA) +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(themedir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) +clean: clean-recursive + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-data-local install-pkgconfigDATA \ + install-themeDATA + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-pkgconfigDATA uninstall-themeDATA + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ + install-am install-strip tags-recursive + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am am--refresh check check-am clean clean-generic \ + ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ + dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \ + distclean distclean-generic distclean-tags distcleancheck \ + distdir distuninstallcheck dvi dvi-am html html-am info \ + info-am install install-am install-data install-data-am \ + install-data-local install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-pkgconfigDATA install-ps install-ps-am install-strip \ + install-themeDATA installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ + tags-recursive uninstall uninstall-am uninstall-pkgconfigDATA \ + uninstall-themeDATA + + +%.theme.in: %.theme.in.in $(SVGOUTDIR) Makefile + dirs="`echo $(THEME_DIRS) | sed -e 's#$(srcdir)/mate/##g'`"; \ + sed -e "s|\@THEME_DIRS\@|$$dirs|g" < $< > [email protected]; \ + for dir in `echo $$dirs | sed -e "s/,/ /g"`; do \ + sizefull="`dirname $$dir`"; \ + if test "$$sizefull" = "scalable"; then \ + size="16"; \ + else \ + size="`echo $$sizefull | sed -e 's/x.*$$//g'`"; \ + fi; \ + context="`basename $$dir`"; \ + echo "[$$dir]" >> [email protected]; \ + if test "$$context" = "actions"; then \ + echo "Context=Actions" >> [email protected]; \ + fi; \ + if test "$$context" = "animations"; then \ + echo "Context=Animations" >> [email protected]; \ + fi; \ + if test "$$context" = "apps"; then \ + echo "Context=Applications" >> [email protected]; \ + fi; \ + if test "$$context" = "categories"; then \ + echo "Context=Categories" >> [email protected]; \ + fi; \ + if test "$$context" = "devices"; then \ + echo "Context=Devices" >> [email protected]; \ + fi; \ + if test "$$context" = "emblems"; then \ + echo "Context=Emblems" >> [email protected]; \ + fi; \ + if test "$$context" = "emotes"; then \ + echo "Context=Emotes" >> [email protected]; \ + fi; \ + if test "$$context" = "intl"; then \ + echo "Context=International" >> [email protected]; \ + fi; \ + if test "$$context" = "mimetypes"; then \ + echo "Context=MimeTypes" >> [email protected]; \ + fi; \ + if test "$$context" = "places"; then \ + echo "Context=Places" >> [email protected]; \ + fi; \ + if test "$$context" = "status"; then \ + echo "Context=Status" >> [email protected]; \ + fi; \ + echo "Size=$$size" >> [email protected]; \ + if test "$$sizefull" = "scalable"; then \ + echo "MinSize=8" >> [email protected]; \ + echo "MaxSize=512" >> [email protected]; \ + echo "Type=Scalable" >> [email protected]; \ + elif test "$$size" = "256"; then \ + echo "MinSize=56" >> [email protected]; \ + echo "MaxSize=512" >> [email protected]; \ + echo "Type=Scalable" >> [email protected]; \ + else \ + echo "Type=Fixed" >> [email protected]; \ + fi; \ + echo "" >> [email protected]; \ + done + + +# we don't want to install mo files, all translations are already stored +# in theme files +install-data-local: + $(MAKE) -C po uninstall + if [ -h $(DESTDIR)$(themedir) ]; then \ + rm -f $(DESTDIR)$(themedir); \ + fi + if [ -d $(DESTDIR)$(themedir) ]; then \ + touch $(DESTDIR)$(themedir); \ + fi + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: @@ -0,0 +1 @@ + @@ -0,0 +1,40 @@ +The age of hackers supplying their own artwork is over. For the sake of our +users, please leave the pixelpushin' to the artists. Please file a request +instead. + +Bugs and Requests +----------------- + +Requests for icons that will be useful for more than a a single application and +it makes sense to share it in an icon theme should be filed in MATE bugzilla +(bugzilla.gnome.org) under the mate-icon-theme module. + + +High resolution icons +===================== + +Application launcher icons and filetype icons in general will benefit in +providing a high resolution variant. For Tango, the canvas size is 256x256 pixels. + +We suggest creating artwork for this large canvas as vectors. It may require +more time as vector art with filter effects tends to be very computentionally +intensive, but the benefit is that it allows to create derivative works easily. +In addition, if we need a higher resolution than 256x256 in future, it's simply +a matter of re-rendering the icons. + +Due to the large canvas a lot of the guidelines discussed elsewhere in this document do not apply. What still stands is the use of colors, the perspective and lighting. + +FIXME: outlines (strokes alternative - wip) +FIXME: highlights (inner stroke alternative) +FIXME: shadows (wip) + +Inkscape workflow tips: +----------------------- + +* The 256x256 icon needs to be nice when scaled down to 64x64 (25% zoom), so, in inkscape, it's necessary to use a 1x1 pixels grid with major lines every 4. Lining up the main objects to the major lines of the grid will help making the icon less blurry when scaled down. + +* Text: the best trick we found (atm) for text in high resolution icons is to use the text tool to write something (lorem ipsum, funny things, nonsenses and so on:-)) using the Bitstream Vera Sans typeface with a 6pt size, trying to have the main bodies of the letters between two horizontal major grid lines, then we convert the text object to path and simplify (ctrl+l) 3 times. In case the text is not visible enough when scaling down overlaying the line with a very subtle rectangle 4px tall will help (see text-x-generic). + +* Outlines: to make the things stand out we darken the edges using various tecniques. Lapo's favourite is to group the all objects costituting the shape; copy, paste in place, ungroup and make the boolean union to obtain the silouhette [ctrl+c, crtl+alt+v, ctrl+u, ctrl++]; copy again; set this path fill to none, set the stroke from 0.5 to 2 pixels in a dark color (usaully black) and set blur from 1 to 2 points; group it with the previous group; paste in place and select the new group and the pasted path apply a clipping mask (the pasted path will be used as a clipping mask) [Object -> Clip -> Set]. Now you can do group editing with the clipping mask in place [ctrl+enter to "enter" the group]. You can play with various stroke width and color or gradients and with different blur settings. + +* Shadows: there's usually two shadow objects, one darker, less blurred, less offset. The other very fuzzy, very transparent. So you get a nice soft, non-linear falloff. @@ -0,0 +1,50 @@ +Icon creation plan (...for hires stuff) +--------------------------------------- +THIS DOCUMENT IS QUICKLY DONE AND NEEDS REVISION AND PROPER ATTENTION + +pda +phone (shall we use a phone already in g-i-t-e?) +camera-video +face-kiss +face-monkey +face-raspberry +face-worried +media-eject (the idea of having media action icons in hires is for OSD usage.) +media-playback-pause +media-playback-start +media-playback-stop +media-record +media-seek-backward +media-seek-forward +media-skip-backward +media-skip-forward +weather-clear +weather-clear-night +weather-few-clouds +weather-few-clouds-night +weather-fog +weather-overcast +weather-severe-alert +weather-showers +weather-showers-scattered +weather-snow +weather-storm +network-wired +network-wireless +applications-accessories +applications-development +applications-engineering +applications-games +applications-multimedia (Brand new icon please) +applications-other +applications-science +applications-system +applications-utilities +preferences-desktop +preferences-desktop-peripherals +preferences-desktop-personal +preferences-other +system-help +multimedia-volume-control +preferences-desktop-font +preferences-desktop-multimedia diff --git a/aclocal.m4 b/aclocal.m4 new file mode 100644 index 0000000..ee15bd2 --- /dev/null +++ b/aclocal.m4 @@ -0,0 +1,1355 @@ +# generated automatically by aclocal 1.11.1 -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],, +[m4_warning([this file was generated for autoconf 2.68. +You have another version of autoconf. It may work, but is not guaranteed to. +If you have problems, you may need to regenerate the build system entirely. +To do so, use the procedure documented by the package, typically `autoreconf'.])]) + + +dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) +# serial 40 IT_PROG_INTLTOOL +AC_DEFUN([IT_PROG_INTLTOOL], [ +AC_PREREQ([2.50])dnl +AC_REQUIRE([AM_NLS])dnl + +case "$am__api_version" in + 1.[01234]) + AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool]) + ;; + *) + ;; +esac + +if test -n "$1"; then + AC_MSG_CHECKING([for intltool >= $1]) + + INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` + INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` + [INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` + ] + AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found]) + test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || + AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.]) +fi + +AC_PATH_PROG(INTLTOOL_UPDATE, [intltool-update]) +AC_PATH_PROG(INTLTOOL_MERGE, [intltool-merge]) +AC_PATH_PROG(INTLTOOL_EXTRACT, [intltool-extract]) +if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then + AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.]) +fi + + INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< [$]@' + INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< [$]@' + INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + +_IT_SUBST(INTLTOOL_DESKTOP_RULE) +_IT_SUBST(INTLTOOL_DIRECTORY_RULE) +_IT_SUBST(INTLTOOL_KEYS_RULE) +_IT_SUBST(INTLTOOL_PROP_RULE) +_IT_SUBST(INTLTOOL_OAF_RULE) +_IT_SUBST(INTLTOOL_PONG_RULE) +_IT_SUBST(INTLTOOL_SERVER_RULE) +_IT_SUBST(INTLTOOL_SHEET_RULE) +_IT_SUBST(INTLTOOL_SOUNDLIST_RULE) +_IT_SUBST(INTLTOOL_UI_RULE) +_IT_SUBST(INTLTOOL_XAM_RULE) +_IT_SUBST(INTLTOOL_KBD_RULE) +_IT_SUBST(INTLTOOL_XML_RULE) +_IT_SUBST(INTLTOOL_XML_NOMERGE_RULE) +_IT_SUBST(INTLTOOL_CAVES_RULE) +_IT_SUBST(INTLTOOL_SCHEMAS_RULE) +_IT_SUBST(INTLTOOL_THEME_RULE) +_IT_SUBST(INTLTOOL_SERVICE_RULE) +_IT_SUBST(INTLTOOL_POLICY_RULE) + +# Check the gettext tools to make sure they are GNU +AC_PATH_PROG(XGETTEXT, xgettext) +AC_PATH_PROG(MSGMERGE, msgmerge) +AC_PATH_PROG(MSGFMT, msgfmt) +AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) +if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then + AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) +fi +xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" +mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" +mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" +if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then + AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) +fi + +AC_PATH_PROG(INTLTOOL_PERL, perl) +if test -z "$INTLTOOL_PERL"; then + AC_MSG_ERROR([perl not found]) +fi +AC_MSG_CHECKING([for perl >= 5.8.1]) +$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 +if test $? -ne 0; then + AC_MSG_ERROR([perl 5.8.1 is required for intltool]) +else + IT_PERL_VERSION="`$INTLTOOL_PERL -e \"printf '%vd', $^V\"`" + AC_MSG_RESULT([$IT_PERL_VERSION]) +fi +if test "x$2" != "xno-xml"; then + AC_MSG_CHECKING([for XML::Parser]) + if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then + AC_MSG_RESULT([ok]) + else + AC_MSG_ERROR([XML::Parser perl module is required for intltool]) + fi +fi + +# Substitute ALL_LINGUAS so we can use it in po/Makefile +AC_SUBST(ALL_LINGUAS) + +# Set DATADIRNAME correctly if it is not set yet +# (copied from glib-gettext.m4) +if test -z "$DATADIRNAME"; then + AC_LINK_IFELSE( + [AC_LANG_PROGRAM([[]], + [[extern int _nl_msg_cat_cntr; + return _nl_msg_cat_cntr]])], + [DATADIRNAME=share], + [case $host in + *-*-solaris*) + dnl On Solaris, if bind_textdomain_codeset is in libc, + dnl GNU format message catalog is always supported, + dnl since both are added to the libc all together. + dnl Hence, we'd like to go with DATADIRNAME=share + dnl in this case. + AC_CHECK_FUNC(bind_textdomain_codeset, + [DATADIRNAME=share], [DATADIRNAME=lib]) + ;; + *) + [DATADIRNAME=lib] + ;; + esac]) +fi +AC_SUBST(DATADIRNAME) + +IT_PO_SUBDIR([po]) + +]) + + +# IT_PO_SUBDIR(DIRNAME) +# --------------------- +# All po subdirs have to be declared with this macro; the subdir "po" is +# declared by IT_PROG_INTLTOOL. +# +AC_DEFUN([IT_PO_SUBDIR], +[AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS. +dnl +dnl The following CONFIG_COMMANDS should be executed at the very end +dnl of config.status. +AC_CONFIG_COMMANDS_PRE([ + AC_CONFIG_COMMANDS([$1/stamp-it], [ + if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" > /dev/null ]; then + AC_MSG_ERROR([$1/Makefile.in.in was not created by intltoolize.]) + fi + rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp" + >"$1/stamp-it.tmp" + [sed '/^#/d + s/^[[].*] *// + /^[ ]*$/d + '"s|^| $ac_top_srcdir/|" \ + "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES" + ] + [sed '/^POTFILES =/,/[^\\]$/ { + /^POTFILES =/!d + r $1/POTFILES + } + ' "$1/Makefile.in" >"$1/Makefile"] + rm -f "$1/Makefile.tmp" + mv "$1/stamp-it.tmp" "$1/stamp-it" + ]) +])dnl +]) + +# _IT_SUBST(VARIABLE) +# ------------------- +# Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST +# +AC_DEFUN([_IT_SUBST], +[ +AC_SUBST([$1]) +m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) +] +) + +# deprecated macros +AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL]) +# A hint is needed for aclocal from Automake <= 1.9.4: +# AC_DEFUN([AC_PROG_INTLTOOL], ...) + + +# nls.m4 serial 5 (gettext-0.18) +dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation, +dnl Inc. +dnl This file is free software; the Free Software Foundation +dnl gives unlimited permission to copy and/or distribute it, +dnl with or without modifications, as long as this notice is preserved. +dnl +dnl This file can can be used in projects which are not available under +dnl the GNU General Public License or the GNU Library General Public +dnl License but which still want to provide support for the GNU gettext +dnl functionality. +dnl Please note that the actual code of the GNU gettext library is covered +dnl by the GNU Library General Public License, and the rest of the GNU +dnl gettext package package is covered by the GNU General Public License. +dnl They are *not* in the public domain. + +dnl Authors: +dnl Ulrich Drepper <[email protected]>, 1995-2000. +dnl Bruno Haible <[email protected]>, 2000-2003. + +AC_PREREQ([2.50]) + +AC_DEFUN([AM_NLS], +[ + AC_MSG_CHECKING([whether NLS is requested]) + dnl Default is enabled NLS + AC_ARG_ENABLE([nls], + [ --disable-nls do not use Native Language Support], + USE_NLS=$enableval, USE_NLS=yes) + AC_MSG_RESULT([$USE_NLS]) + AC_SUBST([USE_NLS]) +]) + +# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +# serial 1 (pkg-config-0.24) +# +# Copyright © 2004 Scott James Remnant <[email protected]>. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# PKG_PROG_PKG_CONFIG([MIN-VERSION]) +# ---------------------------------- +AC_DEFUN([PKG_PROG_PKG_CONFIG], +[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) +m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) +m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) +AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) +AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) +AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=m4_default([$1], [0.9.0]) + AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + PKG_CONFIG="" + fi +fi[]dnl +])# PKG_PROG_PKG_CONFIG + +# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# +# Check to see whether a particular set of modules exists. Similar +# to PKG_CHECK_MODULES(), but does not set variables or print errors. +# +# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +# only at the first occurence in configure.ac, so if the first place +# it's called might be skipped (such as if it is within an "if", you +# have to call PKG_CHECK_EXISTS manually +# -------------------------------------------------------------- +AC_DEFUN([PKG_CHECK_EXISTS], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +if test -n "$PKG_CONFIG" && \ + AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then + m4_default([$2], [:]) +m4_ifvaln([$3], [else + $3])dnl +fi]) + +# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) +# --------------------------------------------- +m4_define([_PKG_CONFIG], +[if test -n "$$1"; then + pkg_cv_[]$1="$$1" + elif test -n "$PKG_CONFIG"; then + PKG_CHECK_EXISTS([$3], + [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes ], + [pkg_failed=yes]) + else + pkg_failed=untried +fi[]dnl +])# _PKG_CONFIG + +# _PKG_SHORT_ERRORS_SUPPORTED +# ----------------------------- +AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi[]dnl +])# _PKG_SHORT_ERRORS_SUPPORTED + + +# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +# [ACTION-IF-NOT-FOUND]) +# +# +# Note that if there is a possibility the first call to +# PKG_CHECK_MODULES might not happen, you should be sure to include an +# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac +# +# +# -------------------------------------------------------------- +AC_DEFUN([PKG_CHECK_MODULES], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl +AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl + +pkg_failed=no +AC_MSG_CHECKING([for $1]) + +_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) +_PKG_CONFIG([$1][_LIBS], [libs], [$2]) + +m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS +and $1[]_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details.]) + +if test $pkg_failed = yes; then + AC_MSG_RESULT([no]) + _PKG_SHORT_ERRORS_SUPPORTED + if test $_pkg_short_errors_supported = yes; then + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` + else + $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD + + m4_default([$4], [AC_MSG_ERROR( +[Package requirements ($2) were not met: + +$$1_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +_PKG_TEXT])[]dnl + ]) +elif test $pkg_failed = untried; then + AC_MSG_RESULT([no]) + m4_default([$4], [AC_MSG_FAILURE( +[The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +_PKG_TEXT + +To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl + ]) +else + $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS + $1[]_LIBS=$pkg_cv_[]$1[]_LIBS + AC_MSG_RESULT([yes]) + $3 +fi[]dnl +])# PKG_CHECK_MODULES + +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.11' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.11.1], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +[AM_AUTOMAKE_VERSION([1.11.1])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + +# AM_AUX_DIR_EXPAND -*- Autoconf -*- + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to +# `$srcdir', `$srcdir/..', or `$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is `.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +AC_DEFUN([AM_AUX_DIR_EXPAND], +[dnl Rely on autoconf to set up CDPATH properly. +AC_PREREQ([2.50])dnl +# expand $ac_aux_dir to an absolute path +am_aux_dir=`cd $ac_aux_dir && pwd` +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 9 + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ(2.52)dnl + ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 10 + +# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be +# written in clear, in which case automake, when reading aclocal.m4, +# will think it sees a *use*, and therefore will trigger all it's +# C support machinery. Also note that it means that autoscan, seeing +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + +# _AM_DEPENDENCIES(NAME) +# ---------------------- +# See how the compiler implements dependency checking. +# NAME is "CC", "CXX", "GCJ", or "OBJC". +# We try a few techniques and use that to set a single cache variable. +# +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular +# dependency, and given that the user is not expected to run this macro, +# just rely on AC_PROG_CC. +AC_DEFUN([_AM_DEPENDENCIES], +[AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +ifelse([$1], CC, [depcc="$CC" am_compiler_list=], + [$1], CXX, [depcc="$CXX" am_compiler_list=], + [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], UPC, [depcc="$UPC" am_compiler_list=], + [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named `D' -- because `-MD' means `put the output + # in D'. + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + am__universal=false + m4_case([$1], [CC], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac], + [CXX], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac]) + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with + # Solaris 8's {/usr,}/bin/sh. + touch sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with `-c' and `-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle `-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # after this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvisualcpp | msvcmsys) + # This compiler won't grok `-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) + + +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) + + +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE(dependency-tracking, +[ --disable-dependency-tracking speeds up one-time build + --enable-dependency-tracking do not reject slow dependency extractors]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +]) + +# Generate code to set up dependency tracking. -*- Autoconf -*- + +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +#serial 5 + +# _AM_OUTPUT_DEPENDENCY_COMMANDS +# ------------------------------ +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], +[{ + # Autoconf 2.62 quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + case $CONFIG_FILES in + *\'*) eval set x "$CONFIG_FILES" ;; + *) set x $CONFIG_FILES ;; + esac + shift + for mf + do + # Strip MF so we end up with the name of the file. + mf=`echo "$mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile or not. + # We used to match only the files named `Makefile.in', but + # some people rename them; so instead we look at the file content. + # Grep'ing the first line is not enough: some people post-process + # each Makefile.in and add a new line on top of each file to say so. + # Grep'ing the whole file is not good either: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then + dirpart=`AS_DIRNAME("$mf")` + else + continue + fi + # Extract the definition of DEPDIR, am__include, and am__quote + # from the Makefile without running `make'. + DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` + test -z "$DEPDIR" && continue + am__include=`sed -n 's/^am__include = //p' < "$mf"` + test -z "am__include" && continue + am__quote=`sed -n 's/^am__quote = //p' < "$mf"` + # When using ansi2knr, U may be empty or an underscore; expand it + U=`sed -n 's/^U = //p' < "$mf"` + # Find all dependency output files, they are included files with + # $(DEPDIR) in their names. We invoke sed twice because it is the + # simplest approach to changing $(DEPDIR) to its actual value in the + # expansion. + for file in `sed -n " + s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ + sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do + # Make sure the directory exists. + test -f "$dirpart/$file" && continue + fdir=`AS_DIRNAME(["$file"])` + AS_MKDIR_P([$dirpart/$fdir]) + # echo "creating $dirpart/$file" + echo '# dummy' > "$dirpart/$file" + done + done +} +])# _AM_OUTPUT_DEPENDENCY_COMMANDS + + +# AM_OUTPUT_DEPENDENCY_COMMANDS +# ----------------------------- +# This macro should only be invoked once -- use via AC_REQUIRE. +# +# This code is only required when automatic dependency tracking +# is enabled. FIXME. This creates each `.P' file that we will +# need in order to bootstrap the dependency handling code. +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], +[AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) +]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, +# 2005, 2006, 2008, 2009 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 16 + +# This macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.62])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) + AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) +AM_MISSING_PROG(AUTOCONF, autoconf) +AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) +AM_MISSING_PROG(AUTOHEADER, autoheader) +AM_MISSING_PROG(MAKEINFO, makeinfo) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AM_PROG_MKDIR_P])dnl +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES(CC)], + [define([AC_PROG_CC], + defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES(CXX)], + [define([AC_PROG_CXX], + defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES(OBJC)], + [define([AC_PROG_OBJC], + defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl +]) +_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl +dnl The `parallel-tests' driver may need to know about EXEEXT, so add the +dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro +dnl is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl +]) + +dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further +dnl mangled by Autoconf and run in a shell conditional statement. +m4_define([_AC_COMPILER_EXEEXT], +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) + + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST(install_sh)]) + +# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 4 + +# AM_MAKE_INCLUDE() +# ----------------- +# Check to see how make treats includes. +AC_DEFUN([AM_MAKE_INCLUDE], +[am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +AC_MSG_CHECKING([for style of include used by $am_make]) +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from `make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac +fi +AC_SUBST([am__include]) +AC_SUBST([am__quote]) +AC_MSG_RESULT([$_am_result]) +rm -f confinc confmf +]) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 6 + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it supports --run. +# If it does, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; + *) + MISSING="\${SHELL} $am_aux_dir/missing" ;; + esac +fi +# Use eval to expand $SHELL +if eval "$MISSING --run true"; then + am_missing_run="$MISSING --run " +else + am_missing_run= + AC_MSG_WARN([`missing' script is too old or missing]) +fi +]) + +# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_MKDIR_P +# --------------- +# Check for `mkdir -p'. +AC_DEFUN([AM_PROG_MKDIR_P], +[AC_PREREQ([2.60])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, +dnl while keeping a definition of mkdir_p for backward compatibility. +dnl @[email protected] is magic: AC_OUTPUT adjusts its value for each Makefile. +dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of +dnl Makefile.ins that do not define MKDIR_P, so we do our own +dnl adjustment using top_builddir (which is defined more often than +dnl MKDIR_P). +AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl +case $mkdir_p in + [[\\/$]]* | ?:[[\\/]]*) ;; + */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; +esac +]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 4 + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# ------------------------------ +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), 1)]) + +# _AM_SET_OPTIONS(OPTIONS) +# ---------------------------------- +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +AC_DEFUN([AM_RUN_LOG], +[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008 +# Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 5 + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Just in case +sleep 1 +echo timestamp > conftest.file +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);; +esac + +# Do `set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + rm -f conftest.file + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken +alias in your environment]) + fi + + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT(yes)]) + +# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor `install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in `make install-strip', and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using `strip' when the user +# run `make install-strip'. However `strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the `STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be `maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Copyright (C) 2006, 2008 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputting VARIABLE = @[email protected] in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + +# AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Public sister of _AM_SUBST_NOTMAKE. +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([email protected])]) + +# Check how to create a tarball. -*- Autoconf -*- + +# Copyright (C) 2004, 2005 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# serial 2 + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of `v7', `ustar', or `pax'. +# +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar +# +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar +AC_DEFUN([_AM_PROG_TAR], +[# Always define AMTAR for backward compatibility. +AM_MISSING_PROG([AMTAR], [tar]) +m4_if([$1], [v7], + [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], + [m4_case([$1], [ustar],, [pax],, + [m4_fatal([Unknown tar format])]) +AC_MSG_CHECKING([how to create a $1 tar archive]) +# Loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' +_am_tools=${am_cv_prog_tar_$1-$_am_tools} +# Do not fold the above two line into one, because Tru64 sh and +# Solaris sh will not grok spaces in the rhs of `-'. +for _am_tool in $_am_tools +do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; + do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar <conftest.tar]) + grep GrepMe conftest.dir/file >/dev/null 2>&1 && break + fi +done +rm -rf conftest.dir + +AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) +AC_MSG_RESULT([$am_cv_prog_tar_$1])]) +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) # _AM_PROG_TAR + diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..01b3b96 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,25 @@ +#!/bin/sh +# Run this to generate all the initial makefiles, etc. + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +PKG_NAME="mate-icon-theme" + +(test -f $srcdir/configure.ac) || { + echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" + echo " top-level $PKG_NAME directory" + exit 1 +} + +which mate-autogen.sh || { + echo "You need to install mate-common from the MATE Git" + exit 1 +} + +REQUIRED_AUTOMAKE_VERSION=1.9 +USE_MATE2_MACROS=1 +USE_COMMON_DOC_BUILD=yes + +. mate-autogen.sh + diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..e3e8fe6 --- /dev/null +++ b/configure.ac @@ -0,0 +1,66 @@ +dnl Process this file with autoconf to produce a configure script. +AC_PREREQ(2.53) + +AC_INIT([mate-icon-theme], [2011.11.16], [https://github.com/perberos/mate-desktop-environment]) +AC_CONFIG_SRCDIR([index.theme.in.in]) + +AM_INIT_AUTOMAKE([1.9 tar-ustar foreign]) + +PKG_PROG_PKG_CONFIG([0.19]) +IT_PROG_INTLTOOL([0.40.0]) + +GETTEXT_PACKAGE="${PACKAGE}" +AC_SUBST(GETTEXT_PACKAGE) +localedir='$(prefix)/$(DATADIRNAME)/locale' +AC_SUBST(localedir) + +# Workaround to make aclocal get the right flags +AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}") + +# Define the toplevel path here +AC_SUBST(themedir, "\${datadir}/icons/mate") + +# Input and Output dirs for the rendering +AC_SUBST(SVGSRCDIR, "src") +AC_SUBST(SVGOUTDIR, "mate") + +# Icon sizes we want to install +AC_SUBST([render_sizes], ["8x8 16x16 22x22 24x24 32x32 48x48 256x256"]) + +# Allow icon mapping to be disabled +AC_ARG_ENABLE([icon-mapping], + AC_HELP_STRING([--enable-icon-mapping], + [Enable compatibility symlinks [default=auto]]), + [enable_mapping=$enableval], + [enable_mapping=yes]) + +ICONMAP="true" +if test "x$enable_mapping" != "xno"; then + UTILS_REQUIRED=0.8.7 + + AC_MSG_CHECKING([icon-naming-utils >= $UTILS_REQUIRED]) + PKG_CHECK_EXISTS(icon-naming-utils >= $UTILS_REQUIRED, + have_utils=yes, have_utils=no) + if test "x$have_utils" = "xyes"; then + UTILS_PATH="`$PKG_CONFIG --variable=program_path icon-naming-utils`" + ICONMAP="$UTILS_PATH/icon-name-mapping" + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + AC_MSG_ERROR([icon-naming-utils >= $UTILS_REQUIRED is required to build + and install mate-icon-theme]) + fi +else + ICONMAP="false" +fi + +AC_SUBST(ICONMAP) + +AC_CONFIG_FILES([ +Makefile +mate-icon-theme.pc +po/Makefile.in +src/Makefile +]) + +AC_OUTPUT diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD new file mode 100644 index 0000000..7592aff --- /dev/null +++ b/distro/archlinux/PKGBUILD @@ -0,0 +1,26 @@ +pkgname=mate-icon-theme +pkgver=2011.11.16 +pkgrel=1 +pkgdesc="MATE icon theme" +arch=('any') +license=('GPL') +depends=('hicolor-icon-theme' 'icon-naming-utils' 'gtk-update-icon-cache') +makedepends=('intltool') +url="http://matsusoft.com.ar/projects" +groups=('mate') +source=(http://sourceforge.net/projects/matede/files/${pkgver}/${pkgname}.tar.gz/download) +sha256sums=('23ca96e7e1c86afb5538a3b7e504ce03ddd5ffbf2ef7a7ab1e368208bfef50a4') +install=mate-icon-theme.install + +build() { + cd "${srcdir}/${pkgname}" + ./configure --prefix=/usr || return 1 + make || return 1 +} + +package() { + cd "${srcdir}/${pkgname}" + make DESTDIR="${pkgdir}" install + #don't include icon cache + rm -f "${pkgdir}/usr/share/icons/mate/icon-theme.cache" +} diff --git a/distro/archlinux/mate-icon-theme.install b/distro/archlinux/mate-icon-theme.install new file mode 100644 index 0000000..b510909 --- /dev/null +++ b/distro/archlinux/mate-icon-theme.install @@ -0,0 +1,11 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/mate +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} diff --git a/distro/ubuntu/build b/distro/ubuntu/build new file mode 100755 index 0000000..2dc5e5c --- /dev/null +++ b/distro/ubuntu/build @@ -0,0 +1,26 @@ +#!/bin/bash + +# fill it +pkgname=mate-icon-theme +pkgver=2011.10.29 +pkgrel=1 +pkgdesc="MATE icon theme" +#depends="hicolor-icon-theme, icon-naming-utils, gtk-update-icon-cache" + +# editar esta funcion! +build() { + cd $pkgsrc + # descomprimir + tar xvzf download + # entramos a la carpeta + cd ${pkgname} + + ./configure --prefix=/usr + make + make DESTDIR="${pkgdir}" install + #don't include icon cache + rm -f "${pkgdir}/usr/share/icons/mate/icon-theme.cache" +} + +# esto incluye la parte que se repite en la mayoria de los builds +. /usr/share/mate-doc-utils/mate-debian.sh diff --git a/distro/ubuntu/postinst b/distro/ubuntu/postinst new file mode 100755 index 0000000..6b2ad9e --- /dev/null +++ b/distro/ubuntu/postinst @@ -0,0 +1,5 @@ +#!/bin/sh + +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + +exit 0 diff --git a/distro/ubuntu/postrm b/distro/ubuntu/postrm new file mode 100755 index 0000000..a632bd1 --- /dev/null +++ b/distro/ubuntu/postrm @@ -0,0 +1,6 @@ +#!/bin/sh +set -e + +gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + +exit 0 diff --git a/index.theme.in.in b/index.theme.in.in new file mode 100644 index 0000000..c55e8f6 --- /dev/null +++ b/index.theme.in.in @@ -0,0 +1,24 @@ +[Icon Theme] +_Name=MATE +_Comment=Default MATE Theme +Example=start-here + +# KDE Specific Stuff +DisplayDepth=32 +LinkOverlay=link_overlay +LockOverlay=lock_overlay +ZipOverlay=zip_overlay +DesktopDefault=48 +DesktopSizes=16,22,32,48,64,72,96,128 +ToolbarDefault=22 +ToolbarSizes=16,22,32,48 +MainToolbarDefault=22 +MainToolbarSizes=16,22,32,48 +SmallDefault=16 +SmallSizes=16 +PanelDefault=32 +PanelSizes=16,22,32,48,64,72,96,128 + +# Directory list + diff --git a/install-sh b/install-sh new file mode 100755 index 0000000..6781b98 --- /dev/null +++ b/install-sh @@ -0,0 +1,520 @@ +#!/bin/sh +# install - install a program, script, or datafile + +scriptversion=2009-04-28.21; # UTC + +# This originates from X11R5 (mit/util/scripts/install.sh), which was +# later released in X11R6 (xc/config/util/install.sh) with the +# following copyright and license. +# +# Copyright (C) 1994 X Consortium +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- +# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# Except as contained in this notice, the name of the X Consortium shall not +# be used in advertising or otherwise to promote the sale, use or other deal- +# ings in this Software without prior written authorization from the X Consor- +# tium. +# +# +# FSF changes to this file are in the public domain. +# +# Calling this script install-sh is preferred over install.sh, to prevent +# `make' implicit rules from creating a file called install from it +# when there is no Makefile. +# +# This script is compatible with the BSD install script, but was written +# from scratch. + +nl=' +' +IFS=" "" $nl" + +# set DOITPROG to echo to test this script + +# Don't use :- since 4.3BSD and earlier shells don't like it. +doit=${DOITPROG-} +if test -z "$doit"; then + doit_exec=exec +else + doit_exec=$doit +fi + +# Put in absolute file names if you don't have them in your path; +# or use environment vars. + +chgrpprog=${CHGRPPROG-chgrp} +chmodprog=${CHMODPROG-chmod} +chownprog=${CHOWNPROG-chown} +cmpprog=${CMPPROG-cmp} +cpprog=${CPPROG-cp} +mkdirprog=${MKDIRPROG-mkdir} +mvprog=${MVPROG-mv} +rmprog=${RMPROG-rm} +stripprog=${STRIPPROG-strip} + +posix_glob='?' +initialize_posix_glob=' + test "$posix_glob" != "?" || { + if (set -f) 2>/dev/null; then + posix_glob= + else + posix_glob=: + fi + } +' + +posix_mkdir= + +# Desired mode of installed file. +mode=0755 + +chgrpcmd= +chmodcmd=$chmodprog +chowncmd= +mvcmd=$mvprog +rmcmd="$rmprog -f" +stripcmd= + +src= +dst= +dir_arg= +dst_arg= + +copy_on_change=false +no_target_directory= + +usage="\ +Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE + or: $0 [OPTION]... SRCFILES... DIRECTORY + or: $0 [OPTION]... -t DIRECTORY SRCFILES... + or: $0 [OPTION]... -d DIRECTORIES... + +In the 1st form, copy SRCFILE to DSTFILE. +In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. +In the 4th, create DIRECTORIES. + +Options: + --help display this help and exit. + --version display version info and exit. + + -c (ignored) + -C install only if different (preserve the last data modification time) + -d create directories instead of installing files. + -g GROUP $chgrpprog installed files to GROUP. + -m MODE $chmodprog installed files to MODE. + -o USER $chownprog installed files to USER. + -s $stripprog installed files. + -t DIRECTORY install into DIRECTORY. + -T report an error if DSTFILE is a directory. + +Environment variables override the default commands: + CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG + RMPROG STRIPPROG +" + +while test $# -ne 0; do + case $1 in + -c) ;; + + -C) copy_on_change=true;; + + -d) dir_arg=true;; + + -g) chgrpcmd="$chgrpprog $2" + shift;; + + --help) echo "$usage"; exit $?;; + + -m) mode=$2 + case $mode in + *' '* | *' '* | *' +'* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; + + -o) chowncmd="$chownprog $2" + shift;; + + -s) stripcmd=$stripprog;; + + -t) dst_arg=$2 + shift;; + + -T) no_target_directory=true;; + + --version) echo "$0 $scriptversion"; exit $?;; + + --) shift + break;; + + -*) echo "$0: invalid option: $1" >&2 + exit 1;; + + *) break;; + esac + shift +done + +if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then + # When -d is used, all remaining arguments are directories to create. + # When -t is used, the destination is already specified. + # Otherwise, the last argument is the destination. Remove it from [email protected] + for arg + do + if test -n "$dst_arg"; then + # [email protected] is not empty: it contains at least $arg. + set fnord "[email protected]" "$dst_arg" + shift # fnord + fi + shift # arg + dst_arg=$arg + done +fi + +if test $# -eq 0; then + if test -z "$dir_arg"; then + echo "$0: no input file specified." >&2 + exit 1 + fi + # It's OK to call `install-sh -d' without argument. + # This can happen when creating conditional directories. + exit 0 +fi + +if test -z "$dir_arg"; then + trap '(exit $?); exit' 1 2 13 15 + + # Set umask so as not to create temps with too-generous modes. + # However, 'strip' requires both read and write access to temps. + case $mode in + # Optimize common cases. + *644) cp_umask=133;; + *755) cp_umask=22;; + + *[0-7]) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw='% 200' + fi + cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; + *) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw=,u+rw + fi + cp_umask=$mode$u_plus_rw;; + esac +fi + +for src +do + # Protect names starting with `-'. + case $src in + -*) src=./$src;; + esac + + if test -n "$dir_arg"; then + dst=$src + dstdir=$dst + test -d "$dstdir" + dstdir_status=$? + else + + # Waiting for this to be detected by the "$cpprog $src $dsttmp" command + # might cause directories to be created, which would be especially bad + # if $src (and thus $dsttmp) contains '*'. + if test ! -f "$src" && test ! -d "$src"; then + echo "$0: $src does not exist." >&2 + exit 1 + fi + + if test -z "$dst_arg"; then + echo "$0: no destination specified." >&2 + exit 1 + fi + + dst=$dst_arg + # Protect names starting with `-'. + case $dst in + -*) dst=./$dst;; + esac + + # If destination is a directory, append the input filename; won't work + # if double slashes aren't ignored. + if test -d "$dst"; then + if test -n "$no_target_directory"; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 + fi + dstdir=$dst + dst=$dstdir/`basename "$src"` + dstdir_status=0 + else + # Prefer dirname, but fall back on a substitute if dirname fails. + dstdir=` + (dirname "$dst") 2>/dev/null || + expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$dst" : 'X\(//\)[^/]' \| \ + X"$dst" : 'X\(//\)$' \| \ + X"$dst" : 'X\(/\)' \| . 2>/dev/null || + echo X"$dst" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q' + ` + + test -d "$dstdir" + dstdir_status=$? + fi + fi + + obsolete_mkdir_used=false + + if test $dstdir_status != 0; then + case $posix_mkdir in + '') + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writeable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; + esac + + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + then : + else + + # The umask is ridiculous, or mkdir does not conform to POSIX, + # or it failed possibly due to a race condition. Create the + # directory the slow way, step by step, checking for races as we go. + + case $dstdir in + /*) prefix='/';; + -*) prefix='./';; + *) prefix='';; + esac + + eval "$initialize_posix_glob" + + oIFS=$IFS + IFS=/ + $posix_glob set -f + set fnord $dstdir + shift + $posix_glob set +f + IFS=$oIFS + + prefixes= + + for d + do + test -z "$d" && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ + done + + if test -n "$prefixes"; then + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true + fi + fi + fi + + if test -n "$dir_arg"; then + { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && + { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 + else + + # Make a couple of temp file names in the proper directory. + dsttmp=$dstdir/_inst.$$_ + rmtmp=$dstdir/_rm.$$_ + + # Trap to clean up those temp files at exit. + trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 + + # Copy the file name to the temp name. + (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && + + # and set any options; do chmod last to preserve setuid bits. + # + # If any of these fail, we abort the whole thing. If we want to + # ignore errors from any of these, just make sure not to ignore + # errors from the above "$doit $cpprog $src $dsttmp" command. + # + { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && + { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && + { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && + + # If -C, don't bother to copy if it wouldn't change the file. + if $copy_on_change && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + + eval "$initialize_posix_glob" && + $posix_glob set -f && + set X $old && old=:$2:$4:$5:$6 && + set X $new && new=:$2:$4:$5:$6 && + $posix_glob set +f && + + test "$old" = "$new" && + $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 + then + rm -f "$dsttmp" + else + # Rename the file to the real destination. + $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || + + # The rename failed, perhaps because mv can't rename something else + # to itself, or perhaps because mv is so ancient that it does not + # support -f. + { + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && + + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" + } + fi || exit 1 + + trap '' 0 + fi +done + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/mate-icon-theme.pc.in b/mate-icon-theme.pc.in new file mode 100644 index 0000000..4cbac98 --- /dev/null +++ b/mate-icon-theme.pc.in @@ -0,0 +1,6 @@ +Name: mate-icon-theme +Description: A collection of icons used as the basis for MATE themes +Version: @[email protected] +Requires: +Libs: +Cflags: diff --git a/mate/16x16/actions/address-book-new.png b/mate/16x16/actions/address-book-new.png Binary files differnew file mode 100644 index 0000000..8023b06 --- /dev/null +++ b/mate/16x16/actions/address-book-new.png diff --git a/mate/16x16/actions/application-exit.png b/mate/16x16/actions/application-exit.png Binary files differnew file mode 100644 index 0000000..1c6ddf0 --- /dev/null +++ b/mate/16x16/actions/application-exit.png diff --git a/mate/16x16/actions/appointment-new.png b/mate/16x16/actions/appointment-new.png Binary files differnew file mode 100644 index 0000000..d1cfd45 --- /dev/null +++ b/mate/16x16/actions/appointment-new.png diff --git a/mate/16x16/actions/bookmark-new.png b/mate/16x16/actions/bookmark-new.png Binary files differnew file mode 100644 index 0000000..4dc0327 --- /dev/null +++ b/mate/16x16/actions/bookmark-new.png diff --git a/mate/16x16/actions/call-start.png b/mate/16x16/actions/call-start.png Binary files differnew file mode 100644 index 0000000..fbc983c --- /dev/null +++ b/mate/16x16/actions/call-start.png diff --git a/mate/16x16/actions/call-stop.png b/mate/16x16/actions/call-stop.png Binary files differnew file mode 100644 index 0000000..428eb2b --- /dev/null +++ b/mate/16x16/actions/call-stop.png diff --git a/mate/16x16/actions/contact-new.png b/mate/16x16/actions/contact-new.png Binary files differnew file mode 100644 index 0000000..ee82c53 --- /dev/null +++ b/mate/16x16/actions/contact-new.png diff --git a/mate/16x16/actions/document-new.png b/mate/16x16/actions/document-new.png Binary files differnew file mode 100644 index 0000000..a995737 --- /dev/null +++ b/mate/16x16/actions/document-new.png diff --git a/mate/16x16/actions/document-open-recent.png b/mate/16x16/actions/document-open-recent.png Binary files differnew file mode 100644 index 0000000..aa5bb54 --- /dev/null +++ b/mate/16x16/actions/document-open-recent.png diff --git a/mate/16x16/actions/document-open.png b/mate/16x16/actions/document-open.png Binary files differnew file mode 100644 index 0000000..43c9e63 --- /dev/null +++ b/mate/16x16/actions/document-open.png diff --git a/mate/16x16/actions/document-page-setup.png b/mate/16x16/actions/document-page-setup.png Binary files differnew file mode 100644 index 0000000..8e3ea0e --- /dev/null +++ b/mate/16x16/actions/document-page-setup.png diff --git a/mate/16x16/actions/document-print-preview.png b/mate/16x16/actions/document-print-preview.png Binary files differnew file mode 100644 index 0000000..2346f92 --- /dev/null +++ b/mate/16x16/actions/document-print-preview.png diff --git a/mate/16x16/actions/document-print.png b/mate/16x16/actions/document-print.png Binary files differnew file mode 100644 index 0000000..b6e439c --- /dev/null +++ b/mate/16x16/actions/document-print.png diff --git a/mate/16x16/actions/document-properties.png b/mate/16x16/actions/document-properties.png Binary files differnew file mode 100644 index 0000000..9229b3b --- /dev/null +++ b/mate/16x16/actions/document-properties.png diff --git a/mate/16x16/actions/document-revert.png b/mate/16x16/actions/document-revert.png Binary files differnew file mode 100644 index 0000000..27e2eda --- /dev/null +++ b/mate/16x16/actions/document-revert.png diff --git a/mate/16x16/actions/document-save-as.png b/mate/16x16/actions/document-save-as.png Binary files differnew file mode 100644 index 0000000..2d39599 --- /dev/null +++ b/mate/16x16/actions/document-save-as.png diff --git a/mate/16x16/actions/document-save.png b/mate/16x16/actions/document-save.png Binary files differnew file mode 100644 index 0000000..85edbbd --- /dev/null +++ b/mate/16x16/actions/document-save.png diff --git a/mate/16x16/actions/document-send.png b/mate/16x16/actions/document-send.png Binary files differnew file mode 100644 index 0000000..4a065e7 --- /dev/null +++ b/mate/16x16/actions/document-send.png diff --git a/mate/16x16/actions/edit-clear.png b/mate/16x16/actions/edit-clear.png Binary files differnew file mode 100644 index 0000000..3be482d --- /dev/null +++ b/mate/16x16/actions/edit-clear.png diff --git a/mate/16x16/actions/edit-copy.png b/mate/16x16/actions/edit-copy.png Binary files differnew file mode 100644 index 0000000..a454881 --- /dev/null +++ b/mate/16x16/actions/edit-copy.png diff --git a/mate/16x16/actions/edit-cut.png b/mate/16x16/actions/edit-cut.png Binary files differnew file mode 100644 index 0000000..f579313 --- /dev/null +++ b/mate/16x16/actions/edit-cut.png diff --git a/mate/16x16/actions/edit-delete.png b/mate/16x16/actions/edit-delete.png Binary files differnew file mode 100644 index 0000000..ec35ed2 --- /dev/null +++ b/mate/16x16/actions/edit-delete.png diff --git a/mate/16x16/actions/edit-find-replace.png b/mate/16x16/actions/edit-find-replace.png Binary files differnew file mode 100644 index 0000000..df956ab --- /dev/null +++ b/mate/16x16/actions/edit-find-replace.png diff --git a/mate/16x16/actions/edit-find.png b/mate/16x16/actions/edit-find.png Binary files differnew file mode 100644 index 0000000..05c6821 --- /dev/null +++ b/mate/16x16/actions/edit-find.png diff --git a/mate/16x16/actions/edit-paste.png b/mate/16x16/actions/edit-paste.png Binary files differnew file mode 100644 index 0000000..4458622 --- /dev/null +++ b/mate/16x16/actions/edit-paste.png diff --git a/mate/16x16/actions/edit-redo.png b/mate/16x16/actions/edit-redo.png Binary files differnew file mode 100644 index 0000000..7ea57b2 --- /dev/null +++ b/mate/16x16/actions/edit-redo.png diff --git a/mate/16x16/actions/edit-select-all.png b/mate/16x16/actions/edit-select-all.png Binary files differnew file mode 100644 index 0000000..e7d21a0 --- /dev/null +++ b/mate/16x16/actions/edit-select-all.png diff --git a/mate/16x16/actions/edit-undo.png b/mate/16x16/actions/edit-undo.png Binary files differnew file mode 100644 index 0000000..667892b --- /dev/null +++ b/mate/16x16/actions/edit-undo.png diff --git a/mate/16x16/actions/folder-new.png b/mate/16x16/actions/folder-new.png Binary files differnew file mode 100644 index 0000000..69d60ce --- /dev/null +++ b/mate/16x16/actions/folder-new.png diff --git a/mate/16x16/actions/format-indent-less.png b/mate/16x16/actions/format-indent-less.png Binary files differnew file mode 100644 index 0000000..de8de73 --- /dev/null +++ b/mate/16x16/actions/format-indent-less.png diff --git a/mate/16x16/actions/format-indent-more.png b/mate/16x16/actions/format-indent-more.png Binary files differnew file mode 100644 index 0000000..252a650 --- /dev/null +++ b/mate/16x16/actions/format-indent-more.png diff --git a/mate/16x16/actions/format-justify-center.png b/mate/16x16/actions/format-justify-center.png Binary files differnew file mode 100644 index 0000000..7547df9 --- /dev/null +++ b/mate/16x16/actions/format-justify-center.png diff --git a/mate/16x16/actions/format-justify-fill.png b/mate/16x16/actions/format-justify-fill.png Binary files differnew file mode 100644 index 0000000..a210598 --- /dev/null +++ b/mate/16x16/actions/format-justify-fill.png diff --git a/mate/16x16/actions/format-justify-left.png b/mate/16x16/actions/format-justify-left.png Binary files differnew file mode 100644 index 0000000..36a14e3 --- /dev/null +++ b/mate/16x16/actions/format-justify-left.png diff --git a/mate/16x16/actions/format-justify-right.png b/mate/16x16/actions/format-justify-right.png Binary files differnew file mode 100644 index 0000000..88f4217 --- /dev/null +++ b/mate/16x16/actions/format-justify-right.png diff --git a/mate/16x16/actions/format-text-bold.png b/mate/16x16/actions/format-text-bold.png Binary files differnew file mode 100644 index 0000000..efe3f4f --- /dev/null +++ b/mate/16x16/actions/format-text-bold.png diff --git a/mate/16x16/actions/format-text-direction-ltr.png b/mate/16x16/actions/format-text-direction-ltr.png Binary files differnew file mode 100644 index 0000000..679c2ec --- /dev/null +++ b/mate/16x16/actions/format-text-direction-ltr.png diff --git a/mate/16x16/actions/format-text-direction-rtl.png b/mate/16x16/actions/format-text-direction-rtl.png Binary files differnew file mode 100644 index 0000000..e0982ff --- /dev/null +++ b/mate/16x16/actions/format-text-direction-rtl.png diff --git a/mate/16x16/actions/format-text-italic.png b/mate/16x16/actions/format-text-italic.png Binary files differnew file mode 100644 index 0000000..e1a3d3b --- /dev/null +++ b/mate/16x16/actions/format-text-italic.png diff --git a/mate/16x16/actions/format-text-strikethrough.png b/mate/16x16/actions/format-text-strikethrough.png Binary files differnew file mode 100644 index 0000000..4d0c211 --- /dev/null +++ b/mate/16x16/actions/format-text-strikethrough.png diff --git a/mate/16x16/actions/format-text-underline.png b/mate/16x16/actions/format-text-underline.png Binary files differnew file mode 100644 index 0000000..60d9735 --- /dev/null +++ b/mate/16x16/actions/format-text-underline.png diff --git a/mate/16x16/actions/go-bottom.png b/mate/16x16/actions/go-bottom.png Binary files differnew file mode 100644 index 0000000..9609ec2 --- /dev/null +++ b/mate/16x16/actions/go-bottom.png diff --git a/mate/16x16/actions/go-down.png b/mate/16x16/actions/go-down.png Binary files differnew file mode 100644 index 0000000..00c106d --- /dev/null +++ b/mate/16x16/actions/go-down.png diff --git a/mate/16x16/actions/go-first.png b/mate/16x16/actions/go-first.png Binary files differnew file mode 100644 index 0000000..cb696a2 --- /dev/null +++ b/mate/16x16/actions/go-first.png diff --git a/mate/16x16/actions/go-home.png b/mate/16x16/actions/go-home.png Binary files differnew file mode 100644 index 0000000..05eaa7a --- /dev/null +++ b/mate/16x16/actions/go-home.png diff --git a/mate/16x16/actions/go-jump.png b/mate/16x16/actions/go-jump.png Binary files differnew file mode 100644 index 0000000..aad9233 --- /dev/null +++ b/mate/16x16/actions/go-jump.png diff --git a/mate/16x16/actions/go-last.png b/mate/16x16/actions/go-last.png Binary files differnew file mode 100644 index 0000000..c3b867c --- /dev/null +++ b/mate/16x16/actions/go-last.png diff --git a/mate/16x16/actions/go-next.png b/mate/16x16/actions/go-next.png Binary files differnew file mode 100644 index 0000000..d4ff51c --- /dev/null +++ b/mate/16x16/actions/go-next.png diff --git a/mate/16x16/actions/go-previous.png b/mate/16x16/actions/go-previous.png Binary files differnew file mode 100644 index 0000000..288ad6b --- /dev/null +++ b/mate/16x16/actions/go-previous.png diff --git a/mate/16x16/actions/go-top.png b/mate/16x16/actions/go-top.png Binary files differnew file mode 100644 index 0000000..f40459a --- /dev/null +++ b/mate/16x16/actions/go-top.png diff --git a/mate/16x16/actions/go-up.png b/mate/16x16/actions/go-up.png Binary files differnew file mode 100644 index 0000000..29ca702 --- /dev/null +++ b/mate/16x16/actions/go-up.png diff --git a/mate/16x16/actions/help-about.png b/mate/16x16/actions/help-about.png Binary files differnew file mode 100644 index 0000000..3d9d4da --- /dev/null +++ b/mate/16x16/actions/help-about.png diff --git a/mate/16x16/actions/help-contents.png b/mate/16x16/actions/help-contents.png Binary files differnew file mode 100644 index 0000000..b2309d2 --- /dev/null +++ b/mate/16x16/actions/help-contents.png diff --git a/mate/16x16/actions/help-faq.png b/mate/16x16/actions/help-faq.png Binary files differnew file mode 100644 index 0000000..ade6da9 --- /dev/null +++ b/mate/16x16/actions/help-faq.png diff --git a/mate/16x16/actions/insert-image.png b/mate/16x16/actions/insert-image.png Binary files differnew file mode 100644 index 0000000..6d7084b --- /dev/null +++ b/mate/16x16/actions/insert-image.png diff --git a/mate/16x16/actions/insert-link.png b/mate/16x16/actions/insert-link.png Binary files differnew file mode 100644 index 0000000..ba68f72 --- /dev/null +++ b/mate/16x16/actions/insert-link.png diff --git a/mate/16x16/actions/insert-object.png b/mate/16x16/actions/insert-object.png Binary files differnew file mode 100644 index 0000000..a51d5e0 --- /dev/null +++ b/mate/16x16/actions/insert-object.png diff --git a/mate/16x16/actions/insert-text.png b/mate/16x16/actions/insert-text.png Binary files differnew file mode 100644 index 0000000..fdde4ec --- /dev/null +++ b/mate/16x16/actions/insert-text.png diff --git a/mate/16x16/actions/list-add.png b/mate/16x16/actions/list-add.png Binary files differnew file mode 100644 index 0000000..3f1347e --- /dev/null +++ b/mate/16x16/actions/list-add.png diff --git a/mate/16x16/actions/list-remove.png b/mate/16x16/actions/list-remove.png Binary files differnew file mode 100644 index 0000000..28db302 --- /dev/null +++ b/mate/16x16/actions/list-remove.png diff --git a/mate/16x16/actions/mail-forward.png b/mate/16x16/actions/mail-forward.png Binary files differnew file mode 100644 index 0000000..6c7823f --- /dev/null +++ b/mate/16x16/actions/mail-forward.png diff --git a/mate/16x16/actions/mail-mark-important.png b/mate/16x16/actions/mail-mark-important.png Binary files differnew file mode 100644 index 0000000..9b5f128 --- /dev/null +++ b/mate/16x16/actions/mail-mark-important.png diff --git a/mate/16x16/actions/mail-mark-junk.png b/mate/16x16/actions/mail-mark-junk.png Binary files differnew file mode 100644 index 0000000..6e94c4d --- /dev/null +++ b/mate/16x16/actions/mail-mark-junk.png diff --git a/mate/16x16/actions/mail-mark-notjunk.png b/mate/16x16/actions/mail-mark-notjunk.png Binary files differnew file mode 100644 index 0000000..5c78c03 --- /dev/null +++ b/mate/16x16/actions/mail-mark-notjunk.png diff --git a/mate/16x16/actions/mail-mark-read.png b/mate/16x16/actions/mail-mark-read.png Binary files differnew file mode 100644 index 0000000..dc624bf --- /dev/null +++ b/mate/16x16/actions/mail-mark-read.png diff --git a/mate/16x16/actions/mail-mark-unread.png b/mate/16x16/actions/mail-mark-unread.png Binary files differnew file mode 100644 index 0000000..c4ebbcf --- /dev/null +++ b/mate/16x16/actions/mail-mark-unread.png diff --git a/mate/16x16/actions/mail-message-new.png b/mate/16x16/actions/mail-message-new.png Binary files differnew file mode 100644 index 0000000..a62d668 --- /dev/null +++ b/mate/16x16/actions/mail-message-new.png diff --git a/mate/16x16/actions/mail-reply-all.png b/mate/16x16/actions/mail-reply-all.png Binary files differnew file mode 100644 index 0000000..5ddc59a --- /dev/null +++ b/mate/16x16/actions/mail-reply-all.png diff --git a/mate/16x16/actions/mail-reply-sender.png b/mate/16x16/actions/mail-reply-sender.png Binary files differnew file mode 100644 index 0000000..dd7acad --- /dev/null +++ b/mate/16x16/actions/mail-reply-sender.png diff --git a/mate/16x16/actions/mail-send-receive.png b/mate/16x16/actions/mail-send-receive.png Binary files differnew file mode 100644 index 0000000..a3af872 --- /dev/null +++ b/mate/16x16/actions/mail-send-receive.png diff --git a/mate/16x16/actions/mail-send.png b/mate/16x16/actions/mail-send.png Binary files differnew file mode 100644 index 0000000..c640c2b --- /dev/null +++ b/mate/16x16/actions/mail-send.png diff --git a/mate/16x16/actions/media-eject.png b/mate/16x16/actions/media-eject.png Binary files differnew file mode 100644 index 0000000..9e12104 --- /dev/null +++ b/mate/16x16/actions/media-eject.png diff --git a/mate/16x16/actions/media-playback-pause.png b/mate/16x16/actions/media-playback-pause.png Binary files differnew file mode 100644 index 0000000..c384034 --- /dev/null +++ b/mate/16x16/actions/media-playback-pause.png diff --git a/mate/16x16/actions/media-playback-start.png b/mate/16x16/actions/media-playback-start.png Binary files differnew file mode 100644 index 0000000..d863e4e --- /dev/null +++ b/mate/16x16/actions/media-playback-start.png diff --git a/mate/16x16/actions/media-playback-stop.png b/mate/16x16/actions/media-playback-stop.png Binary files differnew file mode 100644 index 0000000..740bed0 --- /dev/null +++ b/mate/16x16/actions/media-playback-stop.png diff --git a/mate/16x16/actions/media-record.png b/mate/16x16/actions/media-record.png Binary files differnew file mode 100644 index 0000000..7708927 --- /dev/null +++ b/mate/16x16/actions/media-record.png diff --git a/mate/16x16/actions/media-seek-backward.png b/mate/16x16/actions/media-seek-backward.png Binary files differnew file mode 100644 index 0000000..55ccddd --- /dev/null +++ b/mate/16x16/actions/media-seek-backward.png diff --git a/mate/16x16/actions/media-seek-forward.png b/mate/16x16/actions/media-seek-forward.png Binary files differnew file mode 100644 index 0000000..0c93e1b --- /dev/null +++ b/mate/16x16/actions/media-seek-forward.png diff --git a/mate/16x16/actions/media-skip-backward.png b/mate/16x16/actions/media-skip-backward.png Binary files differnew file mode 100644 index 0000000..c01a665 --- /dev/null +++ b/mate/16x16/actions/media-skip-backward.png diff --git a/mate/16x16/actions/media-skip-forward.png b/mate/16x16/actions/media-skip-forward.png Binary files differnew file mode 100644 index 0000000..b55cfba --- /dev/null +++ b/mate/16x16/actions/media-skip-forward.png diff --git a/mate/16x16/actions/object-flip-horizontal.png b/mate/16x16/actions/object-flip-horizontal.png Binary files differnew file mode 100644 index 0000000..097a593 --- /dev/null +++ b/mate/16x16/actions/object-flip-horizontal.png diff --git a/mate/16x16/actions/object-flip-vertical.png b/mate/16x16/actions/object-flip-vertical.png Binary files differnew file mode 100644 index 0000000..9569613 --- /dev/null +++ b/mate/16x16/actions/object-flip-vertical.png diff --git a/mate/16x16/actions/object-rotate-left.png b/mate/16x16/actions/object-rotate-left.png Binary files differnew file mode 100644 index 0000000..2ff5570 --- /dev/null +++ b/mate/16x16/actions/object-rotate-left.png diff --git a/mate/16x16/actions/object-rotate-right.png b/mate/16x16/actions/object-rotate-right.png Binary files differnew file mode 100644 index 0000000..d51aaa5 --- /dev/null +++ b/mate/16x16/actions/object-rotate-right.png diff --git a/mate/16x16/actions/process-stop.png b/mate/16x16/actions/process-stop.png Binary files differnew file mode 100644 index 0000000..7253895 --- /dev/null +++ b/mate/16x16/actions/process-stop.png diff --git a/mate/16x16/actions/system-lock-screen.png b/mate/16x16/actions/system-lock-screen.png Binary files differnew file mode 100644 index 0000000..05e3bd8 --- /dev/null +++ b/mate/16x16/actions/system-lock-screen.png diff --git a/mate/16x16/actions/system-log-out.png b/mate/16x16/actions/system-log-out.png Binary files differnew file mode 100644 index 0000000..cbdd986 --- /dev/null +++ b/mate/16x16/actions/system-log-out.png diff --git a/mate/16x16/actions/system-run.png b/mate/16x16/actions/system-run.png Binary files differnew file mode 100644 index 0000000..27357b0 --- /dev/null +++ b/mate/16x16/actions/system-run.png diff --git a/mate/16x16/actions/system-search.png b/mate/16x16/actions/system-search.png Binary files differnew file mode 100644 index 0000000..a20f45c --- /dev/null +++ b/mate/16x16/actions/system-search.png diff --git a/mate/16x16/actions/system-shutdown.png b/mate/16x16/actions/system-shutdown.png Binary files differnew file mode 100644 index 0000000..3c628c9 --- /dev/null +++ b/mate/16x16/actions/system-shutdown.png diff --git a/mate/16x16/actions/tab-new.png b/mate/16x16/actions/tab-new.png Binary files differnew file mode 100644 index 0000000..a73fe6a --- /dev/null +++ b/mate/16x16/actions/tab-new.png diff --git a/mate/16x16/actions/tools-check-spelling.png b/mate/16x16/actions/tools-check-spelling.png Binary files differnew file mode 100644 index 0000000..39643a2 --- /dev/null +++ b/mate/16x16/actions/tools-check-spelling.png diff --git a/mate/16x16/actions/view-fullscreen.png b/mate/16x16/actions/view-fullscreen.png Binary files differnew file mode 100644 index 0000000..53302e7 --- /dev/null +++ b/mate/16x16/actions/view-fullscreen.png diff --git a/mate/16x16/actions/view-refresh.png b/mate/16x16/actions/view-refresh.png Binary files differnew file mode 100644 index 0000000..3af6f42 --- /dev/null +++ b/mate/16x16/actions/view-refresh.png diff --git a/mate/16x16/actions/view-restore.png b/mate/16x16/actions/view-restore.png Binary files differnew file mode 100644 index 0000000..7ce78c3 --- /dev/null +++ b/mate/16x16/actions/view-restore.png diff --git a/mate/16x16/actions/view-sort-ascending.png b/mate/16x16/actions/view-sort-ascending.png Binary files differnew file mode 100644 index 0000000..5ee08a7 --- /dev/null +++ b/mate/16x16/actions/view-sort-ascending.png diff --git a/mate/16x16/actions/view-sort-descending.png b/mate/16x16/actions/view-sort-descending.png Binary files differnew file mode 100644 index 0000000..4a64e3c --- /dev/null +++ b/mate/16x16/actions/view-sort-descending.png diff --git a/mate/16x16/actions/window-close.png b/mate/16x16/actions/window-close.png Binary files differnew file mode 100644 index 0000000..a033c4e --- /dev/null +++ b/mate/16x16/actions/window-close.png diff --git a/mate/16x16/actions/window-new.png b/mate/16x16/actions/window-new.png Binary files differnew file mode 100644 index 0000000..7ac55cb --- /dev/null +++ b/mate/16x16/actions/window-new.png diff --git a/mate/16x16/actions/zoom-fit-best.png b/mate/16x16/actions/zoom-fit-best.png Binary files differnew file mode 100644 index 0000000..2cea443 --- /dev/null +++ b/mate/16x16/actions/zoom-fit-best.png diff --git a/mate/16x16/actions/zoom-in.png b/mate/16x16/actions/zoom-in.png Binary files differnew file mode 100644 index 0000000..c5b3936 --- /dev/null +++ b/mate/16x16/actions/zoom-in.png diff --git a/mate/16x16/actions/zoom-original.png b/mate/16x16/actions/zoom-original.png Binary files differnew file mode 100644 index 0000000..b089a09 --- /dev/null +++ b/mate/16x16/actions/zoom-original.png diff --git a/mate/16x16/actions/zoom-out.png b/mate/16x16/actions/zoom-out.png Binary files differnew file mode 100644 index 0000000..01399fc --- /dev/null +++ b/mate/16x16/actions/zoom-out.png diff --git a/mate/16x16/animations/process-working.png b/mate/16x16/animations/process-working.png Binary files differnew file mode 100644 index 0000000..5e0a4cc --- /dev/null +++ b/mate/16x16/animations/process-working.png diff --git a/mate/16x16/apps/accessories-calculator.png b/mate/16x16/apps/accessories-calculator.png Binary files differnew file mode 100644 index 0000000..b9e6f70 --- /dev/null +++ b/mate/16x16/apps/accessories-calculator.png diff --git a/mate/16x16/apps/accessories-character-map.png b/mate/16x16/apps/accessories-character-map.png Binary files differnew file mode 100644 index 0000000..1a1fbaf --- /dev/null +++ b/mate/16x16/apps/accessories-character-map.png diff --git a/mate/16x16/apps/accessories-dictionary.png b/mate/16x16/apps/accessories-dictionary.png Binary files differnew file mode 100644 index 0000000..c466bda --- /dev/null +++ b/mate/16x16/apps/accessories-dictionary.png diff --git a/mate/16x16/apps/accessories-text-editor.png b/mate/16x16/apps/accessories-text-editor.png Binary files differnew file mode 100644 index 0000000..af6336f --- /dev/null +++ b/mate/16x16/apps/accessories-text-editor.png diff --git a/mate/16x16/apps/applets-screenshooter.png b/mate/16x16/apps/applets-screenshooter.png Binary files differnew file mode 100644 index 0000000..961f48c --- /dev/null +++ b/mate/16x16/apps/applets-screenshooter.png diff --git a/mate/16x16/apps/help-browser.png b/mate/16x16/apps/help-browser.png Binary files differnew file mode 100644 index 0000000..0a986b1 --- /dev/null +++ b/mate/16x16/apps/help-browser.png diff --git a/mate/16x16/apps/logviewer.png b/mate/16x16/apps/logviewer.png Binary files differnew file mode 100644 index 0000000..2350b5d --- /dev/null +++ b/mate/16x16/apps/logviewer.png diff --git a/mate/16x16/apps/mate.png b/mate/16x16/apps/mate.png Binary files differnew file mode 100644 index 0000000..dc7196d --- /dev/null +++ b/mate/16x16/apps/mate.png diff --git a/mate/16x16/apps/multimedia-volume-control.png b/mate/16x16/apps/multimedia-volume-control.png Binary files differnew file mode 100644 index 0000000..22495ce --- /dev/null +++ b/mate/16x16/apps/multimedia-volume-control.png diff --git a/mate/16x16/apps/preferences-desktop-accessibility.png b/mate/16x16/apps/preferences-desktop-accessibility.png Binary files differnew file mode 100644 index 0000000..2c1ace5 --- /dev/null +++ b/mate/16x16/apps/preferences-desktop-accessibility.png diff --git a/mate/16x16/apps/preferences-desktop-display.png b/mate/16x16/apps/preferences-desktop-display.png Binary files differnew file mode 100644 index 0000000..fb3e061 --- /dev/null +++ b/mate/16x16/apps/preferences-desktop-display.png diff --git a/mate/16x16/apps/preferences-desktop-font.png b/mate/16x16/apps/preferences-desktop-font.png Binary files differnew file mode 100644 index 0000000..6c7e349 --- /dev/null +++ b/mate/16x16/apps/preferences-desktop-font.png diff --git a/mate/16x16/apps/preferences-desktop-keyboard-shortcuts.png b/mate/16x16/apps/preferences-desktop-keyboard-shortcuts.png Binary files differnew file mode 100644 index 0000000..b52f371 --- /dev/null +++ b/mate/16x16/apps/preferences-desktop-keyboard-shortcuts.png diff --git a/mate/16x16/apps/preferences-desktop-keyboard.png b/mate/16x16/apps/preferences-desktop-keyboard.png Binary files differnew file mode 100644 index 0000000..535b914 --- /dev/null +++ b/mate/16x16/apps/preferences-desktop-keyboard.png diff --git a/mate/16x16/apps/preferences-desktop-locale.png b/mate/16x16/apps/preferences-desktop-locale.png Binary files differnew file mode 100644 index 0000000..50b1aab --- /dev/null +++ b/mate/16x16/apps/preferences-desktop-locale.png diff --git a/mate/16x16/apps/preferences-desktop-remote-desktop.png b/mate/16x16/apps/preferences-desktop-remote-desktop.png Binary files differnew file mode 100644 index 0000000..3b9b7ae --- /dev/null +++ b/mate/16x16/apps/preferences-desktop-remote-desktop.png diff --git a/mate/16x16/apps/preferences-desktop-screensaver.png b/mate/16x16/apps/preferences-desktop-screensaver.png Binary files differnew file mode 100644 index 0000000..3d26bae --- /dev/null +++ b/mate/16x16/apps/preferences-desktop-screensaver.png diff --git a/mate/16x16/apps/preferences-desktop-theme.png b/mate/16x16/apps/preferences-desktop-theme.png Binary files differnew file mode 100644 index 0000000..b3d4100 --- /dev/null +++ b/mate/16x16/apps/preferences-desktop-theme.png diff --git a/mate/16x16/apps/preferences-desktop-wallpaper.png b/mate/16x16/apps/preferences-desktop-wallpaper.png Binary files differnew file mode 100644 index 0000000..f7b607d --- /dev/null +++ b/mate/16x16/apps/preferences-desktop-wallpaper.png diff --git a/mate/16x16/apps/preferences-system-windows.png b/mate/16x16/apps/preferences-system-windows.png Binary files differnew file mode 100644 index 0000000..6981f4a --- /dev/null +++ b/mate/16x16/apps/preferences-system-windows.png diff --git a/mate/16x16/apps/system-file-manager.png b/mate/16x16/apps/system-file-manager.png Binary files differnew file mode 100644 index 0000000..18936a8 --- /dev/null +++ b/mate/16x16/apps/system-file-manager.png diff --git a/mate/16x16/apps/system-software-install.png b/mate/16x16/apps/system-software-install.png Binary files differnew file mode 100644 index 0000000..98969ef --- /dev/null +++ b/mate/16x16/apps/system-software-install.png diff --git a/mate/16x16/apps/system-software-update.png b/mate/16x16/apps/system-software-update.png Binary files differnew file mode 100644 index 0000000..7c13db5 --- /dev/null +++ b/mate/16x16/apps/system-software-update.png diff --git a/mate/16x16/apps/system-users.png b/mate/16x16/apps/system-users.png Binary files differnew file mode 100644 index 0000000..ed1fb60 --- /dev/null +++ b/mate/16x16/apps/system-users.png diff --git a/mate/16x16/apps/user-info.png b/mate/16x16/apps/user-info.png Binary files differnew file mode 100644 index 0000000..c8077d4 --- /dev/null +++ b/mate/16x16/apps/user-info.png diff --git a/mate/16x16/apps/utilities-system-monitor.png b/mate/16x16/apps/utilities-system-monitor.png Binary files differnew file mode 100644 index 0000000..1b0c236 --- /dev/null +++ b/mate/16x16/apps/utilities-system-monitor.png diff --git a/mate/16x16/apps/utilities-terminal.png b/mate/16x16/apps/utilities-terminal.png Binary files differnew file mode 100644 index 0000000..c8772e2 --- /dev/null +++ b/mate/16x16/apps/utilities-terminal.png diff --git a/mate/16x16/apps/web-browser.png b/mate/16x16/apps/web-browser.png Binary files differnew file mode 100644 index 0000000..67f5053 --- /dev/null +++ b/mate/16x16/apps/web-browser.png diff --git a/mate/16x16/categories/applications-accessories.png b/mate/16x16/categories/applications-accessories.png Binary files differnew file mode 100644 index 0000000..a2f41f8 --- /dev/null +++ b/mate/16x16/categories/applications-accessories.png diff --git a/mate/16x16/categories/applications-development.png b/mate/16x16/categories/applications-development.png Binary files differnew file mode 100644 index 0000000..7406209 --- /dev/null +++ b/mate/16x16/categories/applications-development.png diff --git a/mate/16x16/categories/applications-engineering.png b/mate/16x16/categories/applications-engineering.png Binary files differnew file mode 100644 index 0000000..4f4ad2e --- /dev/null +++ b/mate/16x16/categories/applications-engineering.png diff --git a/mate/16x16/categories/applications-games.png b/mate/16x16/categories/applications-games.png Binary files differnew file mode 100644 index 0000000..f28208f --- /dev/null +++ b/mate/16x16/categories/applications-games.png diff --git a/mate/16x16/categories/applications-graphics.png b/mate/16x16/categories/applications-graphics.png Binary files differnew file mode 100644 index 0000000..66e46cb --- /dev/null +++ b/mate/16x16/categories/applications-graphics.png diff --git a/mate/16x16/categories/applications-internet.png b/mate/16x16/categories/applications-internet.png Binary files differnew file mode 100644 index 0000000..36756bb --- /dev/null +++ b/mate/16x16/categories/applications-internet.png diff --git a/mate/16x16/categories/applications-multimedia.png b/mate/16x16/categories/applications-multimedia.png Binary files differnew file mode 100644 index 0000000..b25afaf --- /dev/null +++ b/mate/16x16/categories/applications-multimedia.png diff --git a/mate/16x16/categories/applications-office.png b/mate/16x16/categories/applications-office.png Binary files differnew file mode 100644 index 0000000..981db6a --- /dev/null +++ b/mate/16x16/categories/applications-office.png diff --git a/mate/16x16/categories/applications-other.png b/mate/16x16/categories/applications-other.png Binary files differnew file mode 100644 index 0000000..4530760 --- /dev/null +++ b/mate/16x16/categories/applications-other.png diff --git a/mate/16x16/categories/applications-science.png b/mate/16x16/categories/applications-science.png Binary files differnew file mode 100644 index 0000000..14de63c --- /dev/null +++ b/mate/16x16/categories/applications-science.png diff --git a/mate/16x16/categories/applications-system.png b/mate/16x16/categories/applications-system.png Binary files differnew file mode 100644 index 0000000..6c5284d --- /dev/null +++ b/mate/16x16/categories/applications-system.png diff --git a/mate/16x16/categories/applications-utilities.png b/mate/16x16/categories/applications-utilities.png Binary files differnew file mode 100644 index 0000000..ad5722b --- /dev/null +++ b/mate/16x16/categories/applications-utilities.png diff --git a/mate/16x16/categories/preferences-desktop-peripherals.png b/mate/16x16/categories/preferences-desktop-peripherals.png Binary files differnew file mode 100644 index 0000000..400ef53 --- /dev/null +++ b/mate/16x16/categories/preferences-desktop-peripherals.png diff --git a/mate/16x16/categories/preferences-desktop-personal.png b/mate/16x16/categories/preferences-desktop-personal.png Binary files differnew file mode 100644 index 0000000..57ce63c --- /dev/null +++ b/mate/16x16/categories/preferences-desktop-personal.png diff --git a/mate/16x16/categories/preferences-desktop.png b/mate/16x16/categories/preferences-desktop.png Binary files differnew file mode 100644 index 0000000..84da587 --- /dev/null +++ b/mate/16x16/categories/preferences-desktop.png diff --git a/mate/16x16/categories/preferences-other.png b/mate/16x16/categories/preferences-other.png Binary files differnew file mode 100644 index 0000000..26aa6e6 --- /dev/null +++ b/mate/16x16/categories/preferences-other.png diff --git a/mate/16x16/categories/preferences-system-network.png b/mate/16x16/categories/preferences-system-network.png Binary files differnew file mode 100644 index 0000000..d08f264 --- /dev/null +++ b/mate/16x16/categories/preferences-system-network.png diff --git a/mate/16x16/categories/preferences-system.png b/mate/16x16/categories/preferences-system.png Binary files differnew file mode 100644 index 0000000..eb28840 --- /dev/null +++ b/mate/16x16/categories/preferences-system.png diff --git a/mate/16x16/categories/system-help.png b/mate/16x16/categories/system-help.png Binary files differnew file mode 100644 index 0000000..301c679 --- /dev/null +++ b/mate/16x16/categories/system-help.png diff --git a/mate/16x16/devices/ac-adapter.png b/mate/16x16/devices/ac-adapter.png Binary files differnew file mode 100644 index 0000000..cbd8284 --- /dev/null +++ b/mate/16x16/devices/ac-adapter.png diff --git a/mate/16x16/devices/audio-card.png b/mate/16x16/devices/audio-card.png Binary files differnew file mode 100644 index 0000000..ee746a7 --- /dev/null +++ b/mate/16x16/devices/audio-card.png diff --git a/mate/16x16/devices/audio-input-microphone.png b/mate/16x16/devices/audio-input-microphone.png Binary files differnew file mode 100644 index 0000000..52fc57d --- /dev/null +++ b/mate/16x16/devices/audio-input-microphone.png diff --git a/mate/16x16/devices/battery.png b/mate/16x16/devices/battery.png Binary files differnew file mode 100644 index 0000000..3111404 --- /dev/null +++ b/mate/16x16/devices/battery.png diff --git a/mate/16x16/devices/camera-photo.png b/mate/16x16/devices/camera-photo.png Binary files differnew file mode 100644 index 0000000..13eaf2e --- /dev/null +++ b/mate/16x16/devices/camera-photo.png diff --git a/mate/16x16/devices/camera-video.png b/mate/16x16/devices/camera-video.png Binary files differnew file mode 100644 index 0000000..651fd96 --- /dev/null +++ b/mate/16x16/devices/camera-video.png diff --git a/mate/16x16/devices/camera-web.png b/mate/16x16/devices/camera-web.png Binary files differnew file mode 100644 index 0000000..0c279c7 --- /dev/null +++ b/mate/16x16/devices/camera-web.png diff --git a/mate/16x16/devices/computer.png b/mate/16x16/devices/computer.png Binary files differnew file mode 100644 index 0000000..8b53536 --- /dev/null +++ b/mate/16x16/devices/computer.png diff --git a/mate/16x16/devices/drive-harddisk.png b/mate/16x16/devices/drive-harddisk.png Binary files differnew file mode 100644 index 0000000..ae804a2 --- /dev/null +++ b/mate/16x16/devices/drive-harddisk.png diff --git a/mate/16x16/devices/drive-optical.png b/mate/16x16/devices/drive-optical.png Binary files differnew file mode 100644 index 0000000..2e34a52 --- /dev/null +++ b/mate/16x16/devices/drive-optical.png diff --git a/mate/16x16/devices/drive-removable-media.png b/mate/16x16/devices/drive-removable-media.png Binary files differnew file mode 100644 index 0000000..5f630a9 --- /dev/null +++ b/mate/16x16/devices/drive-removable-media.png diff --git a/mate/16x16/devices/input-gaming.png b/mate/16x16/devices/input-gaming.png Binary files differnew file mode 100644 index 0000000..a28f32a --- /dev/null +++ b/mate/16x16/devices/input-gaming.png diff --git a/mate/16x16/devices/input-keyboard.png b/mate/16x16/devices/input-keyboard.png Binary files differnew file mode 100644 index 0000000..aafa1ca --- /dev/null +++ b/mate/16x16/devices/input-keyboard.png diff --git a/mate/16x16/devices/input-mouse.png b/mate/16x16/devices/input-mouse.png Binary files differnew file mode 100644 index 0000000..4d4390c --- /dev/null +++ b/mate/16x16/devices/input-mouse.png diff --git a/mate/16x16/devices/input-tablet.png b/mate/16x16/devices/input-tablet.png Binary files differnew file mode 100644 index 0000000..2e4a52c --- /dev/null +++ b/mate/16x16/devices/input-tablet.png diff --git a/mate/16x16/devices/input-touchpad.png b/mate/16x16/devices/input-touchpad.png Binary files differnew file mode 100644 index 0000000..c91f228 --- /dev/null +++ b/mate/16x16/devices/input-touchpad.png diff --git a/mate/16x16/devices/media-flash.png b/mate/16x16/devices/media-flash.png Binary files differnew file mode 100644 index 0000000..be67c0b --- /dev/null +++ b/mate/16x16/devices/media-flash.png diff --git a/mate/16x16/devices/media-floppy.png b/mate/16x16/devices/media-floppy.png Binary files differnew file mode 100644 index 0000000..15eb867 --- /dev/null +++ b/mate/16x16/devices/media-floppy.png diff --git a/mate/16x16/devices/media-optical.png b/mate/16x16/devices/media-optical.png Binary files differnew file mode 100644 index 0000000..dd1dbcd --- /dev/null +++ b/mate/16x16/devices/media-optical.png diff --git a/mate/16x16/devices/media-tape.png b/mate/16x16/devices/media-tape.png Binary files differnew file mode 100644 index 0000000..884835e --- /dev/null +++ b/mate/16x16/devices/media-tape.png diff --git a/mate/16x16/devices/modem.png b/mate/16x16/devices/modem.png Binary files differnew file mode 100644 index 0000000..6bce1b6 --- /dev/null +++ b/mate/16x16/devices/modem.png diff --git a/mate/16x16/devices/multimedia-player.png b/mate/16x16/devices/multimedia-player.png Binary files differnew file mode 100644 index 0000000..dc22324 --- /dev/null +++ b/mate/16x16/devices/multimedia-player.png diff --git a/mate/16x16/devices/network-wired.png b/mate/16x16/devices/network-wired.png Binary files differnew file mode 100644 index 0000000..02f636a --- /dev/null +++ b/mate/16x16/devices/network-wired.png diff --git a/mate/16x16/devices/network-wireless.png b/mate/16x16/devices/network-wireless.png Binary files differnew file mode 100644 index 0000000..0331faa --- /dev/null +++ b/mate/16x16/devices/network-wireless.png diff --git a/mate/16x16/devices/pda.png b/mate/16x16/devices/pda.png Binary files differnew file mode 100644 index 0000000..d882a83 --- /dev/null +++ b/mate/16x16/devices/pda.png diff --git a/mate/16x16/devices/phone.png b/mate/16x16/devices/phone.png Binary files differnew file mode 100644 index 0000000..f44e5fd --- /dev/null +++ b/mate/16x16/devices/phone.png diff --git a/mate/16x16/devices/printer.png b/mate/16x16/devices/printer.png Binary files differnew file mode 100644 index 0000000..7578b29 --- /dev/null +++ b/mate/16x16/devices/printer.png diff --git a/mate/16x16/devices/scanner.png b/mate/16x16/devices/scanner.png Binary files differnew file mode 100644 index 0000000..a0f962a --- /dev/null +++ b/mate/16x16/devices/scanner.png diff --git a/mate/16x16/devices/video-display.png b/mate/16x16/devices/video-display.png Binary files differnew file mode 100644 index 0000000..0be2890 --- /dev/null +++ b/mate/16x16/devices/video-display.png diff --git a/mate/16x16/emblems/emblem-default.png b/mate/16x16/emblems/emblem-default.png Binary files differnew file mode 100644 index 0000000..8e07437 --- /dev/null +++ b/mate/16x16/emblems/emblem-default.png diff --git a/mate/16x16/emblems/emblem-documents.png b/mate/16x16/emblems/emblem-documents.png Binary files differnew file mode 100644 index 0000000..71937d6 --- /dev/null +++ b/mate/16x16/emblems/emblem-documents.png diff --git a/mate/16x16/emblems/emblem-downloads.png b/mate/16x16/emblems/emblem-downloads.png Binary files differnew file mode 100644 index 0000000..504d94e --- /dev/null +++ b/mate/16x16/emblems/emblem-downloads.png diff --git a/mate/16x16/emblems/emblem-favorite.png b/mate/16x16/emblems/emblem-favorite.png Binary files differnew file mode 100644 index 0000000..6d73609 --- /dev/null +++ b/mate/16x16/emblems/emblem-favorite.png diff --git a/mate/16x16/emblems/emblem-generic.png b/mate/16x16/emblems/emblem-generic.png Binary files differnew file mode 100644 index 0000000..80f4374 --- /dev/null +++ b/mate/16x16/emblems/emblem-generic.png diff --git a/mate/16x16/emblems/emblem-important.png b/mate/16x16/emblems/emblem-important.png Binary files differnew file mode 100644 index 0000000..c95ed50 --- /dev/null +++ b/mate/16x16/emblems/emblem-important.png diff --git a/mate/16x16/emblems/emblem-mail.png b/mate/16x16/emblems/emblem-mail.png Binary files differnew file mode 100644 index 0000000..3ce9425 --- /dev/null +++ b/mate/16x16/emblems/emblem-mail.png diff --git a/mate/16x16/emblems/emblem-new.png b/mate/16x16/emblems/emblem-new.png Binary files differnew file mode 100644 index 0000000..9073c3d --- /dev/null +++ b/mate/16x16/emblems/emblem-new.png diff --git a/mate/16x16/emblems/emblem-package.png b/mate/16x16/emblems/emblem-package.png Binary files differnew file mode 100644 index 0000000..c8c8e2f --- /dev/null +++ b/mate/16x16/emblems/emblem-package.png diff --git a/mate/16x16/emblems/emblem-photos.png b/mate/16x16/emblems/emblem-photos.png Binary files differnew file mode 100644 index 0000000..dc95aaa --- /dev/null +++ b/mate/16x16/emblems/emblem-photos.png diff --git a/mate/16x16/emblems/emblem-readonly.png b/mate/16x16/emblems/emblem-readonly.png Binary files differnew file mode 100644 index 0000000..2baa4f0 --- /dev/null +++ b/mate/16x16/emblems/emblem-readonly.png diff --git a/mate/16x16/emblems/emblem-shared.png b/mate/16x16/emblems/emblem-shared.png Binary files differnew file mode 100644 index 0000000..374be37 --- /dev/null +++ b/mate/16x16/emblems/emblem-shared.png diff --git a/mate/16x16/emblems/emblem-symbolic-link.png b/mate/16x16/emblems/emblem-symbolic-link.png Binary files differnew file mode 100644 index 0000000..6847452 --- /dev/null +++ b/mate/16x16/emblems/emblem-symbolic-link.png diff --git a/mate/16x16/emblems/emblem-synchronizing.png b/mate/16x16/emblems/emblem-synchronizing.png Binary files differnew file mode 100644 index 0000000..61e854c --- /dev/null +++ b/mate/16x16/emblems/emblem-synchronizing.png diff --git a/mate/16x16/emblems/emblem-system.png b/mate/16x16/emblems/emblem-system.png Binary files differnew file mode 100644 index 0000000..cf2cea1 --- /dev/null +++ b/mate/16x16/emblems/emblem-system.png diff --git a/mate/16x16/emblems/emblem-unreadable.png b/mate/16x16/emblems/emblem-unreadable.png Binary files differnew file mode 100644 index 0000000..8aa4a46 --- /dev/null +++ b/mate/16x16/emblems/emblem-unreadable.png diff --git a/mate/16x16/emblems/emblem-urgent.png b/mate/16x16/emblems/emblem-urgent.png Binary files differnew file mode 100644 index 0000000..e5d157b --- /dev/null +++ b/mate/16x16/emblems/emblem-urgent.png diff --git a/mate/16x16/emblems/emblem-web.png b/mate/16x16/emblems/emblem-web.png Binary files differnew file mode 100644 index 0000000..148126a --- /dev/null +++ b/mate/16x16/emblems/emblem-web.png diff --git a/mate/16x16/emotes/face-angel.png b/mate/16x16/emotes/face-angel.png Binary files differnew file mode 100644 index 0000000..3228ec7 --- /dev/null +++ b/mate/16x16/emotes/face-angel.png diff --git a/mate/16x16/emotes/face-angry.png b/mate/16x16/emotes/face-angry.png Binary files differnew file mode 100644 index 0000000..078e6c6 --- /dev/null +++ b/mate/16x16/emotes/face-angry.png diff --git a/mate/16x16/emotes/face-cool.png b/mate/16x16/emotes/face-cool.png Binary files differnew file mode 100644 index 0000000..e31fa41 --- /dev/null +++ b/mate/16x16/emotes/face-cool.png diff --git a/mate/16x16/emotes/face-crying.png b/mate/16x16/emotes/face-crying.png Binary files differnew file mode 100644 index 0000000..87d73d5 --- /dev/null +++ b/mate/16x16/emotes/face-crying.png diff --git a/mate/16x16/emotes/face-devilish.png b/mate/16x16/emotes/face-devilish.png Binary files differnew file mode 100644 index 0000000..7d546aa --- /dev/null +++ b/mate/16x16/emotes/face-devilish.png diff --git a/mate/16x16/emotes/face-embarrassed.png b/mate/16x16/emotes/face-embarrassed.png Binary files differnew file mode 100644 index 0000000..06b9fff --- /dev/null +++ b/mate/16x16/emotes/face-embarrassed.png diff --git a/mate/16x16/emotes/face-glasses.png b/mate/16x16/emotes/face-glasses.png Binary files differnew file mode 100644 index 0000000..c34f1fc --- /dev/null +++ b/mate/16x16/emotes/face-glasses.png diff --git a/mate/16x16/emotes/face-kiss.png b/mate/16x16/emotes/face-kiss.png Binary files differnew file mode 100644 index 0000000..9197bd6 --- /dev/null +++ b/mate/16x16/emotes/face-kiss.png diff --git a/mate/16x16/emotes/face-laugh.png b/mate/16x16/emotes/face-laugh.png Binary files differnew file mode 100644 index 0000000..3fd3fc1 --- /dev/null +++ b/mate/16x16/emotes/face-laugh.png diff --git a/mate/16x16/emotes/face-monkey.png b/mate/16x16/emotes/face-monkey.png Binary files differnew file mode 100644 index 0000000..b2b31ea --- /dev/null +++ b/mate/16x16/emotes/face-monkey.png diff --git a/mate/16x16/emotes/face-plain.png b/mate/16x16/emotes/face-plain.png Binary files differnew file mode 100644 index 0000000..9f1b867 --- /dev/null +++ b/mate/16x16/emotes/face-plain.png diff --git a/mate/16x16/emotes/face-raspberry.png b/mate/16x16/emotes/face-raspberry.png Binary files differnew file mode 100644 index 0000000..99b6e40 --- /dev/null +++ b/mate/16x16/emotes/face-raspberry.png diff --git a/mate/16x16/emotes/face-sad.png b/mate/16x16/emotes/face-sad.png Binary files differnew file mode 100644 index 0000000..0555e07 --- /dev/null +++ b/mate/16x16/emotes/face-sad.png diff --git a/mate/16x16/emotes/face-sick.png b/mate/16x16/emotes/face-sick.png Binary files differnew file mode 100644 index 0000000..c99b3bc --- /dev/null +++ b/mate/16x16/emotes/face-sick.png diff --git a/mate/16x16/emotes/face-smile-big.png b/mate/16x16/emotes/face-smile-big.png Binary files differnew file mode 100644 index 0000000..be9652d --- /dev/null +++ b/mate/16x16/emotes/face-smile-big.png diff --git a/mate/16x16/emotes/face-smile.png b/mate/16x16/emotes/face-smile.png Binary files differnew file mode 100644 index 0000000..b8a3d90 --- /dev/null +++ b/mate/16x16/emotes/face-smile.png diff --git a/mate/16x16/emotes/face-smirk.png b/mate/16x16/emotes/face-smirk.png Binary files differnew file mode 100644 index 0000000..65965ff --- /dev/null +++ b/mate/16x16/emotes/face-smirk.png diff --git a/mate/16x16/emotes/face-surprise.png b/mate/16x16/emotes/face-surprise.png Binary files differnew file mode 100644 index 0000000..e997ac3 --- /dev/null +++ b/mate/16x16/emotes/face-surprise.png diff --git a/mate/16x16/emotes/face-tired.png b/mate/16x16/emotes/face-tired.png Binary files differnew file mode 100644 index 0000000..9b27f90 --- /dev/null +++ b/mate/16x16/emotes/face-tired.png diff --git a/mate/16x16/emotes/face-uncertain.png b/mate/16x16/emotes/face-uncertain.png Binary files differnew file mode 100644 index 0000000..4f48769 --- /dev/null +++ b/mate/16x16/emotes/face-uncertain.png diff --git a/mate/16x16/emotes/face-wink.png b/mate/16x16/emotes/face-wink.png Binary files differnew file mode 100644 index 0000000..fb0d5ce --- /dev/null +++ b/mate/16x16/emotes/face-wink.png diff --git a/mate/16x16/emotes/face-worried.png b/mate/16x16/emotes/face-worried.png Binary files differnew file mode 100644 index 0000000..a9ef13e --- /dev/null +++ b/mate/16x16/emotes/face-worried.png diff --git a/mate/16x16/mimetypes/application-certificate.png b/mate/16x16/mimetypes/application-certificate.png Binary files differnew file mode 100644 index 0000000..2d824f9 --- /dev/null +++ b/mate/16x16/mimetypes/application-certificate.png diff --git a/mate/16x16/mimetypes/application-x-executable.png b/mate/16x16/mimetypes/application-x-executable.png Binary files differnew file mode 100644 index 0000000..11ff118 --- /dev/null +++ b/mate/16x16/mimetypes/application-x-executable.png diff --git a/mate/16x16/mimetypes/audio-x-generic.png b/mate/16x16/mimetypes/audio-x-generic.png Binary files differnew file mode 100644 index 0000000..a96f899 --- /dev/null +++ b/mate/16x16/mimetypes/audio-x-generic.png diff --git a/mate/16x16/mimetypes/font-x-generic.png b/mate/16x16/mimetypes/font-x-generic.png Binary files differnew file mode 100644 index 0000000..0f8c531 --- /dev/null +++ b/mate/16x16/mimetypes/font-x-generic.png diff --git a/mate/16x16/mimetypes/image-x-generic.png b/mate/16x16/mimetypes/image-x-generic.png Binary files differnew file mode 100644 index 0000000..78f7aa3 --- /dev/null +++ b/mate/16x16/mimetypes/image-x-generic.png diff --git a/mate/16x16/mimetypes/package-x-generic.png b/mate/16x16/mimetypes/package-x-generic.png Binary files differnew file mode 100644 index 0000000..4618a71 --- /dev/null +++ b/mate/16x16/mimetypes/package-x-generic.png diff --git a/mate/16x16/mimetypes/text-html.png b/mate/16x16/mimetypes/text-html.png Binary files differnew file mode 100644 index 0000000..479c118 --- /dev/null +++ b/mate/16x16/mimetypes/text-html.png diff --git a/mate/16x16/mimetypes/text-x-generic-template.png b/mate/16x16/mimetypes/text-x-generic-template.png Binary files differnew file mode 100644 index 0000000..54bfb56 --- /dev/null +++ b/mate/16x16/mimetypes/text-x-generic-template.png diff --git a/mate/16x16/mimetypes/text-x-generic.png b/mate/16x16/mimetypes/text-x-generic.png Binary files differnew file mode 100644 index 0000000..3dd98c9 --- /dev/null +++ b/mate/16x16/mimetypes/text-x-generic.png diff --git a/mate/16x16/mimetypes/text-x-preview.png b/mate/16x16/mimetypes/text-x-preview.png Binary files differnew file mode 100644 index 0000000..3c285b0 --- /dev/null +++ b/mate/16x16/mimetypes/text-x-preview.png diff --git a/mate/16x16/mimetypes/text-x-script.png b/mate/16x16/mimetypes/text-x-script.png Binary files differnew file mode 100644 index 0000000..ed4174c --- /dev/null +++ b/mate/16x16/mimetypes/text-x-script.png diff --git a/mate/16x16/mimetypes/video-x-generic.png b/mate/16x16/mimetypes/video-x-generic.png Binary files differnew file mode 100644 index 0000000..8aeb199 --- /dev/null +++ b/mate/16x16/mimetypes/video-x-generic.png diff --git a/mate/16x16/mimetypes/x-office-address-book.png b/mate/16x16/mimetypes/x-office-address-book.png Binary files differnew file mode 100644 index 0000000..100a496 --- /dev/null +++ b/mate/16x16/mimetypes/x-office-address-book.png diff --git a/mate/16x16/mimetypes/x-office-calendar.png b/mate/16x16/mimetypes/x-office-calendar.png Binary files differnew file mode 100644 index 0000000..9a01283 --- /dev/null +++ b/mate/16x16/mimetypes/x-office-calendar.png diff --git a/mate/16x16/mimetypes/x-office-document-template.png b/mate/16x16/mimetypes/x-office-document-template.png Binary files differnew file mode 100644 index 0000000..6769062 --- /dev/null +++ b/mate/16x16/mimetypes/x-office-document-template.png diff --git a/mate/16x16/mimetypes/x-office-document.png b/mate/16x16/mimetypes/x-office-document.png Binary files differnew file mode 100644 index 0000000..878a7ea --- /dev/null +++ b/mate/16x16/mimetypes/x-office-document.png diff --git a/mate/16x16/mimetypes/x-office-drawing-template.png b/mate/16x16/mimetypes/x-office-drawing-template.png Binary files differnew file mode 100644 index 0000000..0b481cc --- /dev/null +++ b/mate/16x16/mimetypes/x-office-drawing-template.png diff --git a/mate/16x16/mimetypes/x-office-drawing.png b/mate/16x16/mimetypes/x-office-drawing.png Binary files differnew file mode 100644 index 0000000..bf8b19e --- /dev/null +++ b/mate/16x16/mimetypes/x-office-drawing.png diff --git a/mate/16x16/mimetypes/x-office-presentation-template.png b/mate/16x16/mimetypes/x-office-presentation-template.png Binary files differnew file mode 100644 index 0000000..3db8926 --- /dev/null +++ b/mate/16x16/mimetypes/x-office-presentation-template.png diff --git a/mate/16x16/mimetypes/x-office-presentation.png b/mate/16x16/mimetypes/x-office-presentation.png Binary files differnew file mode 100644 index 0000000..e563699 --- /dev/null +++ b/mate/16x16/mimetypes/x-office-presentation.png diff --git a/mate/16x16/mimetypes/x-office-spreadsheet-template.png b/mate/16x16/mimetypes/x-office-spreadsheet-template.png Binary files differnew file mode 100644 index 0000000..607982a --- /dev/null +++ b/mate/16x16/mimetypes/x-office-spreadsheet-template.png diff --git a/mate/16x16/mimetypes/x-office-spreadsheet.png b/mate/16x16/mimetypes/x-office-spreadsheet.png Binary files differnew file mode 100644 index 0000000..6c84540 --- /dev/null +++ b/mate/16x16/mimetypes/x-office-spreadsheet.png diff --git a/mate/16x16/places/folder-documents.png b/mate/16x16/places/folder-documents.png Binary files differnew file mode 100644 index 0000000..17fd74a --- /dev/null +++ b/mate/16x16/places/folder-documents.png diff --git a/mate/16x16/places/folder-download.png b/mate/16x16/places/folder-download.png Binary files differnew file mode 100644 index 0000000..81f2656 --- /dev/null +++ b/mate/16x16/places/folder-download.png diff --git a/mate/16x16/places/folder-music.png b/mate/16x16/places/folder-music.png Binary files differnew file mode 100644 index 0000000..053b86a --- /dev/null +++ b/mate/16x16/places/folder-music.png diff --git a/mate/16x16/places/folder-pictures.png b/mate/16x16/places/folder-pictures.png Binary files differnew file mode 100644 index 0000000..a817065 --- /dev/null +++ b/mate/16x16/places/folder-pictures.png diff --git a/mate/16x16/places/folder-publicshare.png b/mate/16x16/places/folder-publicshare.png Binary files differnew file mode 100644 index 0000000..0a07993 --- /dev/null +++ b/mate/16x16/places/folder-publicshare.png diff --git a/mate/16x16/places/folder-remote.png b/mate/16x16/places/folder-remote.png Binary files differnew file mode 100644 index 0000000..04a75d0 --- /dev/null +++ b/mate/16x16/places/folder-remote.png diff --git a/mate/16x16/places/folder-saved-search.png b/mate/16x16/places/folder-saved-search.png Binary files differnew file mode 100644 index 0000000..7b5cd15 --- /dev/null +++ b/mate/16x16/places/folder-saved-search.png diff --git a/mate/16x16/places/folder-templates.png b/mate/16x16/places/folder-templates.png Binary files differnew file mode 100644 index 0000000..69770dc --- /dev/null +++ b/mate/16x16/places/folder-templates.png diff --git a/mate/16x16/places/folder-videos.png b/mate/16x16/places/folder-videos.png Binary files differnew file mode 100644 index 0000000..4ee17cf --- /dev/null +++ b/mate/16x16/places/folder-videos.png diff --git a/mate/16x16/places/folder.png b/mate/16x16/places/folder.png Binary files differnew file mode 100644 index 0000000..f808d75 --- /dev/null +++ b/mate/16x16/places/folder.png diff --git a/mate/16x16/places/network-server.png b/mate/16x16/places/network-server.png Binary files differnew file mode 100644 index 0000000..aadb1a9 --- /dev/null +++ b/mate/16x16/places/network-server.png diff --git a/mate/16x16/places/network-workgroup.png b/mate/16x16/places/network-workgroup.png Binary files differnew file mode 100644 index 0000000..697c5ba --- /dev/null +++ b/mate/16x16/places/network-workgroup.png diff --git a/mate/16x16/places/start-here.png b/mate/16x16/places/start-here.png Binary files differnew file mode 100644 index 0000000..dc7196d --- /dev/null +++ b/mate/16x16/places/start-here.png diff --git a/mate/16x16/places/user-bookmarks.png b/mate/16x16/places/user-bookmarks.png Binary files differnew file mode 100644 index 0000000..e08c7be --- /dev/null +++ b/mate/16x16/places/user-bookmarks.png diff --git a/mate/16x16/places/user-desktop.png b/mate/16x16/places/user-desktop.png Binary files differnew file mode 100644 index 0000000..a1b6806 --- /dev/null +++ b/mate/16x16/places/user-desktop.png diff --git a/mate/16x16/places/user-home.png b/mate/16x16/places/user-home.png Binary files differnew file mode 100644 index 0000000..47e49b3 --- /dev/null +++ b/mate/16x16/places/user-home.png diff --git a/mate/16x16/places/user-trash.png b/mate/16x16/places/user-trash.png Binary files differnew file mode 100644 index 0000000..f403f93 --- /dev/null +++ b/mate/16x16/places/user-trash.png diff --git a/mate/16x16/status/appointment-missed.png b/mate/16x16/status/appointment-missed.png Binary files differnew file mode 100644 index 0000000..51339f8 --- /dev/null +++ b/mate/16x16/status/appointment-missed.png diff --git a/mate/16x16/status/appointment-soon.png b/mate/16x16/status/appointment-soon.png Binary files differnew file mode 100644 index 0000000..f801693 --- /dev/null +++ b/mate/16x16/status/appointment-soon.png diff --git a/mate/16x16/status/audio-volume-high.png b/mate/16x16/status/audio-volume-high.png Binary files differnew file mode 100644 index 0000000..583e26f --- /dev/null +++ b/mate/16x16/status/audio-volume-high.png diff --git a/mate/16x16/status/audio-volume-low.png b/mate/16x16/status/audio-volume-low.png Binary files differnew file mode 100644 index 0000000..331af2f --- /dev/null +++ b/mate/16x16/status/audio-volume-low.png diff --git a/mate/16x16/status/audio-volume-medium.png b/mate/16x16/status/audio-volume-medium.png Binary files differnew file mode 100644 index 0000000..4383e35 --- /dev/null +++ b/mate/16x16/status/audio-volume-medium.png diff --git a/mate/16x16/status/audio-volume-muted.png b/mate/16x16/status/audio-volume-muted.png Binary files differnew file mode 100644 index 0000000..b39a1b5 --- /dev/null +++ b/mate/16x16/status/audio-volume-muted.png diff --git a/mate/16x16/status/avatar-default.png b/mate/16x16/status/avatar-default.png Binary files differnew file mode 100644 index 0000000..0d231ee --- /dev/null +++ b/mate/16x16/status/avatar-default.png diff --git a/mate/16x16/status/battery-caution-charging.png b/mate/16x16/status/battery-caution-charging.png Binary files differnew file mode 100644 index 0000000..ae57414 --- /dev/null +++ b/mate/16x16/status/battery-caution-charging.png diff --git a/mate/16x16/status/battery-caution.png b/mate/16x16/status/battery-caution.png Binary files differnew file mode 100644 index 0000000..4c9c132 --- /dev/null +++ b/mate/16x16/status/battery-caution.png diff --git a/mate/16x16/status/battery-empty.png b/mate/16x16/status/battery-empty.png Binary files differnew file mode 100644 index 0000000..68b4d02 --- /dev/null +++ b/mate/16x16/status/battery-empty.png diff --git a/mate/16x16/status/battery-full-charged.png b/mate/16x16/status/battery-full-charged.png Binary files differnew file mode 100644 index 0000000..6264182 --- /dev/null +++ b/mate/16x16/status/battery-full-charged.png diff --git a/mate/16x16/status/battery-full-charging.png b/mate/16x16/status/battery-full-charging.png Binary files differnew file mode 100644 index 0000000..ee4e862 --- /dev/null +++ b/mate/16x16/status/battery-full-charging.png diff --git a/mate/16x16/status/battery-full.png b/mate/16x16/status/battery-full.png Binary files differnew file mode 100644 index 0000000..1f1314f --- /dev/null +++ b/mate/16x16/status/battery-full.png diff --git a/mate/16x16/status/battery-good-charging.png b/mate/16x16/status/battery-good-charging.png Binary files differnew file mode 100644 index 0000000..4291d53 --- /dev/null +++ b/mate/16x16/status/battery-good-charging.png diff --git a/mate/16x16/status/battery-good.png b/mate/16x16/status/battery-good.png Binary files differnew file mode 100644 index 0000000..4d21410 --- /dev/null +++ b/mate/16x16/status/battery-good.png diff --git a/mate/16x16/status/battery-low-charging.png b/mate/16x16/status/battery-low-charging.png Binary files differnew file mode 100644 index 0000000..20f2d22 --- /dev/null +++ b/mate/16x16/status/battery-low-charging.png diff --git a/mate/16x16/status/battery-low.png b/mate/16x16/status/battery-low.png Binary files differnew file mode 100644 index 0000000..4d00dc2 --- /dev/null +++ b/mate/16x16/status/battery-low.png diff --git a/mate/16x16/status/battery-missing.png b/mate/16x16/status/battery-missing.png Binary files differnew file mode 100644 index 0000000..56121af --- /dev/null +++ b/mate/16x16/status/battery-missing.png diff --git a/mate/16x16/status/changes-allow.png b/mate/16x16/status/changes-allow.png Binary files differnew file mode 100644 index 0000000..9716a05 --- /dev/null +++ b/mate/16x16/status/changes-allow.png diff --git a/mate/16x16/status/changes-prevent.png b/mate/16x16/status/changes-prevent.png Binary files differnew file mode 100644 index 0000000..1dc97d9 --- /dev/null +++ b/mate/16x16/status/changes-prevent.png diff --git a/mate/16x16/status/dialog-error.png b/mate/16x16/status/dialog-error.png Binary files differnew file mode 100644 index 0000000..0b0d8be --- /dev/null +++ b/mate/16x16/status/dialog-error.png diff --git a/mate/16x16/status/dialog-information.png b/mate/16x16/status/dialog-information.png Binary files differnew file mode 100644 index 0000000..a90c024 --- /dev/null +++ b/mate/16x16/status/dialog-information.png diff --git a/mate/16x16/status/dialog-password.png b/mate/16x16/status/dialog-password.png Binary files differnew file mode 100644 index 0000000..56a8d3c --- /dev/null +++ b/mate/16x16/status/dialog-password.png diff --git a/mate/16x16/status/dialog-question.png b/mate/16x16/status/dialog-question.png Binary files differnew file mode 100644 index 0000000..b8fe1ac --- /dev/null +++ b/mate/16x16/status/dialog-question.png diff --git a/mate/16x16/status/dialog-warning.png b/mate/16x16/status/dialog-warning.png Binary files differnew file mode 100644 index 0000000..219432c --- /dev/null +++ b/mate/16x16/status/dialog-warning.png diff --git a/mate/16x16/status/folder-drag-accept.png b/mate/16x16/status/folder-drag-accept.png Binary files differnew file mode 100644 index 0000000..40073dd --- /dev/null +++ b/mate/16x16/status/folder-drag-accept.png diff --git a/mate/16x16/status/folder-open.png b/mate/16x16/status/folder-open.png Binary files differnew file mode 100644 index 0000000..775979d --- /dev/null +++ b/mate/16x16/status/folder-open.png diff --git a/mate/16x16/status/folder-visiting.png b/mate/16x16/status/folder-visiting.png Binary files differnew file mode 100644 index 0000000..c273764 --- /dev/null +++ b/mate/16x16/status/folder-visiting.png diff --git a/mate/16x16/status/image-loading.png b/mate/16x16/status/image-loading.png Binary files differnew file mode 100644 index 0000000..9966320 --- /dev/null +++ b/mate/16x16/status/image-loading.png diff --git a/mate/16x16/status/image-missing.png b/mate/16x16/status/image-missing.png Binary files differnew file mode 100644 index 0000000..a86106e --- /dev/null +++ b/mate/16x16/status/image-missing.png diff --git a/mate/16x16/status/mail-attachment.png b/mate/16x16/status/mail-attachment.png Binary files differnew file mode 100644 index 0000000..3bd5dc0 --- /dev/null +++ b/mate/16x16/status/mail-attachment.png diff --git a/mate/16x16/status/mail-read.png b/mate/16x16/status/mail-read.png Binary files differnew file mode 100644 index 0000000..94950a6 --- /dev/null +++ b/mate/16x16/status/mail-read.png diff --git a/mate/16x16/status/mail-replied.png b/mate/16x16/status/mail-replied.png Binary files differnew file mode 100644 index 0000000..b1f0b56 --- /dev/null +++ b/mate/16x16/status/mail-replied.png diff --git a/mate/16x16/status/mail-signed-verified.png b/mate/16x16/status/mail-signed-verified.png Binary files differnew file mode 100644 index 0000000..d879b16 --- /dev/null +++ b/mate/16x16/status/mail-signed-verified.png diff --git a/mate/16x16/status/mail-signed.png b/mate/16x16/status/mail-signed.png Binary files differnew file mode 100644 index 0000000..16d6f1d --- /dev/null +++ b/mate/16x16/status/mail-signed.png diff --git a/mate/16x16/status/mail-unread.png b/mate/16x16/status/mail-unread.png Binary files differnew file mode 100644 index 0000000..7f81c36 --- /dev/null +++ b/mate/16x16/status/mail-unread.png diff --git a/mate/16x16/status/media-playlist-repeat.png b/mate/16x16/status/media-playlist-repeat.png Binary files differnew file mode 100644 index 0000000..4de83e5 --- /dev/null +++ b/mate/16x16/status/media-playlist-repeat.png diff --git a/mate/16x16/status/media-playlist-shuffle.png b/mate/16x16/status/media-playlist-shuffle.png Binary files differnew file mode 100644 index 0000000..8210ef8 --- /dev/null +++ b/mate/16x16/status/media-playlist-shuffle.png diff --git a/mate/16x16/status/network-error.png b/mate/16x16/status/network-error.png Binary files differnew file mode 100644 index 0000000..ac952ba --- /dev/null +++ b/mate/16x16/status/network-error.png diff --git a/mate/16x16/status/network-idle.png b/mate/16x16/status/network-idle.png Binary files differnew file mode 100644 index 0000000..cda5785 --- /dev/null +++ b/mate/16x16/status/network-idle.png diff --git a/mate/16x16/status/network-offline.png b/mate/16x16/status/network-offline.png Binary files differnew file mode 100644 index 0000000..e698da1 --- /dev/null +++ b/mate/16x16/status/network-offline.png diff --git a/mate/16x16/status/network-receive.png b/mate/16x16/status/network-receive.png Binary files differnew file mode 100644 index 0000000..a374062 --- /dev/null +++ b/mate/16x16/status/network-receive.png diff --git a/mate/16x16/status/network-transmit-receive.png b/mate/16x16/status/network-transmit-receive.png Binary files differnew file mode 100644 index 0000000..d3310c1 --- /dev/null +++ b/mate/16x16/status/network-transmit-receive.png diff --git a/mate/16x16/status/network-transmit.png b/mate/16x16/status/network-transmit.png Binary files differnew file mode 100644 index 0000000..9cb4673 --- /dev/null +++ b/mate/16x16/status/network-transmit.png diff --git a/mate/16x16/status/network-wireless-encrypted.png b/mate/16x16/status/network-wireless-encrypted.png Binary files differnew file mode 100644 index 0000000..4a92b2e --- /dev/null +++ b/mate/16x16/status/network-wireless-encrypted.png diff --git a/mate/16x16/status/printer-error.png b/mate/16x16/status/printer-error.png Binary files differnew file mode 100644 index 0000000..ce8db60 --- /dev/null +++ b/mate/16x16/status/printer-error.png diff --git a/mate/16x16/status/printer-printing.png b/mate/16x16/status/printer-printing.png Binary files differnew file mode 100644 index 0000000..7aded06 --- /dev/null +++ b/mate/16x16/status/printer-printing.png diff --git a/mate/16x16/status/security-high.png b/mate/16x16/status/security-high.png Binary files differnew file mode 100644 index 0000000..beb8099 --- /dev/null +++ b/mate/16x16/status/security-high.png diff --git a/mate/16x16/status/security-low.png b/mate/16x16/status/security-low.png Binary files differnew file mode 100644 index 0000000..ccdcb1e --- /dev/null +++ b/mate/16x16/status/security-low.png diff --git a/mate/16x16/status/security-medium.png b/mate/16x16/status/security-medium.png Binary files differnew file mode 100644 index 0000000..e27c5a6 --- /dev/null +++ b/mate/16x16/status/security-medium.png diff --git a/mate/16x16/status/software-update-available.png b/mate/16x16/status/software-update-available.png Binary files differnew file mode 100644 index 0000000..518414f --- /dev/null +++ b/mate/16x16/status/software-update-available.png diff --git a/mate/16x16/status/software-update-urgent.png b/mate/16x16/status/software-update-urgent.png Binary files differnew file mode 100644 index 0000000..99e31cd --- /dev/null +++ b/mate/16x16/status/software-update-urgent.png diff --git a/mate/16x16/status/task-due.png b/mate/16x16/status/task-due.png Binary files differnew file mode 100644 index 0000000..97c8181 --- /dev/null +++ b/mate/16x16/status/task-due.png diff --git a/mate/16x16/status/task-past-due.png b/mate/16x16/status/task-past-due.png Binary files differnew file mode 100644 index 0000000..a8d66b4 --- /dev/null +++ b/mate/16x16/status/task-past-due.png diff --git a/mate/16x16/status/user-available.png b/mate/16x16/status/user-available.png Binary files differnew file mode 100644 index 0000000..ac75b95 --- /dev/null +++ b/mate/16x16/status/user-available.png diff --git a/mate/16x16/status/user-away.png b/mate/16x16/status/user-away.png Binary files differnew file mode 100644 index 0000000..bfcbd5c --- /dev/null +++ b/mate/16x16/status/user-away.png diff --git a/mate/16x16/status/user-busy.png b/mate/16x16/status/user-busy.png Binary files differnew file mode 100644 index 0000000..fc18acc --- /dev/null +++ b/mate/16x16/status/user-busy.png diff --git a/mate/16x16/status/user-idle.png b/mate/16x16/status/user-idle.png Binary files differnew file mode 100644 index 0000000..b5c84c2 --- /dev/null +++ b/mate/16x16/status/user-idle.png diff --git a/mate/16x16/status/user-invisible.png b/mate/16x16/status/user-invisible.png Binary files differnew file mode 100644 index 0000000..24e2cb9 --- /dev/null +++ b/mate/16x16/status/user-invisible.png diff --git a/mate/16x16/status/user-offline.png b/mate/16x16/status/user-offline.png Binary files differnew file mode 100644 index 0000000..e381c9a --- /dev/null +++ b/mate/16x16/status/user-offline.png diff --git a/mate/16x16/status/user-trash-full.png b/mate/16x16/status/user-trash-full.png Binary files differnew file mode 100644 index 0000000..4a5278a --- /dev/null +++ b/mate/16x16/status/user-trash-full.png diff --git a/mate/16x16/status/weather-clear-night.png b/mate/16x16/status/weather-clear-night.png Binary files differnew file mode 100644 index 0000000..6d0ed5b --- /dev/null +++ b/mate/16x16/status/weather-clear-night.png diff --git a/mate/16x16/status/weather-clear.png b/mate/16x16/status/weather-clear.png Binary files differnew file mode 100644 index 0000000..a22bd73 --- /dev/null +++ b/mate/16x16/status/weather-clear.png diff --git a/mate/16x16/status/weather-few-clouds-night.png b/mate/16x16/status/weather-few-clouds-night.png Binary files differnew file mode 100644 index 0000000..514c90b --- /dev/null +++ b/mate/16x16/status/weather-few-clouds-night.png diff --git a/mate/16x16/status/weather-few-clouds.png b/mate/16x16/status/weather-few-clouds.png Binary files differnew file mode 100644 index 0000000..ad7631b --- /dev/null +++ b/mate/16x16/status/weather-few-clouds.png diff --git a/mate/16x16/status/weather-fog.png b/mate/16x16/status/weather-fog.png Binary files differnew file mode 100644 index 0000000..fab8146 --- /dev/null +++ b/mate/16x16/status/weather-fog.png diff --git a/mate/16x16/status/weather-overcast.png b/mate/16x16/status/weather-overcast.png Binary files differnew file mode 100644 index 0000000..ae4524c --- /dev/null +++ b/mate/16x16/status/weather-overcast.png diff --git a/mate/16x16/status/weather-severe-alert.png b/mate/16x16/status/weather-severe-alert.png Binary files differnew file mode 100644 index 0000000..34d945b --- /dev/null +++ b/mate/16x16/status/weather-severe-alert.png diff --git a/mate/16x16/status/weather-showers-scattered.png b/mate/16x16/status/weather-showers-scattered.png Binary files differnew file mode 100644 index 0000000..7991b25 --- /dev/null +++ b/mate/16x16/status/weather-showers-scattered.png diff --git a/mate/16x16/status/weather-showers.png b/mate/16x16/status/weather-showers.png Binary files differnew file mode 100644 index 0000000..902f585 --- /dev/null +++ b/mate/16x16/status/weather-showers.png diff --git a/mate/16x16/status/weather-snow.png b/mate/16x16/status/weather-snow.png Binary files differnew file mode 100644 index 0000000..d0e0d45 --- /dev/null +++ b/mate/16x16/status/weather-snow.png diff --git a/mate/16x16/status/weather-storm.png b/mate/16x16/status/weather-storm.png Binary files differnew file mode 100644 index 0000000..2a326ed --- /dev/null +++ b/mate/16x16/status/weather-storm.png diff --git a/mate/22x22/actions/address-book-new.png b/mate/22x22/actions/address-book-new.png Binary files differnew file mode 100644 index 0000000..e37385c --- /dev/null +++ b/mate/22x22/actions/address-book-new.png diff --git a/mate/22x22/actions/application-exit.png b/mate/22x22/actions/application-exit.png Binary files differnew file mode 100644 index 0000000..c6c81f6 --- /dev/null +++ b/mate/22x22/actions/application-exit.png diff --git a/mate/22x22/actions/appointment-new.png b/mate/22x22/actions/appointment-new.png Binary files differnew file mode 100644 index 0000000..dfe11c7 --- /dev/null +++ b/mate/22x22/actions/appointment-new.png diff --git a/mate/22x22/actions/bookmark-new.png b/mate/22x22/actions/bookmark-new.png Binary files differnew file mode 100644 index 0000000..9ca58cf --- /dev/null +++ b/mate/22x22/actions/bookmark-new.png diff --git a/mate/22x22/actions/call-start.png b/mate/22x22/actions/call-start.png Binary files differnew file mode 100644 index 0000000..19abca8 --- /dev/null +++ b/mate/22x22/actions/call-start.png diff --git a/mate/22x22/actions/call-stop.png b/mate/22x22/actions/call-stop.png Binary files differnew file mode 100644 index 0000000..b20342a --- /dev/null +++ b/mate/22x22/actions/call-stop.png diff --git a/mate/22x22/actions/contact-new.png b/mate/22x22/actions/contact-new.png Binary files differnew file mode 100644 index 0000000..f95029e --- /dev/null +++ b/mate/22x22/actions/contact-new.png diff --git a/mate/22x22/actions/document-new.png b/mate/22x22/actions/document-new.png Binary files differnew file mode 100644 index 0000000..d78eb61 --- /dev/null +++ b/mate/22x22/actions/document-new.png diff --git a/mate/22x22/actions/document-open-recent.png b/mate/22x22/actions/document-open-recent.png Binary files differnew file mode 100644 index 0000000..945b4da --- /dev/null +++ b/mate/22x22/actions/document-open-recent.png diff --git a/mate/22x22/actions/document-open.png b/mate/22x22/actions/document-open.png Binary files differnew file mode 100644 index 0000000..861bbd4 --- /dev/null +++ b/mate/22x22/actions/document-open.png diff --git a/mate/22x22/actions/document-page-setup.png b/mate/22x22/actions/document-page-setup.png Binary files differnew file mode 100644 index 0000000..060a7c1 --- /dev/null +++ b/mate/22x22/actions/document-page-setup.png diff --git a/mate/22x22/actions/document-print-preview.png b/mate/22x22/actions/document-print-preview.png Binary files differnew file mode 100644 index 0000000..b78e4d1 --- /dev/null +++ b/mate/22x22/actions/document-print-preview.png diff --git a/mate/22x22/actions/document-print.png b/mate/22x22/actions/document-print.png Binary files differnew file mode 100644 index 0000000..875ece0 --- /dev/null +++ b/mate/22x22/actions/document-print.png diff --git a/mate/22x22/actions/document-properties.png b/mate/22x22/actions/document-properties.png Binary files differnew file mode 100644 index 0000000..711d9c8 --- /dev/null +++ b/mate/22x22/actions/document-properties.png diff --git a/mate/22x22/actions/document-revert.png b/mate/22x22/actions/document-revert.png Binary files differnew file mode 100644 index 0000000..2e68dc1 --- /dev/null +++ b/mate/22x22/actions/document-revert.png diff --git a/mate/22x22/actions/document-save-as.png b/mate/22x22/actions/document-save-as.png Binary files differnew file mode 100644 index 0000000..78cd36a --- /dev/null +++ b/mate/22x22/actions/document-save-as.png diff --git a/mate/22x22/actions/document-save.png b/mate/22x22/actions/document-save.png Binary files differnew file mode 100644 index 0000000..ddc3ffe --- /dev/null +++ b/mate/22x22/actions/document-save.png diff --git a/mate/22x22/actions/document-send.png b/mate/22x22/actions/document-send.png Binary files differnew file mode 100644 index 0000000..e939d6c --- /dev/null +++ b/mate/22x22/actions/document-send.png diff --git a/mate/22x22/actions/edit-clear.png b/mate/22x22/actions/edit-clear.png Binary files differnew file mode 100644 index 0000000..3b0a5e9 --- /dev/null +++ b/mate/22x22/actions/edit-clear.png diff --git a/mate/22x22/actions/edit-copy.png b/mate/22x22/actions/edit-copy.png Binary files differnew file mode 100644 index 0000000..8c6e0d9 --- /dev/null +++ b/mate/22x22/actions/edit-copy.png diff --git a/mate/22x22/actions/edit-cut.png b/mate/22x22/actions/edit-cut.png Binary files differnew file mode 100644 index 0000000..45723b5 --- /dev/null +++ b/mate/22x22/actions/edit-cut.png diff --git a/mate/22x22/actions/edit-delete.png b/mate/22x22/actions/edit-delete.png Binary files differnew file mode 100644 index 0000000..845a62e --- /dev/null +++ b/mate/22x22/actions/edit-delete.png diff --git a/mate/22x22/actions/edit-find-replace.png b/mate/22x22/actions/edit-find-replace.png Binary files differnew file mode 100644 index 0000000..f77b07c --- /dev/null +++ b/mate/22x22/actions/edit-find-replace.png diff --git a/mate/22x22/actions/edit-find.png b/mate/22x22/actions/edit-find.png Binary files differnew file mode 100644 index 0000000..8cc0349 --- /dev/null +++ b/mate/22x22/actions/edit-find.png diff --git a/mate/22x22/actions/edit-paste.png b/mate/22x22/actions/edit-paste.png Binary files differnew file mode 100644 index 0000000..9a21dd5 --- /dev/null +++ b/mate/22x22/actions/edit-paste.png diff --git a/mate/22x22/actions/edit-redo.png b/mate/22x22/actions/edit-redo.png Binary files differnew file mode 100644 index 0000000..c2a5882 --- /dev/null +++ b/mate/22x22/actions/edit-redo.png diff --git a/mate/22x22/actions/edit-select-all.png b/mate/22x22/actions/edit-select-all.png Binary files differnew file mode 100644 index 0000000..93d9e64 --- /dev/null +++ b/mate/22x22/actions/edit-select-all.png diff --git a/mate/22x22/actions/edit-undo.png b/mate/22x22/actions/edit-undo.png Binary files differnew file mode 100644 index 0000000..428bfff --- /dev/null +++ b/mate/22x22/actions/edit-undo.png diff --git a/mate/22x22/actions/folder-new.png b/mate/22x22/actions/folder-new.png Binary files differnew file mode 100644 index 0000000..3f2a1b1 --- /dev/null +++ b/mate/22x22/actions/folder-new.png diff --git a/mate/22x22/actions/format-indent-less.png b/mate/22x22/actions/format-indent-less.png Binary files differnew file mode 100644 index 0000000..ddf0161 --- /dev/null +++ b/mate/22x22/actions/format-indent-less.png diff --git a/mate/22x22/actions/format-indent-more.png b/mate/22x22/actions/format-indent-more.png Binary files differnew file mode 100644 index 0000000..fd3ddb4 --- /dev/null +++ b/mate/22x22/actions/format-indent-more.png diff --git a/mate/22x22/actions/format-justify-center.png b/mate/22x22/actions/format-justify-center.png Binary files differnew file mode 100644 index 0000000..e5a8590 --- /dev/null +++ b/mate/22x22/actions/format-justify-center.png diff --git a/mate/22x22/actions/format-justify-fill.png b/mate/22x22/actions/format-justify-fill.png Binary files differnew file mode 100644 index 0000000..edecc74 --- /dev/null +++ b/mate/22x22/actions/format-justify-fill.png diff --git a/mate/22x22/actions/format-justify-left.png b/mate/22x22/actions/format-justify-left.png Binary files differnew file mode 100644 index 0000000..de9b5e5 --- /dev/null +++ b/mate/22x22/actions/format-justify-left.png diff --git a/mate/22x22/actions/format-justify-right.png b/mate/22x22/actions/format-justify-right.png Binary files differnew file mode 100644 index 0000000..31c7df4 --- /dev/null +++ b/mate/22x22/actions/format-justify-right.png diff --git a/mate/22x22/actions/format-text-bold.png b/mate/22x22/actions/format-text-bold.png Binary files differnew file mode 100644 index 0000000..fe56e31 --- /dev/null +++ b/mate/22x22/actions/format-text-bold.png diff --git a/mate/22x22/actions/format-text-direction-ltr.png b/mate/22x22/actions/format-text-direction-ltr.png Binary files differnew file mode 100644 index 0000000..2814d26 --- /dev/null +++ b/mate/22x22/actions/format-text-direction-ltr.png diff --git a/mate/22x22/actions/format-text-direction-rtl.png b/mate/22x22/actions/format-text-direction-rtl.png Binary files differnew file mode 100644 index 0000000..ddae2f1 --- /dev/null +++ b/mate/22x22/actions/format-text-direction-rtl.png diff --git a/mate/22x22/actions/format-text-italic.png b/mate/22x22/actions/format-text-italic.png Binary files differnew file mode 100644 index 0000000..6a81b6e --- /dev/null +++ b/mate/22x22/actions/format-text-italic.png diff --git a/mate/22x22/actions/format-text-strikethrough.png b/mate/22x22/actions/format-text-strikethrough.png Binary files differnew file mode 100644 index 0000000..cd7b391 --- /dev/null +++ b/mate/22x22/actions/format-text-strikethrough.png diff --git a/mate/22x22/actions/format-text-underline.png b/mate/22x22/actions/format-text-underline.png Binary files differnew file mode 100644 index 0000000..c59c1fe --- /dev/null +++ b/mate/22x22/actions/format-text-underline.png diff --git a/mate/22x22/actions/go-bottom.png b/mate/22x22/actions/go-bottom.png Binary files differnew file mode 100644 index 0000000..c08764f --- /dev/null +++ b/mate/22x22/actions/go-bottom.png diff --git a/mate/22x22/actions/go-down.png b/mate/22x22/actions/go-down.png Binary files differnew file mode 100644 index 0000000..055b2d7 --- /dev/null +++ b/mate/22x22/actions/go-down.png diff --git a/mate/22x22/actions/go-first.png b/mate/22x22/actions/go-first.png Binary files differnew file mode 100644 index 0000000..3035290 --- /dev/null +++ b/mate/22x22/actions/go-first.png diff --git a/mate/22x22/actions/go-home.png b/mate/22x22/actions/go-home.png Binary files differnew file mode 100644 index 0000000..1901374 --- /dev/null +++ b/mate/22x22/actions/go-home.png diff --git a/mate/22x22/actions/go-jump.png b/mate/22x22/actions/go-jump.png Binary files differnew file mode 100644 index 0000000..4a61b89 --- /dev/null +++ b/mate/22x22/actions/go-jump.png diff --git a/mate/22x22/actions/go-last.png b/mate/22x22/actions/go-last.png Binary files differnew file mode 100644 index 0000000..e31b736 --- /dev/null +++ b/mate/22x22/actions/go-last.png diff --git a/mate/22x22/actions/go-next.png b/mate/22x22/actions/go-next.png Binary files differnew file mode 100644 index 0000000..a23875c --- /dev/null +++ b/mate/22x22/actions/go-next.png diff --git a/mate/22x22/actions/go-previous.png b/mate/22x22/actions/go-previous.png Binary files differnew file mode 100644 index 0000000..725362e --- /dev/null +++ b/mate/22x22/actions/go-previous.png diff --git a/mate/22x22/actions/go-top.png b/mate/22x22/actions/go-top.png Binary files differnew file mode 100644 index 0000000..bdcacb9 --- /dev/null +++ b/mate/22x22/actions/go-top.png diff --git a/mate/22x22/actions/go-up.png b/mate/22x22/actions/go-up.png Binary files differnew file mode 100644 index 0000000..e393661 --- /dev/null +++ b/mate/22x22/actions/go-up.png diff --git a/mate/22x22/actions/help-about.png b/mate/22x22/actions/help-about.png Binary files differnew file mode 100644 index 0000000..435ea0e --- /dev/null +++ b/mate/22x22/actions/help-about.png diff --git a/mate/22x22/actions/help-contents.png b/mate/22x22/actions/help-contents.png Binary files differnew file mode 100644 index 0000000..fb00ab4 --- /dev/null +++ b/mate/22x22/actions/help-contents.png diff --git a/mate/22x22/actions/help-faq.png b/mate/22x22/actions/help-faq.png Binary files differnew file mode 100644 index 0000000..69e0ce1 --- /dev/null +++ b/mate/22x22/actions/help-faq.png diff --git a/mate/22x22/actions/insert-image.png b/mate/22x22/actions/insert-image.png Binary files differnew file mode 100644 index 0000000..fd4eb24 --- /dev/null +++ b/mate/22x22/actions/insert-image.png diff --git a/mate/22x22/actions/insert-link.png b/mate/22x22/actions/insert-link.png Binary files differnew file mode 100644 index 0000000..5e429a7 --- /dev/null +++ b/mate/22x22/actions/insert-link.png diff --git a/mate/22x22/actions/insert-object.png b/mate/22x22/actions/insert-object.png Binary files differnew file mode 100644 index 0000000..5f1486e --- /dev/null +++ b/mate/22x22/actions/insert-object.png diff --git a/mate/22x22/actions/insert-text.png b/mate/22x22/actions/insert-text.png Binary files differnew file mode 100644 index 0000000..1506f03 --- /dev/null +++ b/mate/22x22/actions/insert-text.png diff --git a/mate/22x22/actions/list-add.png b/mate/22x22/actions/list-add.png Binary files differnew file mode 100644 index 0000000..0dd5d82 --- /dev/null +++ b/mate/22x22/actions/list-add.png diff --git a/mate/22x22/actions/list-remove.png b/mate/22x22/actions/list-remove.png Binary files differnew file mode 100644 index 0000000..8b32f74 --- /dev/null +++ b/mate/22x22/actions/list-remove.png diff --git a/mate/22x22/actions/mail-forward.png b/mate/22x22/actions/mail-forward.png Binary files differnew file mode 100644 index 0000000..39db0ef --- /dev/null +++ b/mate/22x22/actions/mail-forward.png diff --git a/mate/22x22/actions/mail-mark-important.png b/mate/22x22/actions/mail-mark-important.png Binary files differnew file mode 100644 index 0000000..e0b319b --- /dev/null +++ b/mate/22x22/actions/mail-mark-important.png diff --git a/mate/22x22/actions/mail-mark-junk.png b/mate/22x22/actions/mail-mark-junk.png Binary files differnew file mode 100644 index 0000000..7f59c11 --- /dev/null +++ b/mate/22x22/actions/mail-mark-junk.png diff --git a/mate/22x22/actions/mail-mark-notjunk.png b/mate/22x22/actions/mail-mark-notjunk.png Binary files differnew file mode 100644 index 0000000..fabd93a --- /dev/null +++ b/mate/22x22/actions/mail-mark-notjunk.png diff --git a/mate/22x22/actions/mail-mark-read.png b/mate/22x22/actions/mail-mark-read.png Binary files differnew file mode 100644 index 0000000..1bff057 --- /dev/null +++ b/mate/22x22/actions/mail-mark-read.png diff --git a/mate/22x22/actions/mail-mark-unread.png b/mate/22x22/actions/mail-mark-unread.png Binary files differnew file mode 100644 index 0000000..058fd3a --- /dev/null +++ b/mate/22x22/actions/mail-mark-unread.png diff --git a/mate/22x22/actions/mail-message-new.png b/mate/22x22/actions/mail-message-new.png Binary files differnew file mode 100644 index 0000000..2d9caca --- /dev/null +++ b/mate/22x22/actions/mail-message-new.png diff --git a/mate/22x22/actions/mail-reply-all.png b/mate/22x22/actions/mail-reply-all.png Binary files differnew file mode 100644 index 0000000..76e510a --- /dev/null +++ b/mate/22x22/actions/mail-reply-all.png diff --git a/mate/22x22/actions/mail-reply-sender.png b/mate/22x22/actions/mail-reply-sender.png Binary files differnew file mode 100644 index 0000000..4fa282c --- /dev/null +++ b/mate/22x22/actions/mail-reply-sender.png diff --git a/mate/22x22/actions/mail-send-receive.png b/mate/22x22/actions/mail-send-receive.png Binary files differnew file mode 100644 index 0000000..5b8b71f --- /dev/null +++ b/mate/22x22/actions/mail-send-receive.png diff --git a/mate/22x22/actions/mail-send.png b/mate/22x22/actions/mail-send.png Binary files differnew file mode 100644 index 0000000..93be0c8 --- /dev/null +++ b/mate/22x22/actions/mail-send.png diff --git a/mate/22x22/actions/media-eject.png b/mate/22x22/actions/media-eject.png Binary files differnew file mode 100644 index 0000000..d60c8a9 --- /dev/null +++ b/mate/22x22/actions/media-eject.png diff --git a/mate/22x22/actions/media-playback-pause.png b/mate/22x22/actions/media-playback-pause.png Binary files differnew file mode 100644 index 0000000..f11192f --- /dev/null +++ b/mate/22x22/actions/media-playback-pause.png diff --git a/mate/22x22/actions/media-playback-start.png b/mate/22x22/actions/media-playback-start.png Binary files differnew file mode 100644 index 0000000..3a285e5 --- /dev/null +++ b/mate/22x22/actions/media-playback-start.png diff --git a/mate/22x22/actions/media-playback-stop.png b/mate/22x22/actions/media-playback-stop.png Binary files differnew file mode 100644 index 0000000..221d591 --- /dev/null +++ b/mate/22x22/actions/media-playback-stop.png diff --git a/mate/22x22/actions/media-record.png b/mate/22x22/actions/media-record.png Binary files differnew file mode 100644 index 0000000..bc4fb47 --- /dev/null +++ b/mate/22x22/actions/media-record.png diff --git a/mate/22x22/actions/media-seek-backward.png b/mate/22x22/actions/media-seek-backward.png Binary files differnew file mode 100644 index 0000000..b06b344 --- /dev/null +++ b/mate/22x22/actions/media-seek-backward.png diff --git a/mate/22x22/actions/media-seek-forward.png b/mate/22x22/actions/media-seek-forward.png Binary files differnew file mode 100644 index 0000000..5d94eb5 --- /dev/null +++ b/mate/22x22/actions/media-seek-forward.png diff --git a/mate/22x22/actions/media-skip-backward.png b/mate/22x22/actions/media-skip-backward.png Binary files differnew file mode 100644 index 0000000..28c6f59 --- /dev/null +++ b/mate/22x22/actions/media-skip-backward.png diff --git a/mate/22x22/actions/media-skip-forward.png b/mate/22x22/actions/media-skip-forward.png Binary files differnew file mode 100644 index 0000000..520e559 --- /dev/null +++ b/mate/22x22/actions/media-skip-forward.png diff --git a/mate/22x22/actions/object-flip-horizontal.png b/mate/22x22/actions/object-flip-horizontal.png Binary files differnew file mode 100644 index 0000000..7627d42 --- /dev/null +++ b/mate/22x22/actions/object-flip-horizontal.png diff --git a/mate/22x22/actions/object-flip-vertical.png b/mate/22x22/actions/object-flip-vertical.png Binary files differnew file mode 100644 index 0000000..0bf13c1 --- /dev/null +++ b/mate/22x22/actions/object-flip-vertical.png diff --git a/mate/22x22/actions/object-rotate-left.png b/mate/22x22/actions/object-rotate-left.png Binary files differnew file mode 100644 index 0000000..9490356 --- /dev/null +++ b/mate/22x22/actions/object-rotate-left.png diff --git a/mate/22x22/actions/object-rotate-right.png b/mate/22x22/actions/object-rotate-right.png Binary files differnew file mode 100644 index 0000000..6c44e83 --- /dev/null +++ b/mate/22x22/actions/object-rotate-right.png diff --git a/mate/22x22/actions/process-stop.png b/mate/22x22/actions/process-stop.png Binary files differnew file mode 100644 index 0000000..df8da3f --- /dev/null +++ b/mate/22x22/actions/process-stop.png diff --git a/mate/22x22/actions/system-lock-screen.png b/mate/22x22/actions/system-lock-screen.png Binary files differnew file mode 100644 index 0000000..7e0048d --- /dev/null +++ b/mate/22x22/actions/system-lock-screen.png diff --git a/mate/22x22/actions/system-log-out.png b/mate/22x22/actions/system-log-out.png Binary files differnew file mode 100644 index 0000000..ae55fc4 --- /dev/null +++ b/mate/22x22/actions/system-log-out.png diff --git a/mate/22x22/actions/system-run.png b/mate/22x22/actions/system-run.png Binary files differnew file mode 100644 index 0000000..11eef9e --- /dev/null +++ b/mate/22x22/actions/system-run.png diff --git a/mate/22x22/actions/system-search.png b/mate/22x22/actions/system-search.png Binary files differnew file mode 100644 index 0000000..fe55f4d --- /dev/null +++ b/mate/22x22/actions/system-search.png diff --git a/mate/22x22/actions/system-shutdown.png b/mate/22x22/actions/system-shutdown.png Binary files differnew file mode 100644 index 0000000..fa85b5e --- /dev/null +++ b/mate/22x22/actions/system-shutdown.png diff --git a/mate/22x22/actions/tab-new.png b/mate/22x22/actions/tab-new.png Binary files differnew file mode 100644 index 0000000..62ef41d --- /dev/null +++ b/mate/22x22/actions/tab-new.png diff --git a/mate/22x22/actions/tools-check-spelling.png b/mate/22x22/actions/tools-check-spelling.png Binary files differnew file mode 100644 index 0000000..91ecec5 --- /dev/null +++ b/mate/22x22/actions/tools-check-spelling.png diff --git a/mate/22x22/actions/view-fullscreen.png b/mate/22x22/actions/view-fullscreen.png Binary files differnew file mode 100644 index 0000000..9b0f0db --- /dev/null +++ b/mate/22x22/actions/view-fullscreen.png diff --git a/mate/22x22/actions/view-refresh.png b/mate/22x22/actions/view-refresh.png Binary files differnew file mode 100644 index 0000000..0db557e --- /dev/null +++ b/mate/22x22/actions/view-refresh.png diff --git a/mate/22x22/actions/view-restore.png b/mate/22x22/actions/view-restore.png Binary files differnew file mode 100644 index 0000000..0c96ab8 --- /dev/null +++ b/mate/22x22/actions/view-restore.png diff --git a/mate/22x22/actions/view-sort-ascending.png b/mate/22x22/actions/view-sort-ascending.png Binary files differnew file mode 100644 index 0000000..ebf95a0 --- /dev/null +++ b/mate/22x22/actions/view-sort-ascending.png diff --git a/mate/22x22/actions/view-sort-descending.png b/mate/22x22/actions/view-sort-descending.png Binary files differnew file mode 100644 index 0000000..9b555c0 --- /dev/null +++ b/mate/22x22/actions/view-sort-descending.png diff --git a/mate/22x22/actions/window-close.png b/mate/22x22/actions/window-close.png Binary files differnew file mode 100644 index 0000000..88e19cf --- /dev/null +++ b/mate/22x22/actions/window-close.png diff --git a/mate/22x22/actions/window-new.png b/mate/22x22/actions/window-new.png Binary files differnew file mode 100644 index 0000000..337f2bb --- /dev/null +++ b/mate/22x22/actions/window-new.png diff --git a/mate/22x22/actions/zoom-fit-best.png b/mate/22x22/actions/zoom-fit-best.png Binary files differnew file mode 100644 index 0000000..06139f2 --- /dev/null +++ b/mate/22x22/actions/zoom-fit-best.png diff --git a/mate/22x22/actions/zoom-in.png b/mate/22x22/actions/zoom-in.png Binary files differnew file mode 100644 index 0000000..23cacb2 --- /dev/null +++ b/mate/22x22/actions/zoom-in.png diff --git a/mate/22x22/actions/zoom-original.png b/mate/22x22/actions/zoom-original.png Binary files differnew file mode 100644 index 0000000..05fddca --- /dev/null +++ b/mate/22x22/actions/zoom-original.png diff --git a/mate/22x22/actions/zoom-out.png b/mate/22x22/actions/zoom-out.png Binary files differnew file mode 100644 index 0000000..bea4503 --- /dev/null +++ b/mate/22x22/actions/zoom-out.png diff --git a/mate/22x22/animations/process-working.png b/mate/22x22/animations/process-working.png Binary files differnew file mode 100644 index 0000000..61513c7 --- /dev/null +++ b/mate/22x22/animations/process-working.png diff --git a/mate/22x22/apps/accessories-calculator.png b/mate/22x22/apps/accessories-calculator.png Binary files differnew file mode 100644 index 0000000..ed47572 --- /dev/null +++ b/mate/22x22/apps/accessories-calculator.png diff --git a/mate/22x22/apps/accessories-character-map.png b/mate/22x22/apps/accessories-character-map.png Binary files differnew file mode 100644 index 0000000..142c921 --- /dev/null +++ b/mate/22x22/apps/accessories-character-map.png diff --git a/mate/22x22/apps/accessories-dictionary.png b/mate/22x22/apps/accessories-dictionary.png Binary files differnew file mode 100644 index 0000000..90d6da8 --- /dev/null +++ b/mate/22x22/apps/accessories-dictionary.png diff --git a/mate/22x22/apps/accessories-text-editor.png b/mate/22x22/apps/accessories-text-editor.png Binary files differnew file mode 100644 index 0000000..2778f62 --- /dev/null +++ b/mate/22x22/apps/accessories-text-editor.png diff --git a/mate/22x22/apps/applets-screenshooter.png b/mate/22x22/apps/applets-screenshooter.png Binary files differnew file mode 100644 index 0000000..7e5b96a --- /dev/null +++ b/mate/22x22/apps/applets-screenshooter.png diff --git a/mate/22x22/apps/help-browser.png b/mate/22x22/apps/help-browser.png Binary files differnew file mode 100644 index 0000000..e81db9f --- /dev/null +++ b/mate/22x22/apps/help-browser.png diff --git a/mate/22x22/apps/logviewer.png b/mate/22x22/apps/logviewer.png Binary files differnew file mode 100644 index 0000000..b51169b --- /dev/null +++ b/mate/22x22/apps/logviewer.png diff --git a/mate/22x22/apps/mate.png b/mate/22x22/apps/mate.png Binary files differnew file mode 100644 index 0000000..516ba2e --- /dev/null +++ b/mate/22x22/apps/mate.png diff --git a/mate/22x22/apps/multimedia-volume-control.png b/mate/22x22/apps/multimedia-volume-control.png Binary files differnew file mode 100644 index 0000000..48671f6 --- /dev/null +++ b/mate/22x22/apps/multimedia-volume-control.png diff --git a/mate/22x22/apps/preferences-desktop-accessibility.png b/mate/22x22/apps/preferences-desktop-accessibility.png Binary files differnew file mode 100644 index 0000000..1655cbd --- /dev/null +++ b/mate/22x22/apps/preferences-desktop-accessibility.png diff --git a/mate/22x22/apps/preferences-desktop-display.png b/mate/22x22/apps/preferences-desktop-display.png Binary files differnew file mode 100644 index 0000000..3069723 --- /dev/null +++ b/mate/22x22/apps/preferences-desktop-display.png diff --git a/mate/22x22/apps/preferences-desktop-font.png b/mate/22x22/apps/preferences-desktop-font.png Binary files differnew file mode 100644 index 0000000..39b32dd --- /dev/null +++ b/mate/22x22/apps/preferences-desktop-font.png diff --git a/mate/22x22/apps/preferences-desktop-keyboard-shortcuts.png b/mate/22x22/apps/preferences-desktop-keyboard-shortcuts.png Binary files differnew file mode 100644 index 0000000..23d91b5 --- /dev/null +++ b/mate/22x22/apps/preferences-desktop-keyboard-shortcuts.png diff --git a/mate/22x22/apps/preferences-desktop-keyboard.png b/mate/22x22/apps/preferences-desktop-keyboard.png Binary files differnew file mode 100644 index 0000000..69431da --- /dev/null +++ b/mate/22x22/apps/preferences-desktop-keyboard.png diff --git a/mate/22x22/apps/preferences-desktop-locale.png b/mate/22x22/apps/preferences-desktop-locale.png Binary files differnew file mode 100644 index 0000000..98c98bf --- /dev/null +++ b/mate/22x22/apps/preferences-desktop-locale.png diff --git a/mate/22x22/apps/preferences-desktop-remote-desktop.png b/mate/22x22/apps/preferences-desktop-remote-desktop.png Binary files differnew file mode 100644 index 0000000..d29030c --- /dev/null +++ b/mate/22x22/apps/preferences-desktop-remote-desktop.png diff --git a/mate/22x22/apps/preferences-desktop-screensaver.png b/mate/22x22/apps/preferences-desktop-screensaver.png Binary files differnew file mode 100644 index 0000000..f536329 --- /dev/null +++ b/mate/22x22/apps/preferences-desktop-screensaver.png diff --git a/mate/22x22/apps/preferences-desktop-theme.png b/mate/22x22/apps/preferences-desktop-theme.png Binary files differnew file mode 100644 index 0000000..49046fc --- /dev/null +++ b/mate/22x22/apps/preferences-desktop-theme.png diff --git a/mate/22x22/apps/preferences-desktop-wallpaper.png b/mate/22x22/apps/preferences-desktop-wallpaper.png Binary files differnew file mode 100644 index 0000000..1eaa87e --- /dev/null +++ b/mate/22x22/apps/preferences-desktop-wallpaper.png diff --git a/mate/22x22/apps/preferences-system-windows.png b/mate/22x22/apps/preferences-system-windows.png Binary files differnew file mode 100644 index 0000000..2f410b3 --- /dev/null +++ b/mate/22x22/apps/preferences-system-windows.png diff --git a/mate/22x22/apps/system-file-manager.png b/mate/22x22/apps/system-file-manager.png Binary files differnew file mode 100644 index 0000000..6c401a9 --- /dev/null +++ b/mate/22x22/apps/system-file-manager.png diff --git a/mate/22x22/apps/system-software-install.png b/mate/22x22/apps/system-software-install.png Binary files differnew file mode 100644 index 0000000..64df87b --- /dev/null +++ b/mate/22x22/apps/system-software-install.png diff --git a/mate/22x22/apps/system-software-update.png b/mate/22x22/apps/system-software-update.png Binary files differnew file mode 100644 index 0000000..aab9ab7 --- /dev/null +++ b/mate/22x22/apps/system-software-update.png diff --git a/mate/22x22/apps/system-users.png b/mate/22x22/apps/system-users.png Binary files differnew file mode 100644 index 0000000..800ed5e --- /dev/null +++ b/mate/22x22/apps/system-users.png diff --git a/mate/22x22/apps/user-info.png b/mate/22x22/apps/user-info.png Binary files differnew file mode 100644 index 0000000..33e686c --- /dev/null +++ b/mate/22x22/apps/user-info.png diff --git a/mate/22x22/apps/utilities-system-monitor.png b/mate/22x22/apps/utilities-system-monitor.png Binary files differnew file mode 100644 index 0000000..f5d0ac4 --- /dev/null +++ b/mate/22x22/apps/utilities-system-monitor.png diff --git a/mate/22x22/apps/utilities-terminal.png b/mate/22x22/apps/utilities-terminal.png Binary files differnew file mode 100644 index 0000000..29b5a79 --- /dev/null +++ b/mate/22x22/apps/utilities-terminal.png diff --git a/mate/22x22/apps/web-browser.png b/mate/22x22/apps/web-browser.png Binary files differnew file mode 100644 index 0000000..1d9023a --- /dev/null +++ b/mate/22x22/apps/web-browser.png diff --git a/mate/22x22/categories/applications-accessories.png b/mate/22x22/categories/applications-accessories.png Binary files differnew file mode 100644 index 0000000..7a1ffb9 --- /dev/null +++ b/mate/22x22/categories/applications-accessories.png diff --git a/mate/22x22/categories/applications-development.png b/mate/22x22/categories/applications-development.png Binary files differnew file mode 100644 index 0000000..5b8af27 --- /dev/null +++ b/mate/22x22/categories/applications-development.png diff --git a/mate/22x22/categories/applications-engineering.png b/mate/22x22/categories/applications-engineering.png Binary files differnew file mode 100644 index 0000000..2232db7 --- /dev/null +++ b/mate/22x22/categories/applications-engineering.png diff --git a/mate/22x22/categories/applications-games.png b/mate/22x22/categories/applications-games.png Binary files differnew file mode 100644 index 0000000..f9f15da --- /dev/null +++ b/mate/22x22/categories/applications-games.png diff --git a/mate/22x22/categories/applications-graphics.png b/mate/22x22/categories/applications-graphics.png Binary files differnew file mode 100644 index 0000000..a603500 --- /dev/null +++ b/mate/22x22/categories/applications-graphics.png diff --git a/mate/22x22/categories/applications-internet.png b/mate/22x22/categories/applications-internet.png Binary files differnew file mode 100644 index 0000000..4e9c906 --- /dev/null +++ b/mate/22x22/categories/applications-internet.png diff --git a/mate/22x22/categories/applications-multimedia.png b/mate/22x22/categories/applications-multimedia.png Binary files differnew file mode 100644 index 0000000..cab916e --- /dev/null +++ b/mate/22x22/categories/applications-multimedia.png diff --git a/mate/22x22/categories/applications-office.png b/mate/22x22/categories/applications-office.png Binary files differnew file mode 100644 index 0000000..daa5c19 --- /dev/null +++ b/mate/22x22/categories/applications-office.png diff --git a/mate/22x22/categories/applications-other.png b/mate/22x22/categories/applications-other.png Binary files differnew file mode 100644 index 0000000..02e3b1d --- /dev/null +++ b/mate/22x22/categories/applications-other.png diff --git a/mate/22x22/categories/applications-science.png b/mate/22x22/categories/applications-science.png Binary files differnew file mode 100644 index 0000000..b63c4f4 --- /dev/null +++ b/mate/22x22/categories/applications-science.png diff --git a/mate/22x22/categories/applications-system.png b/mate/22x22/categories/applications-system.png Binary files differnew file mode 100644 index 0000000..64c8efb --- /dev/null +++ b/mate/22x22/categories/applications-system.png diff --git a/mate/22x22/categories/applications-utilities.png b/mate/22x22/categories/applications-utilities.png Binary files differnew file mode 100644 index 0000000..bbccad0 --- /dev/null +++ b/mate/22x22/categories/applications-utilities.png diff --git a/mate/22x22/categories/preferences-desktop-peripherals.png b/mate/22x22/categories/preferences-desktop-peripherals.png Binary files differnew file mode 100644 index 0000000..858eedc --- /dev/null +++ b/mate/22x22/categories/preferences-desktop-peripherals.png diff --git a/mate/22x22/categories/preferences-desktop-personal.png b/mate/22x22/categories/preferences-desktop-personal.png Binary files differnew file mode 100644 index 0000000..80bc2b0 --- /dev/null +++ b/mate/22x22/categories/preferences-desktop-personal.png diff --git a/mate/22x22/categories/preferences-desktop.png b/mate/22x22/categories/preferences-desktop.png Binary files differnew file mode 100644 index 0000000..8405843 --- /dev/null +++ b/mate/22x22/categories/preferences-desktop.png diff --git a/mate/22x22/categories/preferences-other.png b/mate/22x22/categories/preferences-other.png Binary files differnew file mode 100644 index 0000000..2619168 --- /dev/null +++ b/mate/22x22/categories/preferences-other.png diff --git a/mate/22x22/categories/preferences-system-network.png b/mate/22x22/categories/preferences-system-network.png Binary files differnew file mode 100644 index 0000000..27af4d7 --- /dev/null +++ b/mate/22x22/categories/preferences-system-network.png diff --git a/mate/22x22/categories/preferences-system.png b/mate/22x22/categories/preferences-system.png Binary files differnew file mode 100644 index 0000000..c12e121 --- /dev/null +++ b/mate/22x22/categories/preferences-system.png diff --git a/mate/22x22/categories/system-help.png b/mate/22x22/categories/system-help.png Binary files differnew file mode 100644 index 0000000..e9713bd --- /dev/null +++ b/mate/22x22/categories/system-help.png diff --git a/mate/22x22/devices/ac-adapter.png b/mate/22x22/devices/ac-adapter.png Binary files differnew file mode 100644 index 0000000..07e2cf4 --- /dev/null +++ b/mate/22x22/devices/ac-adapter.png diff --git a/mate/22x22/devices/audio-card.png b/mate/22x22/devices/audio-card.png Binary files differnew file mode 100644 index 0000000..6f58073 --- /dev/null +++ b/mate/22x22/devices/audio-card.png diff --git a/mate/22x22/devices/audio-input-microphone.png b/mate/22x22/devices/audio-input-microphone.png Binary files differnew file mode 100644 index 0000000..8fcc02e --- /dev/null +++ b/mate/22x22/devices/audio-input-microphone.png diff --git a/mate/22x22/devices/battery.png b/mate/22x22/devices/battery.png Binary files differnew file mode 100644 index 0000000..8c61bc8 --- /dev/null +++ b/mate/22x22/devices/battery.png diff --git a/mate/22x22/devices/camera-photo.png b/mate/22x22/devices/camera-photo.png Binary files differnew file mode 100644 index 0000000..e3b4e61 --- /dev/null +++ b/mate/22x22/devices/camera-photo.png diff --git a/mate/22x22/devices/camera-video.png b/mate/22x22/devices/camera-video.png Binary files differnew file mode 100644 index 0000000..53f24c1 --- /dev/null +++ b/mate/22x22/devices/camera-video.png diff --git a/mate/22x22/devices/camera-web.png b/mate/22x22/devices/camera-web.png Binary files differnew file mode 100644 index 0000000..5691c54 --- /dev/null +++ b/mate/22x22/devices/camera-web.png diff --git a/mate/22x22/devices/computer.png b/mate/22x22/devices/computer.png Binary files differnew file mode 100644 index 0000000..5e99540 --- /dev/null +++ b/mate/22x22/devices/computer.png diff --git a/mate/22x22/devices/drive-harddisk.png b/mate/22x22/devices/drive-harddisk.png Binary files differnew file mode 100644 index 0000000..d7f473e --- /dev/null +++ b/mate/22x22/devices/drive-harddisk.png diff --git a/mate/22x22/devices/drive-optical.png b/mate/22x22/devices/drive-optical.png Binary files differnew file mode 100644 index 0000000..642cc32 --- /dev/null +++ b/mate/22x22/devices/drive-optical.png diff --git a/mate/22x22/devices/drive-removable-media.png b/mate/22x22/devices/drive-removable-media.png Binary files differnew file mode 100644 index 0000000..03798cb --- /dev/null +++ b/mate/22x22/devices/drive-removable-media.png diff --git a/mate/22x22/devices/input-gaming.png b/mate/22x22/devices/input-gaming.png Binary files differnew file mode 100644 index 0000000..91b8651 --- /dev/null +++ b/mate/22x22/devices/input-gaming.png diff --git a/mate/22x22/devices/input-keyboard.png b/mate/22x22/devices/input-keyboard.png Binary files differnew file mode 100644 index 0000000..0ff7c28 --- /dev/null +++ b/mate/22x22/devices/input-keyboard.png diff --git a/mate/22x22/devices/input-mouse.png b/mate/22x22/devices/input-mouse.png Binary files differnew file mode 100644 index 0000000..b108068 --- /dev/null +++ b/mate/22x22/devices/input-mouse.png diff --git a/mate/22x22/devices/input-tablet.png b/mate/22x22/devices/input-tablet.png Binary files differnew file mode 100644 index 0000000..a2deb60 --- /dev/null +++ b/mate/22x22/devices/input-tablet.png diff --git a/mate/22x22/devices/input-touchpad.png b/mate/22x22/devices/input-touchpad.png Binary files differnew file mode 100644 index 0000000..421f33f --- /dev/null +++ b/mate/22x22/devices/input-touchpad.png diff --git a/mate/22x22/devices/media-flash.png b/mate/22x22/devices/media-flash.png Binary files differnew file mode 100644 index 0000000..659ba7e --- /dev/null +++ b/mate/22x22/devices/media-flash.png diff --git a/mate/22x22/devices/media-floppy.png b/mate/22x22/devices/media-floppy.png Binary files differnew file mode 100644 index 0000000..51b0c31 --- /dev/null +++ b/mate/22x22/devices/media-floppy.png diff --git a/mate/22x22/devices/media-optical.png b/mate/22x22/devices/media-optical.png Binary files differnew file mode 100644 index 0000000..866da45 --- /dev/null +++ b/mate/22x22/devices/media-optical.png diff --git a/mate/22x22/devices/media-tape.png b/mate/22x22/devices/media-tape.png Binary files differnew file mode 100644 index 0000000..d81f4a1 --- /dev/null +++ b/mate/22x22/devices/media-tape.png diff --git a/mate/22x22/devices/modem.png b/mate/22x22/devices/modem.png Binary files differnew file mode 100644 index 0000000..6bfff03 --- /dev/null +++ b/mate/22x22/devices/modem.png diff --git a/mate/22x22/devices/multimedia-player.png b/mate/22x22/devices/multimedia-player.png Binary files differnew file mode 100644 index 0000000..e3827a0 --- /dev/null +++ b/mate/22x22/devices/multimedia-player.png diff --git a/mate/22x22/devices/network-wired.png b/mate/22x22/devices/network-wired.png Binary files differnew file mode 100644 index 0000000..b89e9fc --- /dev/null +++ b/mate/22x22/devices/network-wired.png diff --git a/mate/22x22/devices/network-wireless.png b/mate/22x22/devices/network-wireless.png Binary files differnew file mode 100644 index 0000000..f77271b --- /dev/null +++ b/mate/22x22/devices/network-wireless.png diff --git a/mate/22x22/devices/pda.png b/mate/22x22/devices/pda.png Binary files differnew file mode 100644 index 0000000..fdc77dd --- /dev/null +++ b/mate/22x22/devices/pda.png diff --git a/mate/22x22/devices/phone.png b/mate/22x22/devices/phone.png Binary files differnew file mode 100644 index 0000000..8c8c224 --- /dev/null +++ b/mate/22x22/devices/phone.png diff --git a/mate/22x22/devices/printer.png b/mate/22x22/devices/printer.png Binary files differnew file mode 100644 index 0000000..e91a95d --- /dev/null +++ b/mate/22x22/devices/printer.png diff --git a/mate/22x22/devices/scanner.png b/mate/22x22/devices/scanner.png Binary files differnew file mode 100644 index 0000000..c050125 --- /dev/null +++ b/mate/22x22/devices/scanner.png diff --git a/mate/22x22/devices/video-display.png b/mate/22x22/devices/video-display.png Binary files differnew file mode 100644 index 0000000..f46ec82 --- /dev/null +++ b/mate/22x22/devices/video-display.png diff --git a/mate/22x22/emblems/emblem-default.png b/mate/22x22/emblems/emblem-default.png Binary files differnew file mode 100644 index 0000000..870faff --- /dev/null +++ b/mate/22x22/emblems/emblem-default.png diff --git a/mate/22x22/emblems/emblem-documents.png b/mate/22x22/emblems/emblem-documents.png Binary files differnew file mode 100644 index 0000000..6e68a77 --- /dev/null +++ b/mate/22x22/emblems/emblem-documents.png diff --git a/mate/22x22/emblems/emblem-downloads.png b/mate/22x22/emblems/emblem-downloads.png Binary files differnew file mode 100644 index 0000000..64bc680 --- /dev/null +++ b/mate/22x22/emblems/emblem-downloads.png diff --git a/mate/22x22/emblems/emblem-favorite.png b/mate/22x22/emblems/emblem-favorite.png Binary files differnew file mode 100644 index 0000000..f21a747 --- /dev/null +++ b/mate/22x22/emblems/emblem-favorite.png diff --git a/mate/22x22/emblems/emblem-generic.png b/mate/22x22/emblems/emblem-generic.png Binary files differnew file mode 100644 index 0000000..0f11ae1 --- /dev/null +++ b/mate/22x22/emblems/emblem-generic.png diff --git a/mate/22x22/emblems/emblem-important.png b/mate/22x22/emblems/emblem-important.png Binary files differnew file mode 100644 index 0000000..d614a96 --- /dev/null +++ b/mate/22x22/emblems/emblem-important.png diff --git a/mate/22x22/emblems/emblem-mail.png b/mate/22x22/emblems/emblem-mail.png Binary files differnew file mode 100644 index 0000000..92fb336 --- /dev/null +++ b/mate/22x22/emblems/emblem-mail.png diff --git a/mate/22x22/emblems/emblem-new.png b/mate/22x22/emblems/emblem-new.png Binary files differnew file mode 100644 index 0000000..02c009c --- /dev/null +++ b/mate/22x22/emblems/emblem-new.png diff --git a/mate/22x22/emblems/emblem-package.png b/mate/22x22/emblems/emblem-package.png Binary files differnew file mode 100644 index 0000000..e54cfd3 --- /dev/null +++ b/mate/22x22/emblems/emblem-package.png diff --git a/mate/22x22/emblems/emblem-photos.png b/mate/22x22/emblems/emblem-photos.png Binary files differnew file mode 100644 index 0000000..e50f804 --- /dev/null +++ b/mate/22x22/emblems/emblem-photos.png diff --git a/mate/22x22/emblems/emblem-readonly.png b/mate/22x22/emblems/emblem-readonly.png Binary files differnew file mode 100644 index 0000000..4b0256b --- /dev/null +++ b/mate/22x22/emblems/emblem-readonly.png diff --git a/mate/22x22/emblems/emblem-shared.png b/mate/22x22/emblems/emblem-shared.png Binary files differnew file mode 100644 index 0000000..839d6a9 --- /dev/null +++ b/mate/22x22/emblems/emblem-shared.png diff --git a/mate/22x22/emblems/emblem-symbolic-link.png b/mate/22x22/emblems/emblem-symbolic-link.png Binary files differnew file mode 100644 index 0000000..ba34bca --- /dev/null +++ b/mate/22x22/emblems/emblem-symbolic-link.png diff --git a/mate/22x22/emblems/emblem-synchronizing.png b/mate/22x22/emblems/emblem-synchronizing.png Binary files differnew file mode 100644 index 0000000..49b648a --- /dev/null +++ b/mate/22x22/emblems/emblem-synchronizing.png diff --git a/mate/22x22/emblems/emblem-system.png b/mate/22x22/emblems/emblem-system.png Binary files differnew file mode 100644 index 0000000..43345e8 --- /dev/null +++ b/mate/22x22/emblems/emblem-system.png diff --git a/mate/22x22/emblems/emblem-unreadable.png b/mate/22x22/emblems/emblem-unreadable.png Binary files differnew file mode 100644 index 0000000..5b9f626 --- /dev/null +++ b/mate/22x22/emblems/emblem-unreadable.png diff --git a/mate/22x22/emblems/emblem-urgent.png b/mate/22x22/emblems/emblem-urgent.png Binary files differnew file mode 100644 index 0000000..1c395b0 --- /dev/null +++ b/mate/22x22/emblems/emblem-urgent.png diff --git a/mate/22x22/emblems/emblem-web.png b/mate/22x22/emblems/emblem-web.png Binary files differnew file mode 100644 index 0000000..cb0ca8a --- /dev/null +++ b/mate/22x22/emblems/emblem-web.png diff --git a/mate/22x22/emotes/face-angel.png b/mate/22x22/emotes/face-angel.png Binary files differnew file mode 100644 index 0000000..792305b --- /dev/null +++ b/mate/22x22/emotes/face-angel.png diff --git a/mate/22x22/emotes/face-angry.png b/mate/22x22/emotes/face-angry.png Binary files differnew file mode 100644 index 0000000..51cdfde --- /dev/null +++ b/mate/22x22/emotes/face-angry.png diff --git a/mate/22x22/emotes/face-cool.png b/mate/22x22/emotes/face-cool.png Binary files differnew file mode 100644 index 0000000..2ac9d89 --- /dev/null +++ b/mate/22x22/emotes/face-cool.png diff --git a/mate/22x22/emotes/face-crying.png b/mate/22x22/emotes/face-crying.png Binary files differnew file mode 100644 index 0000000..592bff5 --- /dev/null +++ b/mate/22x22/emotes/face-crying.png diff --git a/mate/22x22/emotes/face-devilish.png b/mate/22x22/emotes/face-devilish.png Binary files differnew file mode 100644 index 0000000..0d259e0 --- /dev/null +++ b/mate/22x22/emotes/face-devilish.png diff --git a/mate/22x22/emotes/face-embarrassed.png b/mate/22x22/emotes/face-embarrassed.png Binary files differnew file mode 100644 index 0000000..aa28241 --- /dev/null +++ b/mate/22x22/emotes/face-embarrassed.png diff --git a/mate/22x22/emotes/face-glasses.png b/mate/22x22/emotes/face-glasses.png Binary files differnew file mode 100644 index 0000000..b23b786 --- /dev/null +++ b/mate/22x22/emotes/face-glasses.png diff --git a/mate/22x22/emotes/face-kiss.png b/mate/22x22/emotes/face-kiss.png Binary files differnew file mode 100644 index 0000000..dee3215 --- /dev/null +++ b/mate/22x22/emotes/face-kiss.png diff --git a/mate/22x22/emotes/face-laugh.png b/mate/22x22/emotes/face-laugh.png Binary files differnew file mode 100644 index 0000000..bbede7c --- /dev/null +++ b/mate/22x22/emotes/face-laugh.png diff --git a/mate/22x22/emotes/face-monkey.png b/mate/22x22/emotes/face-monkey.png Binary files differnew file mode 100644 index 0000000..5607ea6 --- /dev/null +++ b/mate/22x22/emotes/face-monkey.png diff --git a/mate/22x22/emotes/face-plain.png b/mate/22x22/emotes/face-plain.png Binary files differnew file mode 100644 index 0000000..d0e1261 --- /dev/null +++ b/mate/22x22/emotes/face-plain.png diff --git a/mate/22x22/emotes/face-raspberry.png b/mate/22x22/emotes/face-raspberry.png Binary files differnew file mode 100644 index 0000000..6551810 --- /dev/null +++ b/mate/22x22/emotes/face-raspberry.png diff --git a/mate/22x22/emotes/face-sad.png b/mate/22x22/emotes/face-sad.png Binary files differnew file mode 100644 index 0000000..99052ba --- /dev/null +++ b/mate/22x22/emotes/face-sad.png diff --git a/mate/22x22/emotes/face-sick.png b/mate/22x22/emotes/face-sick.png Binary files differnew file mode 100644 index 0000000..9dca923 --- /dev/null +++ b/mate/22x22/emotes/face-sick.png diff --git a/mate/22x22/emotes/face-smile-big.png b/mate/22x22/emotes/face-smile-big.png Binary files differnew file mode 100644 index 0000000..8c93801 --- /dev/null +++ b/mate/22x22/emotes/face-smile-big.png diff --git a/mate/22x22/emotes/face-smile.png b/mate/22x22/emotes/face-smile.png Binary files differnew file mode 100644 index 0000000..c67862e --- /dev/null +++ b/mate/22x22/emotes/face-smile.png diff --git a/mate/22x22/emotes/face-smirk.png b/mate/22x22/emotes/face-smirk.png Binary files differnew file mode 100644 index 0000000..b1aa4af --- /dev/null +++ b/mate/22x22/emotes/face-smirk.png diff --git a/mate/22x22/emotes/face-surprise.png b/mate/22x22/emotes/face-surprise.png Binary files differnew file mode 100644 index 0000000..c971cec --- /dev/null +++ b/mate/22x22/emotes/face-surprise.png diff --git a/mate/22x22/emotes/face-tired.png b/mate/22x22/emotes/face-tired.png Binary files differnew file mode 100644 index 0000000..7aae7f9 --- /dev/null +++ b/mate/22x22/emotes/face-tired.png diff --git a/mate/22x22/emotes/face-uncertain.png b/mate/22x22/emotes/face-uncertain.png Binary files differnew file mode 100644 index 0000000..a04c514 --- /dev/null +++ b/mate/22x22/emotes/face-uncertain.png diff --git a/mate/22x22/emotes/face-wink.png b/mate/22x22/emotes/face-wink.png Binary files differnew file mode 100644 index 0000000..accbd5c --- /dev/null +++ b/mate/22x22/emotes/face-wink.png diff --git a/mate/22x22/emotes/face-worried.png b/mate/22x22/emotes/face-worried.png Binary files differnew file mode 100644 index 0000000..11e418a --- /dev/null +++ b/mate/22x22/emotes/face-worried.png diff --git a/mate/22x22/mimetypes/application-certificate.png b/mate/22x22/mimetypes/application-certificate.png Binary files differnew file mode 100644 index 0000000..5632a73 --- /dev/null +++ b/mate/22x22/mimetypes/application-certificate.png diff --git a/mate/22x22/mimetypes/application-x-executable.png b/mate/22x22/mimetypes/application-x-executable.png Binary files differnew file mode 100644 index 0000000..7c2ea1c --- /dev/null +++ b/mate/22x22/mimetypes/application-x-executable.png diff --git a/mate/22x22/mimetypes/audio-x-generic.png b/mate/22x22/mimetypes/audio-x-generic.png Binary files differnew file mode 100644 index 0000000..de2ffb2 --- /dev/null +++ b/mate/22x22/mimetypes/audio-x-generic.png diff --git a/mate/22x22/mimetypes/font-x-generic.png b/mate/22x22/mimetypes/font-x-generic.png Binary files differnew file mode 100644 index 0000000..d66eb9c --- /dev/null +++ b/mate/22x22/mimetypes/font-x-generic.png diff --git a/mate/22x22/mimetypes/image-x-generic.png b/mate/22x22/mimetypes/image-x-generic.png Binary files differnew file mode 100644 index 0000000..64c2f3b --- /dev/null +++ b/mate/22x22/mimetypes/image-x-generic.png diff --git a/mate/22x22/mimetypes/package-x-generic.png b/mate/22x22/mimetypes/package-x-generic.png Binary files differnew file mode 100644 index 0000000..00f517a --- /dev/null +++ b/mate/22x22/mimetypes/package-x-generic.png diff --git a/mate/22x22/mimetypes/text-html.png b/mate/22x22/mimetypes/text-html.png Binary files differnew file mode 100644 index 0000000..614d339 --- /dev/null +++ b/mate/22x22/mimetypes/text-html.png diff --git a/mate/22x22/mimetypes/text-x-generic-template.png b/mate/22x22/mimetypes/text-x-generic-template.png Binary files differnew file mode 100644 index 0000000..6eecaa7 --- /dev/null +++ b/mate/22x22/mimetypes/text-x-generic-template.png diff --git a/mate/22x22/mimetypes/text-x-generic.png b/mate/22x22/mimetypes/text-x-generic.png Binary files differnew file mode 100644 index 0000000..a258c7c --- /dev/null +++ b/mate/22x22/mimetypes/text-x-generic.png diff --git a/mate/22x22/mimetypes/text-x-preview.png b/mate/22x22/mimetypes/text-x-preview.png Binary files differnew file mode 100644 index 0000000..0308798 --- /dev/null +++ b/mate/22x22/mimetypes/text-x-preview.png diff --git a/mate/22x22/mimetypes/text-x-script.png b/mate/22x22/mimetypes/text-x-script.png Binary files differnew file mode 100644 index 0000000..7cbcee0 --- /dev/null +++ b/mate/22x22/mimetypes/text-x-script.png diff --git a/mate/22x22/mimetypes/video-x-generic.png b/mate/22x22/mimetypes/video-x-generic.png Binary files differnew file mode 100644 index 0000000..f7f223f --- /dev/null +++ b/mate/22x22/mimetypes/video-x-generic.png diff --git a/mate/22x22/mimetypes/x-office-address-book.png b/mate/22x22/mimetypes/x-office-address-book.png Binary files differnew file mode 100644 index 0000000..e8e3d0d --- /dev/null +++ b/mate/22x22/mimetypes/x-office-address-book.png diff --git a/mate/22x22/mimetypes/x-office-calendar.png b/mate/22x22/mimetypes/x-office-calendar.png Binary files differnew file mode 100644 index 0000000..8506941 --- /dev/null +++ b/mate/22x22/mimetypes/x-office-calendar.png diff --git a/mate/22x22/mimetypes/x-office-document-template.png b/mate/22x22/mimetypes/x-office-document-template.png Binary files differnew file mode 100644 index 0000000..ed0f41b --- /dev/null +++ b/mate/22x22/mimetypes/x-office-document-template.png diff --git a/mate/22x22/mimetypes/x-office-document.png b/mate/22x22/mimetypes/x-office-document.png Binary files differnew file mode 100644 index 0000000..1a316f0 --- /dev/null +++ b/mate/22x22/mimetypes/x-office-document.png diff --git a/mate/22x22/mimetypes/x-office-drawing-template.png b/mate/22x22/mimetypes/x-office-drawing-template.png Binary files differnew file mode 100644 index 0000000..8c825da --- /dev/null +++ b/mate/22x22/mimetypes/x-office-drawing-template.png diff --git a/mate/22x22/mimetypes/x-office-drawing.png b/mate/22x22/mimetypes/x-office-drawing.png Binary files differnew file mode 100644 index 0000000..2954467 --- /dev/null +++ b/mate/22x22/mimetypes/x-office-drawing.png diff --git a/mate/22x22/mimetypes/x-office-presentation-template.png b/mate/22x22/mimetypes/x-office-presentation-template.png Binary files differnew file mode 100644 index 0000000..a7efad7 --- /dev/null +++ b/mate/22x22/mimetypes/x-office-presentation-template.png diff --git a/mate/22x22/mimetypes/x-office-presentation.png b/mate/22x22/mimetypes/x-office-presentation.png Binary files differnew file mode 100644 index 0000000..3c60f98 --- /dev/null +++ b/mate/22x22/mimetypes/x-office-presentation.png diff --git a/mate/22x22/mimetypes/x-office-spreadsheet-template.png b/mate/22x22/mimetypes/x-office-spreadsheet-template.png Binary files differnew file mode 100644 index 0000000..8ddaa43 --- /dev/null +++ b/mate/22x22/mimetypes/x-office-spreadsheet-template.png diff --git a/mate/22x22/mimetypes/x-office-spreadsheet.png b/mate/22x22/mimetypes/x-office-spreadsheet.png Binary files differnew file mode 100644 index 0000000..8928b0d --- /dev/null +++ b/mate/22x22/mimetypes/x-office-spreadsheet.png diff --git a/mate/22x22/places/folder-documents.png b/mate/22x22/places/folder-documents.png Binary files differnew file mode 100644 index 0000000..37bfe59 --- /dev/null +++ b/mate/22x22/places/folder-documents.png diff --git a/mate/22x22/places/folder-download.png b/mate/22x22/places/folder-download.png Binary files differnew file mode 100644 index 0000000..4abdfd1 --- /dev/null +++ b/mate/22x22/places/folder-download.png diff --git a/mate/22x22/places/folder-music.png b/mate/22x22/places/folder-music.png Binary files differnew file mode 100644 index 0000000..a364555 --- /dev/null +++ b/mate/22x22/places/folder-music.png diff --git a/mate/22x22/places/folder-pictures.png b/mate/22x22/places/folder-pictures.png Binary files differnew file mode 100644 index 0000000..7eb689e --- /dev/null +++ b/mate/22x22/places/folder-pictures.png diff --git a/mate/22x22/places/folder-publicshare.png b/mate/22x22/places/folder-publicshare.png Binary files differnew file mode 100644 index 0000000..2015548 --- /dev/null +++ b/mate/22x22/places/folder-publicshare.png diff --git a/mate/22x22/places/folder-remote.png b/mate/22x22/places/folder-remote.png Binary files differnew file mode 100644 index 0000000..6ecd1b9 --- /dev/null +++ b/mate/22x22/places/folder-remote.png diff --git a/mate/22x22/places/folder-saved-search.png b/mate/22x22/places/folder-saved-search.png Binary files differnew file mode 100644 index 0000000..bc7389d --- /dev/null +++ b/mate/22x22/places/folder-saved-search.png diff --git a/mate/22x22/places/folder-templates.png b/mate/22x22/places/folder-templates.png Binary files differnew file mode 100644 index 0000000..16e1ce9 --- /dev/null +++ b/mate/22x22/places/folder-templates.png diff --git a/mate/22x22/places/folder-videos.png b/mate/22x22/places/folder-videos.png Binary files differnew file mode 100644 index 0000000..c5865ff --- /dev/null +++ b/mate/22x22/places/folder-videos.png diff --git a/mate/22x22/places/folder.png b/mate/22x22/places/folder.png Binary files differnew file mode 100644 index 0000000..1d2417c --- /dev/null +++ b/mate/22x22/places/folder.png diff --git a/mate/22x22/places/network-server.png b/mate/22x22/places/network-server.png Binary files differnew file mode 100644 index 0000000..9416138 --- /dev/null +++ b/mate/22x22/places/network-server.png diff --git a/mate/22x22/places/network-workgroup.png b/mate/22x22/places/network-workgroup.png Binary files differnew file mode 100644 index 0000000..8a84a45 --- /dev/null +++ b/mate/22x22/places/network-workgroup.png diff --git a/mate/22x22/places/start-here.png b/mate/22x22/places/start-here.png Binary files differnew file mode 100644 index 0000000..516ba2e --- /dev/null +++ b/mate/22x22/places/start-here.png diff --git a/mate/22x22/places/user-bookmarks.png b/mate/22x22/places/user-bookmarks.png Binary files differnew file mode 100644 index 0000000..cf9300a --- /dev/null +++ b/mate/22x22/places/user-bookmarks.png diff --git a/mate/22x22/places/user-desktop.png b/mate/22x22/places/user-desktop.png Binary files differnew file mode 100644 index 0000000..e92e874 --- /dev/null +++ b/mate/22x22/places/user-desktop.png diff --git a/mate/22x22/places/user-home.png b/mate/22x22/places/user-home.png Binary files differnew file mode 100644 index 0000000..f65677c --- /dev/null +++ b/mate/22x22/places/user-home.png diff --git a/mate/22x22/places/user-trash.png b/mate/22x22/places/user-trash.png new file mode 100644 |